<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>SlackWiki - User contributions [en]</title>
		<link>https://www.slackwiki.com/Special:Contributions/Crudo</link>
		<description>User contributions</description>
		<language>en</language>
		<generator>MediaWiki 1.40.0</generator>
		<lastBuildDate>Wed, 08 Apr 2026 03:12:56 GMT</lastBuildDate>
		<item>
			<title>Cgroups with KVM and Libvirt</title>
			<link>https://www.slackwiki.com/index.php?title=Cgroups_with_KVM_and_Libvirt&amp;diff=964</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Cgroups_with_KVM_and_Libvirt&amp;diff=964</guid>
			<description>&lt;p&gt;Crudo: Created page with &amp;quot;=Using cgroups in Slackware with KVM/Libvirt=  Hello friends, I’ve been using KVM a lot of months until now and every new host server that I create I need to change the way...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Using cgroups in Slackware with KVM/Libvirt=&lt;br /&gt;
&lt;br /&gt;
Hello friends, I’ve been using KVM a lot of months until now and every new host server that I create I need to change the way of how Slackware seems to create cgroups, libvirt doesn’t function very good if you don’t create specific directories in ‘/sys/fs/cgroup’ tree. So, to do that for me I made this script below&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;# cat /etc/rc.d/rc.cgroup&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#&lt;br /&gt;
# /etc/rc.d/rc.cgroup: cgroups init script&lt;br /&gt;
# Alexandre Mulatinho &amp;lt;alex@mulatinho.net&amp;gt;&lt;br /&gt;
# Unmount /sys/fs/cgroup&lt;br /&gt;
umount /sys/fs/cgroup&lt;br /&gt;
&lt;br /&gt;
# Mount cgroup_root in /sys/fs/cgroup&lt;br /&gt;
mount -t tmpfs -o mode=755,rw cgroup_root /sys/fs/cgroup/&lt;br /&gt;
&lt;br /&gt;
# Mount all the subsystems available in /sys/fs/cgroup as individual directory&lt;br /&gt;
for i in $(lssubsys -a);&lt;br /&gt;
do&lt;br /&gt;
        mkdir -pv /sys/fs/cgroup/$i&lt;br /&gt;
        mount -v -t cgroup -o $i $i /sys/fs/cgroup/$i&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
# chmod u+x /etc/rc.d/rc.cgroup&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And now everytime my slackware system boot, my cgroups tree are build in right way that KVM and libvirt can use him to manipulate things like memory, cpu, io, disk, etc. Hope it helps someone else :-)&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</description>
			<pubDate>Mon, 11 May 2015 14:59:09 GMT</pubDate>
			<dc:creator>Crudo</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Cgroups_with_KVM_and_Libvirt</comments>
		</item>
		<item>
			<title>ToshibaNB205</title>
			<link>https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=293</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=293</guid>
			<description>&lt;p&gt;Crudo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-NOT FINISHED-&lt;br /&gt;
&lt;br /&gt;
=Intro=&lt;br /&gt;
Hello Slakers!&lt;br /&gt;
&lt;br /&gt;
I will talk about how to installing and use Slakware in a NB 205 from Toshiba. First of all i have to admit that i stayed really impressed with the design of NB205, he's fully portable and light, the screen with a 10.1&amp;quot; have a bad news: she only can do 1024x600 of size but not for us, slackers! ;) Even being netbook this machine has a good performance and excelent battery duration time! Generally this happens because of his ATOM N280 1.6GHz that use minus power and are designed for running in two units of execution even that is not a dual-processor. He has a beautiful keyboard design, a nice webcam of 1.3 megapixels and a good acceleration in multimedia applications. So before anything else, lets see some more informations about his technical specifications, down:&lt;br /&gt;
&lt;br /&gt;
=Technical Details = &lt;br /&gt;
&lt;br /&gt;
* Motherboard: Toshiba KAVAA - Chipset: Intel Callistoga-GSE i945GSE&lt;br /&gt;
* Processor: Intel Atom N280 1.6GHz&lt;br /&gt;
* Memory: DDR2-800/400/333/266 MHz - Comes to 1GB but you can upgrade to 2 GB.&lt;br /&gt;
* Video: Intel GMA 950 (1280x600)&lt;br /&gt;
* Hard Disk: 160 GB 5400 RPM SATA-II&lt;br /&gt;
* Webcam, Bluetooth, Ether/Wifi Network gigabit, Battery Life is 8 Hours!!!&lt;br /&gt;
&lt;br /&gt;
CPU&lt;br /&gt;
&amp;lt;pre&amp;gt;# cat /proc/cpuinfo &lt;br /&gt;
processor	: 0&lt;br /&gt;
vendor_id	: GenuineIntel&lt;br /&gt;
cpu family	: 6&lt;br /&gt;
model		: 28&lt;br /&gt;
model name	: Intel(R) Atom(TM) CPU N280   @ 1.66GHz&lt;br /&gt;
stepping	: 2&lt;br /&gt;
cpu MHz		: 1000.000&lt;br /&gt;
cache size	: 512 KB&lt;br /&gt;
physical id	: 0&lt;br /&gt;
siblings	: 2&lt;br /&gt;
core id		: 0&lt;br /&gt;
cpu cores	: 1&lt;br /&gt;
apicid		: 0&lt;br /&gt;
initial apicid	: 0&lt;br /&gt;
fdiv_bug	: no&lt;br /&gt;
hlt_bug		: no&lt;br /&gt;
f00f_bug	: no&lt;br /&gt;
coma_bug	: no&lt;br /&gt;
fpu		: yes&lt;br /&gt;
fpu_exception	: yes&lt;br /&gt;
cpuid level	: 10&lt;br /&gt;
wp		: yes&lt;br /&gt;
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm lahf_lm&lt;br /&gt;
bogomips	: 3325.16&lt;br /&gt;
clflush size	: 64&lt;br /&gt;
power management:&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PCI Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lspci&lt;br /&gt;
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)&lt;br /&gt;
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)&lt;br /&gt;
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)&lt;br /&gt;
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)&lt;br /&gt;
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)&lt;br /&gt;
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)&lt;br /&gt;
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)&lt;br /&gt;
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)&lt;br /&gt;
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)&lt;br /&gt;
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)&lt;br /&gt;
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)&lt;br /&gt;
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)&lt;br /&gt;
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)&lt;br /&gt;
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)&lt;br /&gt;
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)&lt;br /&gt;
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)&lt;br /&gt;
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
USB Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lsusb&lt;br /&gt;
Bus 001 Device 002: ID 04f2:b128 Chicony Electronics Co., Ltd &lt;br /&gt;
Bus 001 Device 003: ID 0bda:0159 Realtek Semiconductor Corp. &lt;br /&gt;
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;br /&gt;
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hard Disk&lt;br /&gt;
&amp;lt;pre&amp;gt;# fdisk -l&lt;br /&gt;
Disk /dev/sda: 160.0 GB, 160041885696 bytes&lt;br /&gt;
255 heads, 63 sectors/track, 19457 cylinders&lt;br /&gt;
Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br /&gt;
Disk identifier: 0x91c391c3&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Netbook Slakware Configuration=&lt;br /&gt;
Here i post some of my tips to setup slakware with this hardware.&lt;br /&gt;
&lt;br /&gt;
==Screen==&lt;br /&gt;
The netbook video driver can only hit a 1024x600 size of screen, but we can change this using the 'xrandr' command to hit 1280x750 virtual. For do that you need to change '~/.xinitrc' and before you call your window manager you make a call of these command:&lt;br /&gt;
&amp;lt;pre&amp;gt;xrandr --output LVDS --mode 1024x600 --scale 1.25x1.25&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is my '''/etc/X11/xorg.conf''':&lt;br /&gt;
&amp;lt;pre&amp;gt;Section &amp;quot;Module&amp;quot;&lt;br /&gt;
          Load        &amp;quot;dbe&amp;quot;   # Double buffer extension&lt;br /&gt;
          SubSection  &amp;quot;extmod&amp;quot;&lt;br /&gt;
            Option    &amp;quot;omit xfree86-dga&amp;quot;   # don't initialise the DGA extension&lt;br /&gt;
          EndSubSection&lt;br /&gt;
          Load        &amp;quot;type1&amp;quot;&lt;br /&gt;
          Load        &amp;quot;freetype&amp;quot;&lt;br /&gt;
          Load       &amp;quot;glx&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Files&amp;quot;&lt;br /&gt;
          RgbPath     &amp;quot;/usr/share/X11/rgb&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/local/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/misc/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/OTF/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/TTF/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/Type1/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/CID/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/Speedo/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/75dpi/:unscaled&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/100dpi/:unscaled&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/75dpi/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/100dpi/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/cyrillic/&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
          Driver      &amp;quot;kbd&amp;quot;&lt;br /&gt;
          Option     &amp;quot;XkbRules&amp;quot;      &amp;quot;xorg&amp;quot;&lt;br /&gt;
          Option     &amp;quot;XkbModel&amp;quot;      &amp;quot;pc105&amp;quot;&lt;br /&gt;
          Option     &amp;quot;XkbLayout&amp;quot;     &amp;quot;us&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;Mouse1&amp;quot;&lt;br /&gt;
          Driver      &amp;quot;mouse&amp;quot;&lt;br /&gt;
          Option &amp;quot;Protocol&amp;quot;    &amp;quot;PS/2&amp;quot;&lt;br /&gt;
          Option &amp;quot;Device&amp;quot;      &amp;quot;/dev/mouse&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;My Monitor&amp;quot;&lt;br /&gt;
          HorizSync   31.5 - 50.0&lt;br /&gt;
          VertRefresh 40-90&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Device&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;Intel GMA950&amp;quot;&lt;br /&gt;
          Driver      &amp;quot;intel&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
          Device      &amp;quot;Intel GMA950&amp;quot;&lt;br /&gt;
          Monitor     &amp;quot;My Monitor&amp;quot;&lt;br /&gt;
          DefaultDepth 24&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       8&lt;br /&gt;
              Modes &amp;quot;1024x600&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
          EndSubsection&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       16&lt;br /&gt;
              Modes &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
          EndSubsection&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       24&lt;br /&gt;
              Modes &amp;quot;1024x600&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
              Virtual 1280 750&lt;br /&gt;
          EndSubsection&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       32&lt;br /&gt;
              Modes &amp;quot;1024x600&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
              Virtual 1280 750&lt;br /&gt;
          EndSubsection&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;Simple Layout&amp;quot;&lt;br /&gt;
          Screen &amp;quot;Screen 1&amp;quot;&lt;br /&gt;
          InputDevice &amp;quot;Mouse1&amp;quot; &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
          InputDevice &amp;quot;Keyboard1&amp;quot; &amp;quot;CoreKeyboard&amp;quot;&lt;br /&gt;
EndSection&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
* 03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
* 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
With those cards the netbook can give a improve in network performance and will grow like a little monster in your network, with a wifi module called 'ath9k' and network module called 'r8169' they can do great things :)&lt;br /&gt;
===Bluetooth===&lt;br /&gt;
To get things done you will need to download the 'omnibook' package and compile in your slackware version. Once you do it you can follow these commands to test your connection:&lt;br /&gt;
&amp;lt;pre&amp;gt;# modprobe -v omnibook&lt;br /&gt;
insmod /lib/modules/2.6.29.6-smp/extra/omnibook.ko ectype=12 userset=1 wifi=1 bluetooth=1&lt;br /&gt;
# hciconfig   &lt;br /&gt;
hci0:	Type: USB&lt;br /&gt;
	BD Address: 00:22:58:FF:C2:DC ACL MTU: 310:10 SCO MTU: 64:8&lt;br /&gt;
	UP RUNNING PSCAN ISCAN &lt;br /&gt;
	RX bytes:692 acl:0 sco:0 events:24 errors:0&lt;br /&gt;
	TX bytes:581 acl:0 sco:0 commands:24 errors:0&lt;br /&gt;
&lt;br /&gt;
# hcitool scan&lt;br /&gt;
Scanning ...&lt;br /&gt;
	00:21:FC:B1:AC:97	Rosangela&amp;lt;/pre&amp;gt;&lt;br /&gt;
To be honest thats the best i could do with Bluetooth right now.&lt;br /&gt;
&lt;br /&gt;
===Ethernet===&lt;br /&gt;
The easy way to setup your network is with DHCP. To make this you must change the file: '''/etc/rc.d/rc.inet1.conf''' to:&lt;br /&gt;
&amp;lt;pre&amp;gt;IFNAME[0]=&amp;quot;eth0&amp;quot;&lt;br /&gt;
USE_DHCP[0]=&amp;quot;yes&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Or with IP fix:&lt;br /&gt;
&amp;lt;pre&amp;gt;IFNAME[0]=&amp;quot;eth0&amp;quot;&lt;br /&gt;
USE_DHCP=&amp;quot;no&amp;quot;&lt;br /&gt;
IPADDR[0]=&amp;quot;192.168.0.10&amp;quot;&lt;br /&gt;
NETMASK[0]=&amp;quot;255.255.255.0&amp;quot;&lt;br /&gt;
GATEWAY=&amp;quot;192.168.0.254&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Or you can set your ip manually in console with these commands:&lt;br /&gt;
&amp;lt;pre&amp;gt;# ifconfig eth0 192.168.0.25&lt;br /&gt;
# route add default gw 192.168.0.254&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Wifi===&lt;br /&gt;
If you want to use WPA/PSK:&lt;br /&gt;
&amp;lt;pre&amp;gt;wpa_passphrase &amp;lt;ESSID&amp;gt; &amp;lt;Passphrase&amp;gt;&lt;br /&gt;
# wpa_passphrase house littled0g &amp;gt; /etc/wpa_supplicant.conf.home &amp;lt;/pre&amp;gt;&lt;br /&gt;
If you see the file '/etc/wpa_supplicant.conf.home'&lt;br /&gt;
&amp;lt;pre&amp;gt;network={&lt;br /&gt;
	ssid=&amp;quot;house&amp;quot;&lt;br /&gt;
	#psk=&amp;quot;littled0g&amp;quot;&lt;br /&gt;
	psk=9dbaaf7031fd8cbc03674337ee9c724b65811b36546d2234676060b4144872b8&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Tests of Performance=&lt;br /&gt;
&amp;lt;pre&amp;gt;# time dd bs=1k count=1000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
1000+0 records in&lt;br /&gt;
1000+0 records out&lt;br /&gt;
1024000 bytes (1.0 MB) copied, 0.588823 s, 1.7 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m0.593s&lt;br /&gt;
user	0m0.003s&lt;br /&gt;
sys	0m0.582s&lt;br /&gt;
# time dd bs=1k count=100000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
100000+0 records in&lt;br /&gt;
100000+0 records out&lt;br /&gt;
102400000 bytes (102 MB) copied, 56.0481 s, 1.8 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m56.053s&lt;br /&gt;
user	0m0.131s&lt;br /&gt;
sys	0m55.874s&lt;br /&gt;
# time dd bs=1k count=200000 if=/dev/urandom of=/tmp/mkshit&lt;br /&gt;
100000+0 records in&lt;br /&gt;
100000+0 records out&lt;br /&gt;
204800000 bytes (205 MB) copied, 120.184 s, 1.7 MB/s&lt;br /&gt;
&lt;br /&gt;
real	2m0.189s&lt;br /&gt;
user	0m0.445s&lt;br /&gt;
sys	1m58.237s&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=My Opinion About the Slakware in this Netbook=&lt;br /&gt;
* You will not be unsatisfied.&lt;br /&gt;
* You need to buy at least one in your life. Only $490.&lt;br /&gt;
* Excelent to use like a second 'notebook' in your home and your work.&lt;/div&gt;</description>
			<pubDate>Fri, 22 Jan 2010 17:58:40 GMT</pubDate>
			<dc:creator>Crudo</dc:creator>
			<comments>https://www.slackwiki.com/Talk:ToshibaNB205</comments>
		</item>
		<item>
			<title>ToshibaNB205</title>
			<link>https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=292</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=292</guid>
			<description>&lt;p&gt;Crudo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-NOT FINISHED-&lt;br /&gt;
&lt;br /&gt;
=Intro=&lt;br /&gt;
Hello Slakers!&lt;br /&gt;
&lt;br /&gt;
I will talk about how to installing and use Slakware in a NB 205 from Toshiba. First of all i have to admit that i stayed really impressed with the design of NB205, he's fully portable and light, the screen with a 10.1&amp;quot; have a bad news: she only can do 1024x600 of size but not for us, slackers! ;) Even being netbook this machine has a good performance and excelent battery duration time! Generally this happens because of his ATOM N280 1.6GHz that use minus power and are designed for running in two units of execution even that is not a dual-processor. He has a beautiful keyboard design, a nice webcam of 1.3 megapixels and a good acceleration in multimedia applications. So before anything else, lets see some more informations about his technical specifications, down:&lt;br /&gt;
&lt;br /&gt;
=Technical Details = &lt;br /&gt;
&lt;br /&gt;
* Motherboard: Toshiba KAVAA - Chipset: Intel Callistoga-GSE i945GSE&lt;br /&gt;
* Processor: Intel Atom N280 1.6GHz&lt;br /&gt;
* Memory: DDR2-800/400/333/266 MHz - Comes to 1GB but you can upgrade to 2 GB.&lt;br /&gt;
* Video: Intel GMA 950 (1280x600)&lt;br /&gt;
* Hard Disk: 160 GB 5400 RPM SATA-II&lt;br /&gt;
* Webcam, Bluetooth, Ether/Wifi Network gigabit, Battery Life is 8 Hours!!!&lt;br /&gt;
&lt;br /&gt;
CPU&lt;br /&gt;
&amp;lt;pre&amp;gt;# cat /proc/cpuinfo &lt;br /&gt;
processor	: 0&lt;br /&gt;
vendor_id	: GenuineIntel&lt;br /&gt;
cpu family	: 6&lt;br /&gt;
model		: 28&lt;br /&gt;
model name	: Intel(R) Atom(TM) CPU N280   @ 1.66GHz&lt;br /&gt;
stepping	: 2&lt;br /&gt;
cpu MHz		: 1000.000&lt;br /&gt;
cache size	: 512 KB&lt;br /&gt;
physical id	: 0&lt;br /&gt;
siblings	: 2&lt;br /&gt;
core id		: 0&lt;br /&gt;
cpu cores	: 1&lt;br /&gt;
apicid		: 0&lt;br /&gt;
initial apicid	: 0&lt;br /&gt;
fdiv_bug	: no&lt;br /&gt;
hlt_bug		: no&lt;br /&gt;
f00f_bug	: no&lt;br /&gt;
coma_bug	: no&lt;br /&gt;
fpu		: yes&lt;br /&gt;
fpu_exception	: yes&lt;br /&gt;
cpuid level	: 10&lt;br /&gt;
wp		: yes&lt;br /&gt;
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm lahf_lm&lt;br /&gt;
bogomips	: 3325.16&lt;br /&gt;
clflush size	: 64&lt;br /&gt;
power management:&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PCI Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lspci&lt;br /&gt;
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)&lt;br /&gt;
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)&lt;br /&gt;
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)&lt;br /&gt;
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)&lt;br /&gt;
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)&lt;br /&gt;
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)&lt;br /&gt;
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)&lt;br /&gt;
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)&lt;br /&gt;
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)&lt;br /&gt;
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)&lt;br /&gt;
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)&lt;br /&gt;
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)&lt;br /&gt;
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)&lt;br /&gt;
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)&lt;br /&gt;
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)&lt;br /&gt;
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)&lt;br /&gt;
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
USB Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lsusb&lt;br /&gt;
Bus 001 Device 002: ID 04f2:b128 Chicony Electronics Co., Ltd &lt;br /&gt;
Bus 001 Device 003: ID 0bda:0159 Realtek Semiconductor Corp. &lt;br /&gt;
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;br /&gt;
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hard Disk&lt;br /&gt;
&amp;lt;pre&amp;gt;# fdisk -l&lt;br /&gt;
Disk /dev/sda: 160.0 GB, 160041885696 bytes&lt;br /&gt;
255 heads, 63 sectors/track, 19457 cylinders&lt;br /&gt;
Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br /&gt;
Disk identifier: 0x91c391c3&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Netbook Slakware Configuration=&lt;br /&gt;
==Screen /etc/X11/org.conf==&lt;br /&gt;
&amp;lt;pre&amp;gt;Section &amp;quot;Module&amp;quot;&lt;br /&gt;
          Load        &amp;quot;dbe&amp;quot;   # Double buffer extension&lt;br /&gt;
          SubSection  &amp;quot;extmod&amp;quot;&lt;br /&gt;
            Option    &amp;quot;omit xfree86-dga&amp;quot;   # don't initialise the DGA extension&lt;br /&gt;
          EndSubSection&lt;br /&gt;
          Load        &amp;quot;type1&amp;quot;&lt;br /&gt;
          Load        &amp;quot;freetype&amp;quot;&lt;br /&gt;
          Load       &amp;quot;glx&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Files&amp;quot;&lt;br /&gt;
          RgbPath     &amp;quot;/usr/share/X11/rgb&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/local/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/misc/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/OTF/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/TTF/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/Type1/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/CID/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/Speedo/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/75dpi/:unscaled&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/100dpi/:unscaled&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/75dpi/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/100dpi/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/cyrillic/&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
          Driver      &amp;quot;kbd&amp;quot;&lt;br /&gt;
          Option     &amp;quot;XkbRules&amp;quot;      &amp;quot;xorg&amp;quot;&lt;br /&gt;
          Option     &amp;quot;XkbModel&amp;quot;      &amp;quot;pc105&amp;quot;&lt;br /&gt;
          Option     &amp;quot;XkbLayout&amp;quot;     &amp;quot;us&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;Mouse1&amp;quot;&lt;br /&gt;
          Driver      &amp;quot;mouse&amp;quot;&lt;br /&gt;
          Option &amp;quot;Protocol&amp;quot;    &amp;quot;PS/2&amp;quot;&lt;br /&gt;
          Option &amp;quot;Device&amp;quot;      &amp;quot;/dev/mouse&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;My Monitor&amp;quot;&lt;br /&gt;
          HorizSync   31.5 - 50.0&lt;br /&gt;
          VertRefresh 40-90&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Device&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;Intel GMA950&amp;quot;&lt;br /&gt;
          Driver      &amp;quot;intel&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
          Device      &amp;quot;Intel GMA950&amp;quot;&lt;br /&gt;
          Monitor     &amp;quot;My Monitor&amp;quot;&lt;br /&gt;
          DefaultDepth 24&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       8&lt;br /&gt;
              Modes &amp;quot;1024x600&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
          EndSubsection&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       16&lt;br /&gt;
              Modes &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
          EndSubsection&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       24&lt;br /&gt;
              Modes &amp;quot;1024x600&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
              Virtual 1280 750&lt;br /&gt;
          EndSubsection&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       32&lt;br /&gt;
              Modes &amp;quot;1024x600&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
              Virtual 1280 750&lt;br /&gt;
          EndSubsection&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;Simple Layout&amp;quot;&lt;br /&gt;
          Screen &amp;quot;Screen 1&amp;quot;&lt;br /&gt;
          InputDevice &amp;quot;Mouse1&amp;quot; &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
          InputDevice &amp;quot;Keyboard1&amp;quot; &amp;quot;CoreKeyboard&amp;quot;&lt;br /&gt;
EndSection&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
* 03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
* 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
With those cards the netbook can give a improve in network performance and will grow like a little monster in your network, with a wifi module called 'ath9k' and network module called 'r8169' they can do great things :)&lt;br /&gt;
===Bluetooth===&lt;br /&gt;
To get things done you will need to download the 'omnibook' package and compile in your slackware version. Once you do it you can follow these commands to test your connection:&lt;br /&gt;
&amp;lt;pre&amp;gt;# modprobe -v omnibook&lt;br /&gt;
insmod /lib/modules/2.6.29.6-smp/extra/omnibook.ko ectype=12 userset=1 wifi=1 bluetooth=1&lt;br /&gt;
# hciconfig   &lt;br /&gt;
hci0:	Type: USB&lt;br /&gt;
	BD Address: 00:22:58:FF:C2:DC ACL MTU: 310:10 SCO MTU: 64:8&lt;br /&gt;
	UP RUNNING PSCAN ISCAN &lt;br /&gt;
	RX bytes:692 acl:0 sco:0 events:24 errors:0&lt;br /&gt;
	TX bytes:581 acl:0 sco:0 commands:24 errors:0&lt;br /&gt;
&lt;br /&gt;
# hcitool scan&lt;br /&gt;
Scanning ...&lt;br /&gt;
	00:21:FC:B1:AC:97	Rosangela&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Ethernet===&lt;br /&gt;
===Wifi===&lt;br /&gt;
If you want to use WPA/PSK:&lt;br /&gt;
&amp;lt;pre&amp;gt;wpa_passphrase &amp;lt;ESSID&amp;gt; &amp;lt;Passphrase&amp;gt;&lt;br /&gt;
# wpa_passphrase house littled0g &amp;gt; /etc/wpa_supplicant.conf.home &amp;lt;/pre&amp;gt;&lt;br /&gt;
If you see the file '/etc/wpa_supplicant.conf.home'&lt;br /&gt;
&amp;lt;pre&amp;gt;network={&lt;br /&gt;
	ssid=&amp;quot;house&amp;quot;&lt;br /&gt;
	#psk=&amp;quot;littled0g&amp;quot;&lt;br /&gt;
	psk=9dbaaf7031fd8cbc03674337ee9c724b65811b36546d2234676060b4144872b8&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
=Tests of Performance=&lt;br /&gt;
&amp;lt;pre&amp;gt;# time dd bs=1k count=1000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
1000+0 records in&lt;br /&gt;
1000+0 records out&lt;br /&gt;
1024000 bytes (1.0 MB) copied, 0.588823 s, 1.7 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m0.593s&lt;br /&gt;
user	0m0.003s&lt;br /&gt;
sys	0m0.582s&lt;br /&gt;
# time dd bs=1k count=100000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
100000+0 records in&lt;br /&gt;
100000+0 records out&lt;br /&gt;
102400000 bytes (102 MB) copied, 56.0481 s, 1.8 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m56.053s&lt;br /&gt;
user	0m0.131s&lt;br /&gt;
sys	0m55.874s&lt;br /&gt;
# time dd bs=1k count=200000 if=/dev/urandom of=/tmp/mkshit&lt;br /&gt;
100000+0 records in&lt;br /&gt;
100000+0 records out&lt;br /&gt;
204800000 bytes (205 MB) copied, 120.184 s, 1.7 MB/s&lt;br /&gt;
&lt;br /&gt;
real	2m0.189s&lt;br /&gt;
user	0m0.445s&lt;br /&gt;
sys	1m58.237s&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=My Opinion About the Slakware in this Netbook=&lt;br /&gt;
* You will not be unsatisfied.&lt;br /&gt;
* You need to buy at least one in your life. Only $490.&lt;br /&gt;
* Excelent to use like a second 'notebook' in your home and your work.&lt;/div&gt;</description>
			<pubDate>Wed, 20 Jan 2010 15:04:20 GMT</pubDate>
			<dc:creator>Crudo</dc:creator>
			<comments>https://www.slackwiki.com/Talk:ToshibaNB205</comments>
		</item>
		<item>
			<title>ToshibaNB205</title>
			<link>https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=291</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=291</guid>
			<description>&lt;p&gt;Crudo: /* Technical Details */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-NOT FINISHED-&lt;br /&gt;
&lt;br /&gt;
=Intro=&lt;br /&gt;
Hello Slakers!&lt;br /&gt;
&lt;br /&gt;
I will talk about how to installing and use Slakware in a NB 205 from Toshiba. First of all i have to admit that i stayed really impressed with the design of NB205, he's fully portable and light, the screen with a 10.1&amp;quot; have a bad news: she only can do 1024x600 of size but not for us, slackers! ;) So before anything else, lets see some more informations about his technical specifications, down:&lt;br /&gt;
&lt;br /&gt;
=Technical Details = &lt;br /&gt;
&lt;br /&gt;
* Motherboard: Toshiba KAVAA - Chipset: Intel Callistoga-GSE i945GSE&lt;br /&gt;
* Processor: Intel Atom N280 1.6GHz&lt;br /&gt;
* Memory: DDR2-800/400/333/266 MHz - Comes to 1GB but you can upgrade to 2 GB.&lt;br /&gt;
* Video: Intel GMA 950 (1280x600)&lt;br /&gt;
* Hard Disk: 160 GB 5400 RPM SATA-II&lt;br /&gt;
* Webcam, Bluetooth, Ether/Wifi Network gigabit, Battery Life is 8 Hours!!!&lt;br /&gt;
&lt;br /&gt;
Even being netbook this machine has a good performance and excelent battery duration time! Generally this happens because of his ATOM N280 1.6GHz that use minus power and are designed for running in two units of execution even that is not a dual-processor. He has a beautiful keyboard design, a nice webcam of 1.3 megapixels and a good acceleration in multimedia applications.&lt;br /&gt;
&lt;br /&gt;
CPU&lt;br /&gt;
&amp;lt;pre&amp;gt;# cat /proc/cpuinfo &lt;br /&gt;
processor	: 0&lt;br /&gt;
vendor_id	: GenuineIntel&lt;br /&gt;
cpu family	: 6&lt;br /&gt;
model		: 28&lt;br /&gt;
model name	: Intel(R) Atom(TM) CPU N280   @ 1.66GHz&lt;br /&gt;
stepping	: 2&lt;br /&gt;
cpu MHz		: 1000.000&lt;br /&gt;
cache size	: 512 KB&lt;br /&gt;
physical id	: 0&lt;br /&gt;
siblings	: 2&lt;br /&gt;
core id		: 0&lt;br /&gt;
cpu cores	: 1&lt;br /&gt;
apicid		: 0&lt;br /&gt;
initial apicid	: 0&lt;br /&gt;
fdiv_bug	: no&lt;br /&gt;
hlt_bug		: no&lt;br /&gt;
f00f_bug	: no&lt;br /&gt;
coma_bug	: no&lt;br /&gt;
fpu		: yes&lt;br /&gt;
fpu_exception	: yes&lt;br /&gt;
cpuid level	: 10&lt;br /&gt;
wp		: yes&lt;br /&gt;
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm lahf_lm&lt;br /&gt;
bogomips	: 3325.16&lt;br /&gt;
clflush size	: 64&lt;br /&gt;
power management:&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PCI Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lspci&lt;br /&gt;
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)&lt;br /&gt;
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)&lt;br /&gt;
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)&lt;br /&gt;
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)&lt;br /&gt;
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)&lt;br /&gt;
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)&lt;br /&gt;
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)&lt;br /&gt;
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)&lt;br /&gt;
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)&lt;br /&gt;
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)&lt;br /&gt;
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)&lt;br /&gt;
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)&lt;br /&gt;
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)&lt;br /&gt;
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)&lt;br /&gt;
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)&lt;br /&gt;
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)&lt;br /&gt;
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
USB Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lsusb&lt;br /&gt;
Bus 001 Device 002: ID 04f2:b128 Chicony Electronics Co., Ltd &lt;br /&gt;
Bus 001 Device 003: ID 0bda:0159 Realtek Semiconductor Corp. &lt;br /&gt;
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;br /&gt;
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hard Disk&lt;br /&gt;
&amp;lt;pre&amp;gt;# fdisk -l&lt;br /&gt;
Disk /dev/sda: 160.0 GB, 160041885696 bytes&lt;br /&gt;
255 heads, 63 sectors/track, 19457 cylinders&lt;br /&gt;
Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br /&gt;
Disk identifier: 0x91c391c3&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Netbook Slakware Configuration=&lt;br /&gt;
==Screen /etc/X11/org.conf==&lt;br /&gt;
&amp;lt;pre&amp;gt;Section &amp;quot;Module&amp;quot;&lt;br /&gt;
          Load        &amp;quot;dbe&amp;quot;   # Double buffer extension&lt;br /&gt;
          SubSection  &amp;quot;extmod&amp;quot;&lt;br /&gt;
            Option    &amp;quot;omit xfree86-dga&amp;quot;   # don't initialise the DGA extension&lt;br /&gt;
          EndSubSection&lt;br /&gt;
          Load        &amp;quot;type1&amp;quot;&lt;br /&gt;
          Load        &amp;quot;freetype&amp;quot;&lt;br /&gt;
          Load       &amp;quot;glx&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Files&amp;quot;&lt;br /&gt;
          RgbPath     &amp;quot;/usr/share/X11/rgb&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/local/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/misc/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/OTF/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/TTF/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/Type1/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/CID/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/Speedo/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/75dpi/:unscaled&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/100dpi/:unscaled&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/75dpi/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/100dpi/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/cyrillic/&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
          Driver      &amp;quot;kbd&amp;quot;&lt;br /&gt;
          Option     &amp;quot;XkbRules&amp;quot;      &amp;quot;xorg&amp;quot;&lt;br /&gt;
          Option     &amp;quot;XkbModel&amp;quot;      &amp;quot;pc105&amp;quot;&lt;br /&gt;
          Option     &amp;quot;XkbLayout&amp;quot;     &amp;quot;us&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;Mouse1&amp;quot;&lt;br /&gt;
          Driver      &amp;quot;mouse&amp;quot;&lt;br /&gt;
          Option &amp;quot;Protocol&amp;quot;    &amp;quot;PS/2&amp;quot;&lt;br /&gt;
          Option &amp;quot;Device&amp;quot;      &amp;quot;/dev/mouse&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;My Monitor&amp;quot;&lt;br /&gt;
          HorizSync   31.5 - 50.0&lt;br /&gt;
          VertRefresh 40-90&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Device&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;Intel GMA950&amp;quot;&lt;br /&gt;
          Driver      &amp;quot;intel&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
          Device      &amp;quot;Intel GMA950&amp;quot;&lt;br /&gt;
          Monitor     &amp;quot;My Monitor&amp;quot;&lt;br /&gt;
          DefaultDepth 24&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       8&lt;br /&gt;
              Modes &amp;quot;1024x600&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
          EndSubsection&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       16&lt;br /&gt;
              Modes &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
          EndSubsection&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       24&lt;br /&gt;
              Modes &amp;quot;1024x600&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
              Virtual 1280 750&lt;br /&gt;
          EndSubsection&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       32&lt;br /&gt;
              Modes &amp;quot;1024x600&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
              Virtual 1280 750&lt;br /&gt;
          EndSubsection&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;Simple Layout&amp;quot;&lt;br /&gt;
          Screen &amp;quot;Screen 1&amp;quot;&lt;br /&gt;
          InputDevice &amp;quot;Mouse1&amp;quot; &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
          InputDevice &amp;quot;Keyboard1&amp;quot; &amp;quot;CoreKeyboard&amp;quot;&lt;br /&gt;
EndSection&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
* 03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
* 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
With those cards the netbook can give a improve in network performance and will grow like a little monster in your network, with a wifi module called 'ath9k' and network module called 'r8169' they can do great things :)&lt;br /&gt;
===Bluetooth===&lt;br /&gt;
To get things done you will need to download the 'omnibook' package and compile in your slackware version. Once you do it you can follow these commands to test your connection:&lt;br /&gt;
&amp;lt;pre&amp;gt;# modprobe -v omnibook&lt;br /&gt;
insmod /lib/modules/2.6.29.6-smp/extra/omnibook.ko ectype=12 userset=1 wifi=1 bluetooth=1&lt;br /&gt;
# hciconfig   &lt;br /&gt;
hci0:	Type: USB&lt;br /&gt;
	BD Address: 00:22:58:FF:C2:DC ACL MTU: 310:10 SCO MTU: 64:8&lt;br /&gt;
	UP RUNNING PSCAN ISCAN &lt;br /&gt;
	RX bytes:692 acl:0 sco:0 events:24 errors:0&lt;br /&gt;
	TX bytes:581 acl:0 sco:0 commands:24 errors:0&lt;br /&gt;
&lt;br /&gt;
# hcitool scan&lt;br /&gt;
Scanning ...&lt;br /&gt;
	00:21:FC:B1:AC:97	Rosangela&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Ethernet===&lt;br /&gt;
===Wifi===&lt;br /&gt;
If you want to use WPA/PSK:&lt;br /&gt;
&amp;lt;pre&amp;gt;wpa_passphrase &amp;lt;ESSID&amp;gt; &amp;lt;Passphrase&amp;gt;&lt;br /&gt;
# wpa_passphrase house littled0g &amp;gt; /etc/wpa_supplicant.conf.home &amp;lt;/pre&amp;gt;&lt;br /&gt;
If you see the file '/etc/wpa_supplicant.conf.home'&lt;br /&gt;
&amp;lt;pre&amp;gt;network={&lt;br /&gt;
	ssid=&amp;quot;house&amp;quot;&lt;br /&gt;
	#psk=&amp;quot;littled0g&amp;quot;&lt;br /&gt;
	psk=9dbaaf7031fd8cbc03674337ee9c724b65811b36546d2234676060b4144872b8&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
=Tests of Performance=&lt;br /&gt;
&amp;lt;pre&amp;gt;# time dd bs=1k count=1000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
1000+0 records in&lt;br /&gt;
1000+0 records out&lt;br /&gt;
1024000 bytes (1.0 MB) copied, 0.588823 s, 1.7 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m0.593s&lt;br /&gt;
user	0m0.003s&lt;br /&gt;
sys	0m0.582s&lt;br /&gt;
# time dd bs=1k count=100000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
100000+0 records in&lt;br /&gt;
100000+0 records out&lt;br /&gt;
102400000 bytes (102 MB) copied, 56.0481 s, 1.8 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m56.053s&lt;br /&gt;
user	0m0.131s&lt;br /&gt;
sys	0m55.874s&lt;br /&gt;
# time dd bs=1k count=200000 if=/dev/urandom of=/tmp/mkshit&lt;br /&gt;
100000+0 records in&lt;br /&gt;
100000+0 records out&lt;br /&gt;
204800000 bytes (205 MB) copied, 120.184 s, 1.7 MB/s&lt;br /&gt;
&lt;br /&gt;
real	2m0.189s&lt;br /&gt;
user	0m0.445s&lt;br /&gt;
sys	1m58.237s&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=My Opinion About the Slakware in this Netbook=&lt;/div&gt;</description>
			<pubDate>Wed, 20 Jan 2010 15:00:37 GMT</pubDate>
			<dc:creator>Crudo</dc:creator>
			<comments>https://www.slackwiki.com/Talk:ToshibaNB205</comments>
		</item>
		<item>
			<title>ToshibaNB205</title>
			<link>https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=290</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=290</guid>
			<description>&lt;p&gt;Crudo: /* Screen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-NOT FINISHED-&lt;br /&gt;
&lt;br /&gt;
=Intro=&lt;br /&gt;
Hello Slakers!&lt;br /&gt;
&lt;br /&gt;
I will talk about how to installing and use Slakware in a NB 205 from Toshiba. First of all i have to admit that i stayed really impressed with the design of NB205, he's fully portable and light, the screen with a 10.1&amp;quot; have a bad news: she only can do 1024x600 of size but not for us, slackers! ;) So before anything else, lets see some more informations about his technical specifications, down:&lt;br /&gt;
&lt;br /&gt;
=Technical Details = &lt;br /&gt;
&lt;br /&gt;
* Motherboard: Toshiba KAVAA - Chipset: Intel Callistoga-GSE i945GSE&lt;br /&gt;
* Processor: Intel Atom N280 1.6GHz&lt;br /&gt;
* Memory: DDR2-800/400/333/266 MHz - Comes to 1GB but you can upgrade to 2 GB.&lt;br /&gt;
* Video: Intel GMA 950 (1280x600)&lt;br /&gt;
* Hard Disk: 160 GB 5400 RPM SATA-II&lt;br /&gt;
* Webcam, Bluetooth, Ether/Wifi Network gigabit, Battery Life is 8 Hours!!!&lt;br /&gt;
&lt;br /&gt;
CPU&lt;br /&gt;
&amp;lt;pre&amp;gt;# cat /proc/cpuinfo &lt;br /&gt;
processor	: 0&lt;br /&gt;
vendor_id	: GenuineIntel&lt;br /&gt;
cpu family	: 6&lt;br /&gt;
model		: 28&lt;br /&gt;
model name	: Intel(R) Atom(TM) CPU N280   @ 1.66GHz&lt;br /&gt;
stepping	: 2&lt;br /&gt;
cpu MHz		: 1000.000&lt;br /&gt;
cache size	: 512 KB&lt;br /&gt;
physical id	: 0&lt;br /&gt;
siblings	: 2&lt;br /&gt;
core id		: 0&lt;br /&gt;
cpu cores	: 1&lt;br /&gt;
apicid		: 0&lt;br /&gt;
initial apicid	: 0&lt;br /&gt;
fdiv_bug	: no&lt;br /&gt;
hlt_bug		: no&lt;br /&gt;
f00f_bug	: no&lt;br /&gt;
coma_bug	: no&lt;br /&gt;
fpu		: yes&lt;br /&gt;
fpu_exception	: yes&lt;br /&gt;
cpuid level	: 10&lt;br /&gt;
wp		: yes&lt;br /&gt;
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm lahf_lm&lt;br /&gt;
bogomips	: 3325.16&lt;br /&gt;
clflush size	: 64&lt;br /&gt;
power management:&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PCI Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lspci&lt;br /&gt;
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)&lt;br /&gt;
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)&lt;br /&gt;
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)&lt;br /&gt;
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)&lt;br /&gt;
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)&lt;br /&gt;
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)&lt;br /&gt;
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)&lt;br /&gt;
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)&lt;br /&gt;
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)&lt;br /&gt;
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)&lt;br /&gt;
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)&lt;br /&gt;
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)&lt;br /&gt;
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)&lt;br /&gt;
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)&lt;br /&gt;
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)&lt;br /&gt;
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)&lt;br /&gt;
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
USB Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lsusb&lt;br /&gt;
Bus 001 Device 002: ID 04f2:b128 Chicony Electronics Co., Ltd &lt;br /&gt;
Bus 001 Device 003: ID 0bda:0159 Realtek Semiconductor Corp. &lt;br /&gt;
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;br /&gt;
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hard Disk&lt;br /&gt;
&amp;lt;pre&amp;gt;# fdisk -l&lt;br /&gt;
Disk /dev/sda: 160.0 GB, 160041885696 bytes&lt;br /&gt;
255 heads, 63 sectors/track, 19457 cylinders&lt;br /&gt;
Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br /&gt;
Disk identifier: 0x91c391c3&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Netbook Slakware Configuration=&lt;br /&gt;
==Screen /etc/X11/org.conf==&lt;br /&gt;
&amp;lt;pre&amp;gt;Section &amp;quot;Module&amp;quot;&lt;br /&gt;
          Load        &amp;quot;dbe&amp;quot;   # Double buffer extension&lt;br /&gt;
          SubSection  &amp;quot;extmod&amp;quot;&lt;br /&gt;
            Option    &amp;quot;omit xfree86-dga&amp;quot;   # don't initialise the DGA extension&lt;br /&gt;
          EndSubSection&lt;br /&gt;
          Load        &amp;quot;type1&amp;quot;&lt;br /&gt;
          Load        &amp;quot;freetype&amp;quot;&lt;br /&gt;
          Load       &amp;quot;glx&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Files&amp;quot;&lt;br /&gt;
          RgbPath     &amp;quot;/usr/share/X11/rgb&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/local/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/misc/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/OTF/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/TTF/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/Type1/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/CID/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/Speedo/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/75dpi/:unscaled&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/100dpi/:unscaled&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/75dpi/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/100dpi/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/cyrillic/&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
          Driver      &amp;quot;kbd&amp;quot;&lt;br /&gt;
          Option     &amp;quot;XkbRules&amp;quot;      &amp;quot;xorg&amp;quot;&lt;br /&gt;
          Option     &amp;quot;XkbModel&amp;quot;      &amp;quot;pc105&amp;quot;&lt;br /&gt;
          Option     &amp;quot;XkbLayout&amp;quot;     &amp;quot;us&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;Mouse1&amp;quot;&lt;br /&gt;
          Driver      &amp;quot;mouse&amp;quot;&lt;br /&gt;
          Option &amp;quot;Protocol&amp;quot;    &amp;quot;PS/2&amp;quot;&lt;br /&gt;
          Option &amp;quot;Device&amp;quot;      &amp;quot;/dev/mouse&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;My Monitor&amp;quot;&lt;br /&gt;
          HorizSync   31.5 - 50.0&lt;br /&gt;
          VertRefresh 40-90&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Device&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;Intel GMA950&amp;quot;&lt;br /&gt;
          Driver      &amp;quot;intel&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
          Device      &amp;quot;Intel GMA950&amp;quot;&lt;br /&gt;
          Monitor     &amp;quot;My Monitor&amp;quot;&lt;br /&gt;
          DefaultDepth 24&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       8&lt;br /&gt;
              Modes &amp;quot;1024x600&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
          EndSubsection&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       16&lt;br /&gt;
              Modes &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
          EndSubsection&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       24&lt;br /&gt;
              Modes &amp;quot;1024x600&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
              Virtual 1280 750&lt;br /&gt;
          EndSubsection&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       32&lt;br /&gt;
              Modes &amp;quot;1024x600&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
              Virtual 1280 750&lt;br /&gt;
          EndSubsection&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;Simple Layout&amp;quot;&lt;br /&gt;
          Screen &amp;quot;Screen 1&amp;quot;&lt;br /&gt;
          InputDevice &amp;quot;Mouse1&amp;quot; &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
          InputDevice &amp;quot;Keyboard1&amp;quot; &amp;quot;CoreKeyboard&amp;quot;&lt;br /&gt;
EndSection&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
* 03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
* 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
With those cards the netbook can give a improve in network performance and will grow like a little monster in your network, with a wifi module called 'ath9k' and network module called 'r8169' they can do great things :)&lt;br /&gt;
===Bluetooth===&lt;br /&gt;
To get things done you will need to download the 'omnibook' package and compile in your slackware version. Once you do it you can follow these commands to test your connection:&lt;br /&gt;
&amp;lt;pre&amp;gt;# modprobe -v omnibook&lt;br /&gt;
insmod /lib/modules/2.6.29.6-smp/extra/omnibook.ko ectype=12 userset=1 wifi=1 bluetooth=1&lt;br /&gt;
# hciconfig   &lt;br /&gt;
hci0:	Type: USB&lt;br /&gt;
	BD Address: 00:22:58:FF:C2:DC ACL MTU: 310:10 SCO MTU: 64:8&lt;br /&gt;
	UP RUNNING PSCAN ISCAN &lt;br /&gt;
	RX bytes:692 acl:0 sco:0 events:24 errors:0&lt;br /&gt;
	TX bytes:581 acl:0 sco:0 commands:24 errors:0&lt;br /&gt;
&lt;br /&gt;
# hcitool scan&lt;br /&gt;
Scanning ...&lt;br /&gt;
	00:21:FC:B1:AC:97	Rosangela&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Ethernet===&lt;br /&gt;
===Wifi===&lt;br /&gt;
If you want to use WPA/PSK:&lt;br /&gt;
&amp;lt;pre&amp;gt;wpa_passphrase &amp;lt;ESSID&amp;gt; &amp;lt;Passphrase&amp;gt;&lt;br /&gt;
# wpa_passphrase house littled0g &amp;gt; /etc/wpa_supplicant.conf.home &amp;lt;/pre&amp;gt;&lt;br /&gt;
If you see the file '/etc/wpa_supplicant.conf.home'&lt;br /&gt;
&amp;lt;pre&amp;gt;network={&lt;br /&gt;
	ssid=&amp;quot;house&amp;quot;&lt;br /&gt;
	#psk=&amp;quot;littled0g&amp;quot;&lt;br /&gt;
	psk=9dbaaf7031fd8cbc03674337ee9c724b65811b36546d2234676060b4144872b8&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
=Tests of Performance=&lt;br /&gt;
&amp;lt;pre&amp;gt;# time dd bs=1k count=1000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
1000+0 records in&lt;br /&gt;
1000+0 records out&lt;br /&gt;
1024000 bytes (1.0 MB) copied, 0.588823 s, 1.7 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m0.593s&lt;br /&gt;
user	0m0.003s&lt;br /&gt;
sys	0m0.582s&lt;br /&gt;
# time dd bs=1k count=100000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
100000+0 records in&lt;br /&gt;
100000+0 records out&lt;br /&gt;
102400000 bytes (102 MB) copied, 56.0481 s, 1.8 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m56.053s&lt;br /&gt;
user	0m0.131s&lt;br /&gt;
sys	0m55.874s&lt;br /&gt;
# time dd bs=1k count=200000 if=/dev/urandom of=/tmp/mkshit&lt;br /&gt;
100000+0 records in&lt;br /&gt;
100000+0 records out&lt;br /&gt;
204800000 bytes (205 MB) copied, 120.184 s, 1.7 MB/s&lt;br /&gt;
&lt;br /&gt;
real	2m0.189s&lt;br /&gt;
user	0m0.445s&lt;br /&gt;
sys	1m58.237s&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=My Opinion About the Slakware in this Netbook=&lt;/div&gt;</description>
			<pubDate>Wed, 20 Jan 2010 03:40:17 GMT</pubDate>
			<dc:creator>Crudo</dc:creator>
			<comments>https://www.slackwiki.com/Talk:ToshibaNB205</comments>
		</item>
		<item>
			<title>ToshibaNB205</title>
			<link>https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=289</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=289</guid>
			<description>&lt;p&gt;Crudo: /* Screen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-NOT FINISHED-&lt;br /&gt;
&lt;br /&gt;
=Intro=&lt;br /&gt;
Hello Slakers!&lt;br /&gt;
&lt;br /&gt;
I will talk about how to installing and use Slakware in a NB 205 from Toshiba. First of all i have to admit that i stayed really impressed with the design of NB205, he's fully portable and light, the screen with a 10.1&amp;quot; have a bad news: she only can do 1024x600 of size but not for us, slackers! ;) So before anything else, lets see some more informations about his technical specifications, down:&lt;br /&gt;
&lt;br /&gt;
=Technical Details = &lt;br /&gt;
&lt;br /&gt;
* Motherboard: Toshiba KAVAA - Chipset: Intel Callistoga-GSE i945GSE&lt;br /&gt;
* Processor: Intel Atom N280 1.6GHz&lt;br /&gt;
* Memory: DDR2-800/400/333/266 MHz - Comes to 1GB but you can upgrade to 2 GB.&lt;br /&gt;
* Video: Intel GMA 950 (1280x600)&lt;br /&gt;
* Hard Disk: 160 GB 5400 RPM SATA-II&lt;br /&gt;
* Webcam, Bluetooth, Ether/Wifi Network gigabit, Battery Life is 8 Hours!!!&lt;br /&gt;
&lt;br /&gt;
CPU&lt;br /&gt;
&amp;lt;pre&amp;gt;# cat /proc/cpuinfo &lt;br /&gt;
processor	: 0&lt;br /&gt;
vendor_id	: GenuineIntel&lt;br /&gt;
cpu family	: 6&lt;br /&gt;
model		: 28&lt;br /&gt;
model name	: Intel(R) Atom(TM) CPU N280   @ 1.66GHz&lt;br /&gt;
stepping	: 2&lt;br /&gt;
cpu MHz		: 1000.000&lt;br /&gt;
cache size	: 512 KB&lt;br /&gt;
physical id	: 0&lt;br /&gt;
siblings	: 2&lt;br /&gt;
core id		: 0&lt;br /&gt;
cpu cores	: 1&lt;br /&gt;
apicid		: 0&lt;br /&gt;
initial apicid	: 0&lt;br /&gt;
fdiv_bug	: no&lt;br /&gt;
hlt_bug		: no&lt;br /&gt;
f00f_bug	: no&lt;br /&gt;
coma_bug	: no&lt;br /&gt;
fpu		: yes&lt;br /&gt;
fpu_exception	: yes&lt;br /&gt;
cpuid level	: 10&lt;br /&gt;
wp		: yes&lt;br /&gt;
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm lahf_lm&lt;br /&gt;
bogomips	: 3325.16&lt;br /&gt;
clflush size	: 64&lt;br /&gt;
power management:&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PCI Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lspci&lt;br /&gt;
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)&lt;br /&gt;
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)&lt;br /&gt;
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)&lt;br /&gt;
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)&lt;br /&gt;
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)&lt;br /&gt;
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)&lt;br /&gt;
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)&lt;br /&gt;
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)&lt;br /&gt;
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)&lt;br /&gt;
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)&lt;br /&gt;
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)&lt;br /&gt;
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)&lt;br /&gt;
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)&lt;br /&gt;
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)&lt;br /&gt;
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)&lt;br /&gt;
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)&lt;br /&gt;
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
USB Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lsusb&lt;br /&gt;
Bus 001 Device 002: ID 04f2:b128 Chicony Electronics Co., Ltd &lt;br /&gt;
Bus 001 Device 003: ID 0bda:0159 Realtek Semiconductor Corp. &lt;br /&gt;
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;br /&gt;
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hard Disk&lt;br /&gt;
&amp;lt;pre&amp;gt;# fdisk -l&lt;br /&gt;
Disk /dev/sda: 160.0 GB, 160041885696 bytes&lt;br /&gt;
255 heads, 63 sectors/track, 19457 cylinders&lt;br /&gt;
Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br /&gt;
Disk identifier: 0x91c391c3&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Netbook Slakware Configuration=&lt;br /&gt;
==Screen==&lt;br /&gt;
&amp;lt;pre&amp;gt;Section &amp;quot;Module&amp;quot;&lt;br /&gt;
          Load        &amp;quot;dbe&amp;quot;   # Double buffer extension&lt;br /&gt;
          SubSection  &amp;quot;extmod&amp;quot;&lt;br /&gt;
            Option    &amp;quot;omit xfree86-dga&amp;quot;   # don't initialise the DGA extension&lt;br /&gt;
          EndSubSection&lt;br /&gt;
          Load        &amp;quot;type1&amp;quot;&lt;br /&gt;
          Load        &amp;quot;freetype&amp;quot;&lt;br /&gt;
          Load       &amp;quot;glx&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Files&amp;quot;&lt;br /&gt;
          RgbPath     &amp;quot;/usr/share/X11/rgb&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/local/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/misc/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/OTF/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/TTF/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/Type1/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/CID/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/Speedo/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/75dpi/:unscaled&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/100dpi/:unscaled&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/75dpi/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/100dpi/&amp;quot;&lt;br /&gt;
          FontPath   &amp;quot;/usr/share/fonts/cyrillic/&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
          Driver      &amp;quot;kbd&amp;quot;&lt;br /&gt;
          Option     &amp;quot;XkbRules&amp;quot;      &amp;quot;xorg&amp;quot;&lt;br /&gt;
          Option     &amp;quot;XkbModel&amp;quot;      &amp;quot;pc105&amp;quot;&lt;br /&gt;
          Option     &amp;quot;XkbLayout&amp;quot;     &amp;quot;us&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;Mouse1&amp;quot;&lt;br /&gt;
          Driver      &amp;quot;mouse&amp;quot;&lt;br /&gt;
          Option &amp;quot;Protocol&amp;quot;    &amp;quot;PS/2&amp;quot;&lt;br /&gt;
          Option &amp;quot;Device&amp;quot;      &amp;quot;/dev/mouse&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;My Monitor&amp;quot;&lt;br /&gt;
          HorizSync   31.5 - 50.0&lt;br /&gt;
          VertRefresh 40-90&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Device&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;VESA Framebuffer&amp;quot;&lt;br /&gt;
          Driver      &amp;quot;vesa&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
          Device      &amp;quot;VESA Framebuffer&amp;quot;&lt;br /&gt;
          Monitor     &amp;quot;My Monitor&amp;quot;&lt;br /&gt;
          DefaultDepth 24&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       8&lt;br /&gt;
              Modes &amp;quot;1024x600&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
          EndSubsection&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       16&lt;br /&gt;
              Modes &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
          EndSubsection&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       24&lt;br /&gt;
              Modes &amp;quot;1024x600&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
              Virtual 1280 750&lt;br /&gt;
          EndSubsection&lt;br /&gt;
          Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
              Depth       32&lt;br /&gt;
              Modes &amp;quot;1024x600&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
              Virtual 1280 750&lt;br /&gt;
          EndSubsection&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
          Identifier  &amp;quot;Simple Layout&amp;quot;&lt;br /&gt;
          Screen &amp;quot;Screen 1&amp;quot;&lt;br /&gt;
          InputDevice &amp;quot;Mouse1&amp;quot; &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
          InputDevice &amp;quot;Keyboard1&amp;quot; &amp;quot;CoreKeyboard&amp;quot;&lt;br /&gt;
EndSection&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
* 03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
* 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
With those cards the netbook can give a improve in network performance and will grow like a little monster in your network, with a wifi module called 'ath9k' and network module called 'r8169' they can do great things :)&lt;br /&gt;
===Bluetooth===&lt;br /&gt;
To get things done you will need to download the 'omnibook' package and compile in your slackware version. Once you do it you can follow these commands to test your connection:&lt;br /&gt;
&amp;lt;pre&amp;gt;# modprobe -v omnibook&lt;br /&gt;
insmod /lib/modules/2.6.29.6-smp/extra/omnibook.ko ectype=12 userset=1 wifi=1 bluetooth=1&lt;br /&gt;
# hciconfig   &lt;br /&gt;
hci0:	Type: USB&lt;br /&gt;
	BD Address: 00:22:58:FF:C2:DC ACL MTU: 310:10 SCO MTU: 64:8&lt;br /&gt;
	UP RUNNING PSCAN ISCAN &lt;br /&gt;
	RX bytes:692 acl:0 sco:0 events:24 errors:0&lt;br /&gt;
	TX bytes:581 acl:0 sco:0 commands:24 errors:0&lt;br /&gt;
&lt;br /&gt;
# hcitool scan&lt;br /&gt;
Scanning ...&lt;br /&gt;
	00:21:FC:B1:AC:97	Rosangela&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Ethernet===&lt;br /&gt;
===Wifi===&lt;br /&gt;
If you want to use WPA/PSK:&lt;br /&gt;
&amp;lt;pre&amp;gt;wpa_passphrase &amp;lt;ESSID&amp;gt; &amp;lt;Passphrase&amp;gt;&lt;br /&gt;
# wpa_passphrase house littled0g &amp;gt; /etc/wpa_supplicant.conf.home &amp;lt;/pre&amp;gt;&lt;br /&gt;
If you see the file '/etc/wpa_supplicant.conf.home'&lt;br /&gt;
&amp;lt;pre&amp;gt;network={&lt;br /&gt;
	ssid=&amp;quot;house&amp;quot;&lt;br /&gt;
	#psk=&amp;quot;littled0g&amp;quot;&lt;br /&gt;
	psk=9dbaaf7031fd8cbc03674337ee9c724b65811b36546d2234676060b4144872b8&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
=Tests of Performance=&lt;br /&gt;
&amp;lt;pre&amp;gt;# time dd bs=1k count=1000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
1000+0 records in&lt;br /&gt;
1000+0 records out&lt;br /&gt;
1024000 bytes (1.0 MB) copied, 0.588823 s, 1.7 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m0.593s&lt;br /&gt;
user	0m0.003s&lt;br /&gt;
sys	0m0.582s&lt;br /&gt;
# time dd bs=1k count=100000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
100000+0 records in&lt;br /&gt;
100000+0 records out&lt;br /&gt;
102400000 bytes (102 MB) copied, 56.0481 s, 1.8 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m56.053s&lt;br /&gt;
user	0m0.131s&lt;br /&gt;
sys	0m55.874s&lt;br /&gt;
# time dd bs=1k count=200000 if=/dev/urandom of=/tmp/mkshit&lt;br /&gt;
100000+0 records in&lt;br /&gt;
100000+0 records out&lt;br /&gt;
204800000 bytes (205 MB) copied, 120.184 s, 1.7 MB/s&lt;br /&gt;
&lt;br /&gt;
real	2m0.189s&lt;br /&gt;
user	0m0.445s&lt;br /&gt;
sys	1m58.237s&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=My Opinion About the Slakware in this Netbook=&lt;/div&gt;</description>
			<pubDate>Wed, 20 Jan 2010 03:34:56 GMT</pubDate>
			<dc:creator>Crudo</dc:creator>
			<comments>https://www.slackwiki.com/Talk:ToshibaNB205</comments>
		</item>
		<item>
			<title>ToshibaNB205</title>
			<link>https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=288</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=288</guid>
			<description>&lt;p&gt;Crudo: /* Bluetooth */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-NOT FINISHED-&lt;br /&gt;
&lt;br /&gt;
=Intro=&lt;br /&gt;
Hello Slakers!&lt;br /&gt;
&lt;br /&gt;
I will talk about how to installing and use Slakware in a NB 205 from Toshiba. First of all i have to admit that i stayed really impressed with the design of NB205, he's fully portable and light, the screen with a 10.1&amp;quot; have a bad news: she only can do 1024x600 of size but not for us, slackers! ;) So before anything else, lets see some more informations about his technical specifications, down:&lt;br /&gt;
&lt;br /&gt;
=Technical Details = &lt;br /&gt;
&lt;br /&gt;
* Motherboard: Toshiba KAVAA - Chipset: Intel Callistoga-GSE i945GSE&lt;br /&gt;
* Processor: Intel Atom N280 1.6GHz&lt;br /&gt;
* Memory: DDR2-800/400/333/266 MHz - Comes to 1GB but you can upgrade to 2 GB.&lt;br /&gt;
* Video: Intel GMA 950 (1280x600)&lt;br /&gt;
* Hard Disk: 160 GB 5400 RPM SATA-II&lt;br /&gt;
* Webcam, Bluetooth, Ether/Wifi Network gigabit, Battery Life is 8 Hours!!!&lt;br /&gt;
&lt;br /&gt;
CPU&lt;br /&gt;
&amp;lt;pre&amp;gt;# cat /proc/cpuinfo &lt;br /&gt;
processor	: 0&lt;br /&gt;
vendor_id	: GenuineIntel&lt;br /&gt;
cpu family	: 6&lt;br /&gt;
model		: 28&lt;br /&gt;
model name	: Intel(R) Atom(TM) CPU N280   @ 1.66GHz&lt;br /&gt;
stepping	: 2&lt;br /&gt;
cpu MHz		: 1000.000&lt;br /&gt;
cache size	: 512 KB&lt;br /&gt;
physical id	: 0&lt;br /&gt;
siblings	: 2&lt;br /&gt;
core id		: 0&lt;br /&gt;
cpu cores	: 1&lt;br /&gt;
apicid		: 0&lt;br /&gt;
initial apicid	: 0&lt;br /&gt;
fdiv_bug	: no&lt;br /&gt;
hlt_bug		: no&lt;br /&gt;
f00f_bug	: no&lt;br /&gt;
coma_bug	: no&lt;br /&gt;
fpu		: yes&lt;br /&gt;
fpu_exception	: yes&lt;br /&gt;
cpuid level	: 10&lt;br /&gt;
wp		: yes&lt;br /&gt;
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm lahf_lm&lt;br /&gt;
bogomips	: 3325.16&lt;br /&gt;
clflush size	: 64&lt;br /&gt;
power management:&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PCI Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lspci&lt;br /&gt;
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)&lt;br /&gt;
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)&lt;br /&gt;
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)&lt;br /&gt;
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)&lt;br /&gt;
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)&lt;br /&gt;
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)&lt;br /&gt;
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)&lt;br /&gt;
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)&lt;br /&gt;
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)&lt;br /&gt;
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)&lt;br /&gt;
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)&lt;br /&gt;
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)&lt;br /&gt;
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)&lt;br /&gt;
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)&lt;br /&gt;
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)&lt;br /&gt;
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)&lt;br /&gt;
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
USB Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lsusb&lt;br /&gt;
Bus 001 Device 002: ID 04f2:b128 Chicony Electronics Co., Ltd &lt;br /&gt;
Bus 001 Device 003: ID 0bda:0159 Realtek Semiconductor Corp. &lt;br /&gt;
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;br /&gt;
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hard Disk&lt;br /&gt;
&amp;lt;pre&amp;gt;# fdisk -l&lt;br /&gt;
Disk /dev/sda: 160.0 GB, 160041885696 bytes&lt;br /&gt;
255 heads, 63 sectors/track, 19457 cylinders&lt;br /&gt;
Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br /&gt;
Disk identifier: 0x91c391c3&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Netbook Slakware Configuration=&lt;br /&gt;
==Screen==&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
* 03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
* 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
With those cards the netbook can give a improve in network performance and will grow like a little monster in your network, with a wifi module called 'ath9k' and network module called 'r8169' they can do great things :)&lt;br /&gt;
===Bluetooth===&lt;br /&gt;
To get things done you will need to download the 'omnibook' package and compile in your slackware version. Once you do it you can follow these commands to test your connection:&lt;br /&gt;
&amp;lt;pre&amp;gt;# modprobe -v omnibook&lt;br /&gt;
insmod /lib/modules/2.6.29.6-smp/extra/omnibook.ko ectype=12 userset=1 wifi=1 bluetooth=1&lt;br /&gt;
# hciconfig   &lt;br /&gt;
hci0:	Type: USB&lt;br /&gt;
	BD Address: 00:22:58:FF:C2:DC ACL MTU: 310:10 SCO MTU: 64:8&lt;br /&gt;
	UP RUNNING PSCAN ISCAN &lt;br /&gt;
	RX bytes:692 acl:0 sco:0 events:24 errors:0&lt;br /&gt;
	TX bytes:581 acl:0 sco:0 commands:24 errors:0&lt;br /&gt;
&lt;br /&gt;
# hcitool scan&lt;br /&gt;
Scanning ...&lt;br /&gt;
	00:21:FC:B1:AC:97	Rosangela&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Ethernet===&lt;br /&gt;
===Wifi===&lt;br /&gt;
If you want to use WPA/PSK:&lt;br /&gt;
&amp;lt;pre&amp;gt;wpa_passphrase &amp;lt;ESSID&amp;gt; &amp;lt;Passphrase&amp;gt;&lt;br /&gt;
# wpa_passphrase house littled0g &amp;gt; /etc/wpa_supplicant.conf.home &amp;lt;/pre&amp;gt;&lt;br /&gt;
If you see the file '/etc/wpa_supplicant.conf.home'&lt;br /&gt;
&amp;lt;pre&amp;gt;network={&lt;br /&gt;
	ssid=&amp;quot;house&amp;quot;&lt;br /&gt;
	#psk=&amp;quot;littled0g&amp;quot;&lt;br /&gt;
	psk=9dbaaf7031fd8cbc03674337ee9c724b65811b36546d2234676060b4144872b8&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
=Tests of Performance=&lt;br /&gt;
&amp;lt;pre&amp;gt;# time dd bs=1k count=1000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
1000+0 records in&lt;br /&gt;
1000+0 records out&lt;br /&gt;
1024000 bytes (1.0 MB) copied, 0.588823 s, 1.7 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m0.593s&lt;br /&gt;
user	0m0.003s&lt;br /&gt;
sys	0m0.582s&lt;br /&gt;
# time dd bs=1k count=100000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
100000+0 records in&lt;br /&gt;
100000+0 records out&lt;br /&gt;
102400000 bytes (102 MB) copied, 56.0481 s, 1.8 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m56.053s&lt;br /&gt;
user	0m0.131s&lt;br /&gt;
sys	0m55.874s&lt;br /&gt;
# time dd bs=1k count=200000 if=/dev/urandom of=/tmp/mkshit&lt;br /&gt;
100000+0 records in&lt;br /&gt;
100000+0 records out&lt;br /&gt;
204800000 bytes (205 MB) copied, 120.184 s, 1.7 MB/s&lt;br /&gt;
&lt;br /&gt;
real	2m0.189s&lt;br /&gt;
user	0m0.445s&lt;br /&gt;
sys	1m58.237s&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=My Opinion About the Slakware in this Netbook=&lt;/div&gt;</description>
			<pubDate>Wed, 20 Jan 2010 03:14:30 GMT</pubDate>
			<dc:creator>Crudo</dc:creator>
			<comments>https://www.slackwiki.com/Talk:ToshibaNB205</comments>
		</item>
		<item>
			<title>ToshibaNB205</title>
			<link>https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=287</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=287</guid>
			<description>&lt;p&gt;Crudo: /* Tests of Performance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-NOT FINISHED-&lt;br /&gt;
&lt;br /&gt;
=Intro=&lt;br /&gt;
Hello Slakers!&lt;br /&gt;
&lt;br /&gt;
I will talk about how to installing and use Slakware in a NB 205 from Toshiba. First of all i have to admit that i stayed really impressed with the design of NB205, he's fully portable and light, the screen with a 10.1&amp;quot; have a bad news: she only can do 1024x600 of size but not for us, slackers! ;) So before anything else, lets see some more informations about his technical specifications, down:&lt;br /&gt;
&lt;br /&gt;
=Technical Details = &lt;br /&gt;
&lt;br /&gt;
* Motherboard: Toshiba KAVAA - Chipset: Intel Callistoga-GSE i945GSE&lt;br /&gt;
* Processor: Intel Atom N280 1.6GHz&lt;br /&gt;
* Memory: DDR2-800/400/333/266 MHz - Comes to 1GB but you can upgrade to 2 GB.&lt;br /&gt;
* Video: Intel GMA 950 (1280x600)&lt;br /&gt;
* Hard Disk: 160 GB 5400 RPM SATA-II&lt;br /&gt;
* Webcam, Bluetooth, Ether/Wifi Network gigabit, Battery Life is 8 Hours!!!&lt;br /&gt;
&lt;br /&gt;
CPU&lt;br /&gt;
&amp;lt;pre&amp;gt;# cat /proc/cpuinfo &lt;br /&gt;
processor	: 0&lt;br /&gt;
vendor_id	: GenuineIntel&lt;br /&gt;
cpu family	: 6&lt;br /&gt;
model		: 28&lt;br /&gt;
model name	: Intel(R) Atom(TM) CPU N280   @ 1.66GHz&lt;br /&gt;
stepping	: 2&lt;br /&gt;
cpu MHz		: 1000.000&lt;br /&gt;
cache size	: 512 KB&lt;br /&gt;
physical id	: 0&lt;br /&gt;
siblings	: 2&lt;br /&gt;
core id		: 0&lt;br /&gt;
cpu cores	: 1&lt;br /&gt;
apicid		: 0&lt;br /&gt;
initial apicid	: 0&lt;br /&gt;
fdiv_bug	: no&lt;br /&gt;
hlt_bug		: no&lt;br /&gt;
f00f_bug	: no&lt;br /&gt;
coma_bug	: no&lt;br /&gt;
fpu		: yes&lt;br /&gt;
fpu_exception	: yes&lt;br /&gt;
cpuid level	: 10&lt;br /&gt;
wp		: yes&lt;br /&gt;
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm lahf_lm&lt;br /&gt;
bogomips	: 3325.16&lt;br /&gt;
clflush size	: 64&lt;br /&gt;
power management:&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PCI Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lspci&lt;br /&gt;
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)&lt;br /&gt;
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)&lt;br /&gt;
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)&lt;br /&gt;
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)&lt;br /&gt;
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)&lt;br /&gt;
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)&lt;br /&gt;
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)&lt;br /&gt;
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)&lt;br /&gt;
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)&lt;br /&gt;
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)&lt;br /&gt;
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)&lt;br /&gt;
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)&lt;br /&gt;
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)&lt;br /&gt;
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)&lt;br /&gt;
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)&lt;br /&gt;
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)&lt;br /&gt;
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
USB Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lsusb&lt;br /&gt;
Bus 001 Device 002: ID 04f2:b128 Chicony Electronics Co., Ltd &lt;br /&gt;
Bus 001 Device 003: ID 0bda:0159 Realtek Semiconductor Corp. &lt;br /&gt;
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;br /&gt;
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hard Disk&lt;br /&gt;
&amp;lt;pre&amp;gt;# fdisk -l&lt;br /&gt;
Disk /dev/sda: 160.0 GB, 160041885696 bytes&lt;br /&gt;
255 heads, 63 sectors/track, 19457 cylinders&lt;br /&gt;
Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br /&gt;
Disk identifier: 0x91c391c3&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Netbook Slakware Configuration=&lt;br /&gt;
==Screen==&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
* 03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
* 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
With those cards the netbook can give a improve in network performance and will grow like a little monster in your network, with a wifi module called 'ath9k' and network module called 'r8169' they can do great things :)&lt;br /&gt;
===Bluetooth===&lt;br /&gt;
===Ethernet===&lt;br /&gt;
===Wifi===&lt;br /&gt;
If you want to use WPA/PSK:&lt;br /&gt;
&amp;lt;pre&amp;gt;wpa_passphrase &amp;lt;ESSID&amp;gt; &amp;lt;Passphrase&amp;gt;&lt;br /&gt;
# wpa_passphrase house littled0g &amp;gt; /etc/wpa_supplicant.conf.home &amp;lt;/pre&amp;gt;&lt;br /&gt;
If you see the file '/etc/wpa_supplicant.conf.home'&lt;br /&gt;
&amp;lt;pre&amp;gt;network={&lt;br /&gt;
	ssid=&amp;quot;house&amp;quot;&lt;br /&gt;
	#psk=&amp;quot;littled0g&amp;quot;&lt;br /&gt;
	psk=9dbaaf7031fd8cbc03674337ee9c724b65811b36546d2234676060b4144872b8&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
=Tests of Performance=&lt;br /&gt;
&amp;lt;pre&amp;gt;# time dd bs=1k count=1000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
1000+0 records in&lt;br /&gt;
1000+0 records out&lt;br /&gt;
1024000 bytes (1.0 MB) copied, 0.588823 s, 1.7 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m0.593s&lt;br /&gt;
user	0m0.003s&lt;br /&gt;
sys	0m0.582s&lt;br /&gt;
# time dd bs=1k count=100000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
100000+0 records in&lt;br /&gt;
100000+0 records out&lt;br /&gt;
102400000 bytes (102 MB) copied, 56.0481 s, 1.8 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m56.053s&lt;br /&gt;
user	0m0.131s&lt;br /&gt;
sys	0m55.874s&lt;br /&gt;
# time dd bs=1k count=200000 if=/dev/urandom of=/tmp/mkshit&lt;br /&gt;
100000+0 records in&lt;br /&gt;
100000+0 records out&lt;br /&gt;
204800000 bytes (205 MB) copied, 120.184 s, 1.7 MB/s&lt;br /&gt;
&lt;br /&gt;
real	2m0.189s&lt;br /&gt;
user	0m0.445s&lt;br /&gt;
sys	1m58.237s&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=My Opinion About the Slakware in this Netbook=&lt;/div&gt;</description>
			<pubDate>Wed, 20 Jan 2010 03:05:52 GMT</pubDate>
			<dc:creator>Crudo</dc:creator>
			<comments>https://www.slackwiki.com/Talk:ToshibaNB205</comments>
		</item>
		<item>
			<title>ToshibaNB205</title>
			<link>https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=286</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=286</guid>
			<description>&lt;p&gt;Crudo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-NOT FINISHED-&lt;br /&gt;
&lt;br /&gt;
=Intro=&lt;br /&gt;
Hello Slakers!&lt;br /&gt;
&lt;br /&gt;
I will talk about how to installing and use Slakware in a NB 205 from Toshiba. First of all i have to admit that i stayed really impressed with the design of NB205, he's fully portable and light, the screen with a 10.1&amp;quot; have a bad news: she only can do 1024x600 of size but not for us, slackers! ;) So before anything else, lets see some more informations about his technical specifications, down:&lt;br /&gt;
&lt;br /&gt;
=Technical Details = &lt;br /&gt;
&lt;br /&gt;
* Motherboard: Toshiba KAVAA - Chipset: Intel Callistoga-GSE i945GSE&lt;br /&gt;
* Processor: Intel Atom N280 1.6GHz&lt;br /&gt;
* Memory: DDR2-800/400/333/266 MHz - Comes to 1GB but you can upgrade to 2 GB.&lt;br /&gt;
* Video: Intel GMA 950 (1280x600)&lt;br /&gt;
* Hard Disk: 160 GB 5400 RPM SATA-II&lt;br /&gt;
* Webcam, Bluetooth, Ether/Wifi Network gigabit, Battery Life is 8 Hours!!!&lt;br /&gt;
&lt;br /&gt;
CPU&lt;br /&gt;
&amp;lt;pre&amp;gt;# cat /proc/cpuinfo &lt;br /&gt;
processor	: 0&lt;br /&gt;
vendor_id	: GenuineIntel&lt;br /&gt;
cpu family	: 6&lt;br /&gt;
model		: 28&lt;br /&gt;
model name	: Intel(R) Atom(TM) CPU N280   @ 1.66GHz&lt;br /&gt;
stepping	: 2&lt;br /&gt;
cpu MHz		: 1000.000&lt;br /&gt;
cache size	: 512 KB&lt;br /&gt;
physical id	: 0&lt;br /&gt;
siblings	: 2&lt;br /&gt;
core id		: 0&lt;br /&gt;
cpu cores	: 1&lt;br /&gt;
apicid		: 0&lt;br /&gt;
initial apicid	: 0&lt;br /&gt;
fdiv_bug	: no&lt;br /&gt;
hlt_bug		: no&lt;br /&gt;
f00f_bug	: no&lt;br /&gt;
coma_bug	: no&lt;br /&gt;
fpu		: yes&lt;br /&gt;
fpu_exception	: yes&lt;br /&gt;
cpuid level	: 10&lt;br /&gt;
wp		: yes&lt;br /&gt;
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm lahf_lm&lt;br /&gt;
bogomips	: 3325.16&lt;br /&gt;
clflush size	: 64&lt;br /&gt;
power management:&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PCI Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lspci&lt;br /&gt;
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)&lt;br /&gt;
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)&lt;br /&gt;
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)&lt;br /&gt;
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)&lt;br /&gt;
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)&lt;br /&gt;
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)&lt;br /&gt;
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)&lt;br /&gt;
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)&lt;br /&gt;
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)&lt;br /&gt;
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)&lt;br /&gt;
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)&lt;br /&gt;
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)&lt;br /&gt;
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)&lt;br /&gt;
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)&lt;br /&gt;
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)&lt;br /&gt;
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)&lt;br /&gt;
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
USB Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lsusb&lt;br /&gt;
Bus 001 Device 002: ID 04f2:b128 Chicony Electronics Co., Ltd &lt;br /&gt;
Bus 001 Device 003: ID 0bda:0159 Realtek Semiconductor Corp. &lt;br /&gt;
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;br /&gt;
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hard Disk&lt;br /&gt;
&amp;lt;pre&amp;gt;# fdisk -l&lt;br /&gt;
Disk /dev/sda: 160.0 GB, 160041885696 bytes&lt;br /&gt;
255 heads, 63 sectors/track, 19457 cylinders&lt;br /&gt;
Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br /&gt;
Disk identifier: 0x91c391c3&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Netbook Slakware Configuration=&lt;br /&gt;
==Screen==&lt;br /&gt;
&lt;br /&gt;
==Network==&lt;br /&gt;
* 03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
* 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
With those cards the netbook can give a improve in network performance and will grow like a little monster in your network, with a wifi module called 'ath9k' and network module called 'r8169' they can do great things :)&lt;br /&gt;
===Bluetooth===&lt;br /&gt;
===Ethernet===&lt;br /&gt;
===Wifi===&lt;br /&gt;
If you want to use WPA/PSK:&lt;br /&gt;
&amp;lt;pre&amp;gt;wpa_passphrase &amp;lt;ESSID&amp;gt; &amp;lt;Passphrase&amp;gt;&lt;br /&gt;
# wpa_passphrase house littled0g &amp;gt; /etc/wpa_supplicant.conf.home &amp;lt;/pre&amp;gt;&lt;br /&gt;
If you see the file '/etc/wpa_supplicant.conf.home'&lt;br /&gt;
&amp;lt;pre&amp;gt;network={&lt;br /&gt;
	ssid=&amp;quot;house&amp;quot;&lt;br /&gt;
	#psk=&amp;quot;littled0g&amp;quot;&lt;br /&gt;
	psk=9dbaaf7031fd8cbc03674337ee9c724b65811b36546d2234676060b4144872b8&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
=Tests of Performance=&lt;br /&gt;
&amp;lt;pre&amp;gt;# time dd bs=1k count=1000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
1000+0 records in&lt;br /&gt;
1000+0 records out&lt;br /&gt;
1024000 bytes (1.0 MB) copied, 0.588823 s, 1.7 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m0.593s&lt;br /&gt;
user	0m0.003s&lt;br /&gt;
sys	0m0.582s&lt;br /&gt;
# time dd bs=1k count=100000 if=/dev/urandom of=/dev/zero&lt;br /&gt;
100000+0 records in&lt;br /&gt;
100000+0 records out&lt;br /&gt;
102400000 bytes (102 MB) copied, 56.0481 s, 1.8 MB/s&lt;br /&gt;
&lt;br /&gt;
real	0m56.053s&lt;br /&gt;
user	0m0.131s&lt;br /&gt;
sys	0m55.874s&amp;lt;/pre&amp;gt;&lt;br /&gt;
=My Opinion About the Slakware in this Netbook=&lt;/div&gt;</description>
			<pubDate>Wed, 20 Jan 2010 03:03:35 GMT</pubDate>
			<dc:creator>Crudo</dc:creator>
			<comments>https://www.slackwiki.com/Talk:ToshibaNB205</comments>
		</item>
		<item>
			<title>ToshibaNB205</title>
			<link>https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=285</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=285</guid>
			<description>&lt;p&gt;Crudo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-NOT FINISHED-&lt;br /&gt;
&lt;br /&gt;
=Intro=&lt;br /&gt;
Hello Slakers!&lt;br /&gt;
&lt;br /&gt;
I will talk about how to installing and use Slakware in a NB 205 from Toshiba. First of all i have to admit that i stayed really impressed with the design of NB205, he's fully portable and light, the screen with a 10.1&amp;quot; have a bad news: she only can do 1024x600 of size but not for us, slackers! ;) So before anything else, lets see some more informations about his technical specifications, down:&lt;br /&gt;
&lt;br /&gt;
=Technical Details = &lt;br /&gt;
&lt;br /&gt;
* Motherboard: Toshiba KAVAA - Chipset: Intel Callistoga-GSE i945GSE&lt;br /&gt;
* Processor: Intel Atom N280 1.6GHz&lt;br /&gt;
* Memory: DDR2-800/400/333/266 MHz - Comes to 1GB but you can upgrade to 2 GB.&lt;br /&gt;
* Video: Intel GMA 950 (1280x600)&lt;br /&gt;
* Hard Disk: 160 GB 5400 RPM SATA-II&lt;br /&gt;
* Webcam, Bluetooth, Ether/Wifi Network gigabit,&lt;br /&gt;
&lt;br /&gt;
CPU&lt;br /&gt;
&amp;lt;pre&amp;gt;# cat /proc/cpuinfo &lt;br /&gt;
processor	: 0&lt;br /&gt;
vendor_id	: GenuineIntel&lt;br /&gt;
cpu family	: 6&lt;br /&gt;
model		: 28&lt;br /&gt;
model name	: Intel(R) Atom(TM) CPU N280   @ 1.66GHz&lt;br /&gt;
stepping	: 2&lt;br /&gt;
cpu MHz		: 1000.000&lt;br /&gt;
cache size	: 512 KB&lt;br /&gt;
physical id	: 0&lt;br /&gt;
siblings	: 2&lt;br /&gt;
core id		: 0&lt;br /&gt;
cpu cores	: 1&lt;br /&gt;
apicid		: 0&lt;br /&gt;
initial apicid	: 0&lt;br /&gt;
fdiv_bug	: no&lt;br /&gt;
hlt_bug		: no&lt;br /&gt;
f00f_bug	: no&lt;br /&gt;
coma_bug	: no&lt;br /&gt;
fpu		: yes&lt;br /&gt;
fpu_exception	: yes&lt;br /&gt;
cpuid level	: 10&lt;br /&gt;
wp		: yes&lt;br /&gt;
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm lahf_lm&lt;br /&gt;
bogomips	: 3325.16&lt;br /&gt;
clflush size	: 64&lt;br /&gt;
power management:&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PCI Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lspci&lt;br /&gt;
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)&lt;br /&gt;
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)&lt;br /&gt;
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)&lt;br /&gt;
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)&lt;br /&gt;
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)&lt;br /&gt;
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)&lt;br /&gt;
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)&lt;br /&gt;
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)&lt;br /&gt;
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)&lt;br /&gt;
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)&lt;br /&gt;
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)&lt;br /&gt;
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)&lt;br /&gt;
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)&lt;br /&gt;
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)&lt;br /&gt;
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)&lt;br /&gt;
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)&lt;br /&gt;
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
USB Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lsusb&lt;br /&gt;
Bus 001 Device 002: ID 04f2:b128 Chicony Electronics Co., Ltd &lt;br /&gt;
Bus 001 Device 003: ID 0bda:0159 Realtek Semiconductor Corp. &lt;br /&gt;
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;br /&gt;
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hard Disk&lt;br /&gt;
&amp;lt;pre&amp;gt;# fdisk -l&lt;br /&gt;
Disk /dev/sda: 160.0 GB, 160041885696 bytes&lt;br /&gt;
255 heads, 63 sectors/track, 19457 cylinders&lt;br /&gt;
Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br /&gt;
Disk identifier: 0x91c391c3&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Network Informations=&lt;br /&gt;
* 03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
* 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
With those cards the netbook can give a improve in network performance and will grow like a little monster in your network, with a wifi module called 'ath9k' and network module called 'r8169' they can do great things :)&lt;br /&gt;
==Bluetooth==&lt;br /&gt;
==Ethernet==&lt;br /&gt;
==Wifi==&lt;br /&gt;
If you want to use WPA/PSK:&lt;br /&gt;
&amp;lt;pre&amp;gt;wpa_passphrase &amp;lt;ESSID&amp;gt; &amp;lt;Passphrase&amp;gt;&lt;br /&gt;
# wpa_passphrase house littled0g &amp;gt; /etc/wpa_supplicant.conf.home &amp;lt;/pre&amp;gt;&lt;br /&gt;
If you see the file '/etc/wpa_supplicant.conf.home'&lt;br /&gt;
&amp;lt;pre&amp;gt;network={&lt;br /&gt;
	ssid=&amp;quot;house&amp;quot;&lt;br /&gt;
	#psk=&amp;quot;littled0g&amp;quot;&lt;br /&gt;
	psk=9dbaaf7031fd8cbc03674337ee9c724b65811b36546d2234676060b4144872b8&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
=Tests of Performance=&lt;br /&gt;
=My Opinion About the Slakware in this Netbook=&lt;/div&gt;</description>
			<pubDate>Wed, 20 Jan 2010 02:48:06 GMT</pubDate>
			<dc:creator>Crudo</dc:creator>
			<comments>https://www.slackwiki.com/Talk:ToshibaNB205</comments>
		</item>
		<item>
			<title>ToshibaNB205</title>
			<link>https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=284</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=284</guid>
			<description>&lt;p&gt;Crudo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-NOT FINISHED-&lt;br /&gt;
&lt;br /&gt;
=Intro=&lt;br /&gt;
Hello Slakers!&lt;br /&gt;
&lt;br /&gt;
I will talk about how to installing and use Slakware in a NB 205 from Toshiba. First of all i have to admit that i stayed really impressed with the design of NB205, he's fully portable and light, the screen with a 10.1&amp;quot; have a bad news: she only can do 1024x600 of size but not for us, slackers! ;) So before anything else, lets see some more informations about his technical specifications, down:&lt;br /&gt;
&lt;br /&gt;
=Technical Details = &lt;br /&gt;
&lt;br /&gt;
* Motherboard: Toshiba KAVAA - Chipset: Intel Callistoga-GSE i945GSE&lt;br /&gt;
* Processor: Intel Atom N280 1.6GHz&lt;br /&gt;
* Memory: DDR2-800/400/333/266 MHz - Comes to 1GB but you can upgrade to 2 GB.&lt;br /&gt;
* Video: Intel GMA 950 (1280x600)&lt;br /&gt;
* Hard Disk: 160 GB 5400 RPM SATA-II&lt;br /&gt;
* Webcam, Bluetooth, Ether/Wifi Network gigabit,&lt;br /&gt;
==CPU==&lt;br /&gt;
&amp;lt;pre&amp;gt;# cat /proc/cpuinfo &lt;br /&gt;
processor	: 0&lt;br /&gt;
vendor_id	: GenuineIntel&lt;br /&gt;
cpu family	: 6&lt;br /&gt;
model		: 28&lt;br /&gt;
model name	: Intel(R) Atom(TM) CPU N280   @ 1.66GHz&lt;br /&gt;
stepping	: 2&lt;br /&gt;
cpu MHz		: 1000.000&lt;br /&gt;
cache size	: 512 KB&lt;br /&gt;
physical id	: 0&lt;br /&gt;
siblings	: 2&lt;br /&gt;
core id		: 0&lt;br /&gt;
cpu cores	: 1&lt;br /&gt;
apicid		: 0&lt;br /&gt;
initial apicid	: 0&lt;br /&gt;
fdiv_bug	: no&lt;br /&gt;
hlt_bug		: no&lt;br /&gt;
f00f_bug	: no&lt;br /&gt;
coma_bug	: no&lt;br /&gt;
fpu		: yes&lt;br /&gt;
fpu_exception	: yes&lt;br /&gt;
cpuid level	: 10&lt;br /&gt;
wp		: yes&lt;br /&gt;
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm lahf_lm&lt;br /&gt;
bogomips	: 3325.16&lt;br /&gt;
clflush size	: 64&lt;br /&gt;
power management:&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==PCI Devices==&lt;br /&gt;
&amp;lt;pre&amp;gt;# lspci&lt;br /&gt;
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)&lt;br /&gt;
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)&lt;br /&gt;
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)&lt;br /&gt;
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)&lt;br /&gt;
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)&lt;br /&gt;
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)&lt;br /&gt;
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)&lt;br /&gt;
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)&lt;br /&gt;
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)&lt;br /&gt;
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)&lt;br /&gt;
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)&lt;br /&gt;
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)&lt;br /&gt;
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)&lt;br /&gt;
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)&lt;br /&gt;
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)&lt;br /&gt;
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)&lt;br /&gt;
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==USB Devices==&lt;br /&gt;
&amp;lt;pre&amp;gt;# lsusb&lt;br /&gt;
Bus 001 Device 002: ID 04f2:b128 Chicony Electronics Co., Ltd &lt;br /&gt;
Bus 001 Device 003: ID 0bda:0159 Realtek Semiconductor Corp. &lt;br /&gt;
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;br /&gt;
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Hard Disk==&lt;br /&gt;
&amp;lt;pre&amp;gt;# fdisk -l&lt;br /&gt;
Disk /dev/sda: 160.0 GB, 160041885696 bytes&lt;br /&gt;
255 heads, 63 sectors/track, 19457 cylinders&lt;br /&gt;
Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br /&gt;
Disk identifier: 0x91c391c3&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Network Informations=&lt;br /&gt;
* 03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
* 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
With those cards the netbook can give a improve in network performance and will grow like a little monster in your network, with a wifi module called 'ath9k' and network module called 'r8169' they can do great things :)&lt;br /&gt;
==Bluetooth==&lt;br /&gt;
==Ethernet==&lt;br /&gt;
==Wifi==&lt;br /&gt;
If you want to use WPA/PSK:&lt;br /&gt;
&amp;lt;pre&amp;gt;wpa_passphrase &amp;lt;ESSID&amp;gt; &amp;lt;Passphrase&amp;gt;&lt;br /&gt;
# wpa_passphrase house littled0g &amp;gt; /etc/wpa_supplicant.conf.home &amp;lt;/pre&amp;gt;&lt;br /&gt;
If you see the file '/etc/wpa_supplicant.conf.home'&lt;br /&gt;
&amp;lt;pre&amp;gt;network={&lt;br /&gt;
	ssid=&amp;quot;house&amp;quot;&lt;br /&gt;
	#psk=&amp;quot;littled0g&amp;quot;&lt;br /&gt;
	psk=9dbaaf7031fd8cbc03674337ee9c724b65811b36546d2234676060b4144872b8&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
=Tests of Performance=&lt;br /&gt;
=My Opinion About the Slakware in this Netbook=&lt;/div&gt;</description>
			<pubDate>Wed, 20 Jan 2010 02:46:43 GMT</pubDate>
			<dc:creator>Crudo</dc:creator>
			<comments>https://www.slackwiki.com/Talk:ToshibaNB205</comments>
		</item>
		<item>
			<title>ToshibaNB205</title>
			<link>https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=283</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=283</guid>
			<description>&lt;p&gt;Crudo: /* Technical Details */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-NOT FINISHED-&lt;br /&gt;
&lt;br /&gt;
=Intro=&lt;br /&gt;
Hello Slakers!&lt;br /&gt;
&lt;br /&gt;
I will talk about how to installing and use Slakware in a NB 205 from Toshiba. First of all i have to admit that i stayed really impressed with the design of NB205, he's fully portable and light, the screen with a 10.1&amp;quot; have a bad news: she only can do 1024x600 of size but not for us, slackers! ;) So before anything else, lets see some more informations about his technical specifications, down:&lt;br /&gt;
&lt;br /&gt;
=Technical Details = &lt;br /&gt;
&lt;br /&gt;
* Motherboard: Toshiba KAVAA - Chipset: Intel Callistoga-GSE i945GSE&lt;br /&gt;
* Processor: Intel Atom N280 1.6GHz&lt;br /&gt;
* Memory: DDR2-800/400/333/266 MHz - Comes to 1GB but you can upgrade to 2 GB.&lt;br /&gt;
* Video: Intel GMA 950 (1280x600)&lt;br /&gt;
* Hard Disk: 160 GB 5400 RPM SATA-II&lt;br /&gt;
* Webcam, Bluetooth, Ether/Wifi Network gigabit,&lt;br /&gt;
&lt;br /&gt;
PCI Devices:&lt;br /&gt;
&amp;lt;pre&amp;gt;# lspci&lt;br /&gt;
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)&lt;br /&gt;
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)&lt;br /&gt;
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)&lt;br /&gt;
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)&lt;br /&gt;
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)&lt;br /&gt;
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)&lt;br /&gt;
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)&lt;br /&gt;
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)&lt;br /&gt;
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)&lt;br /&gt;
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)&lt;br /&gt;
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)&lt;br /&gt;
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)&lt;br /&gt;
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)&lt;br /&gt;
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)&lt;br /&gt;
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)&lt;br /&gt;
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)&lt;br /&gt;
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)&lt;br /&gt;
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
USB Devices&lt;br /&gt;
&amp;lt;pre&amp;gt;# lsusb&lt;br /&gt;
Bus 001 Device 002: ID 04f2:b128 Chicony Electronics Co., Ltd &lt;br /&gt;
Bus 001 Device 003: ID 0bda:0159 Realtek Semiconductor Corp. &lt;br /&gt;
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;br /&gt;
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&lt;br /&gt;
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hard Disk&lt;br /&gt;
&amp;lt;pre&amp;gt;# fdisk -l&lt;br /&gt;
Disk /dev/sda: 160.0 GB, 160041885696 bytes&lt;br /&gt;
255 heads, 63 sectors/track, 19457 cylinders&lt;br /&gt;
Units = cylinders of 16065 * 512 = 8225280 bytes&lt;br /&gt;
Disk identifier: 0x91c391c3&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Network Informations=&lt;br /&gt;
If you want to use WPA/PSK:&lt;br /&gt;
&amp;lt;pre&amp;gt;wpa_passphrase &amp;lt;ESSID&amp;gt; &amp;lt;Passphrase&amp;gt;&lt;br /&gt;
# wpa_passphrase house littled0g &amp;gt; /etc/wpa_supplicant.conf.home &amp;lt;/pre&amp;gt;&lt;br /&gt;
If you see the file '/etc/wpa_supplicant.conf.home'&lt;br /&gt;
&amp;lt;pre&amp;gt;network={&lt;br /&gt;
	ssid=&amp;quot;house&amp;quot;&lt;br /&gt;
	#psk=&amp;quot;littled0g&amp;quot;&lt;br /&gt;
	psk=9dbaaf7031fd8cbc03674337ee9c724b65811b36546d2234676060b4144872b8&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;/div&gt;</description>
			<pubDate>Wed, 20 Jan 2010 02:31:47 GMT</pubDate>
			<dc:creator>Crudo</dc:creator>
			<comments>https://www.slackwiki.com/Talk:ToshibaNB205</comments>
		</item>
		<item>
			<title>ToshibaNB205</title>
			<link>https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=282</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=ToshibaNB205&amp;diff=282</guid>
			<description>&lt;p&gt;Crudo: Created page with '-NOT FINISHED-  =Intro= Hello Slakers!  I will talk about how to installing and use Slakware in a NB 205 from Toshiba. First of all i have to admit that i stayed really impressed...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-NOT FINISHED-&lt;br /&gt;
&lt;br /&gt;
=Intro=&lt;br /&gt;
Hello Slakers!&lt;br /&gt;
&lt;br /&gt;
I will talk about how to installing and use Slakware in a NB 205 from Toshiba. First of all i have to admit that i stayed really impressed with the design of NB205, he's fully portable and light, the screen with a 10.1&amp;quot; have a bad news: she only can do 1024x600 of size but not for us, slackers! ;) So before anything else, lets see some more informations about his technical specifications, down:&lt;br /&gt;
&lt;br /&gt;
=Technical Details = &lt;br /&gt;
&lt;br /&gt;
* Motherboard: Toshiba KAVAA - Chipset: Intel Callistoga-GSE i945GSE&lt;br /&gt;
* Processor: Intel Atom N280 1.6GHz&lt;br /&gt;
* Memory: DDR2-800/400/333/266 MHz - Comes to 1GB but you can upgrade to 2 GB.&lt;br /&gt;
* Video: Intel GMA 950 (1280x600)&lt;br /&gt;
* Hard Disk: 160 GB 5400 RPM SATA-II&lt;br /&gt;
* Webcam, Bluetooth, Ether/Wifi Network gigabit,&lt;br /&gt;
&lt;br /&gt;
=Network Informations=&lt;br /&gt;
If you want to use WPA/PSK:&lt;br /&gt;
&amp;lt;pre&amp;gt;wpa_passphrase &amp;lt;ESSID&amp;gt; &amp;lt;Passphrase&amp;gt;&lt;br /&gt;
# wpa_passphrase house littled0g &amp;gt; /etc/wpa_supplicant.conf.home &amp;lt;/pre&amp;gt;&lt;br /&gt;
If you see the file '/etc/wpa_supplicant.conf.home'&lt;br /&gt;
&amp;lt;pre&amp;gt;network={&lt;br /&gt;
	ssid=&amp;quot;house&amp;quot;&lt;br /&gt;
	#psk=&amp;quot;littled0g&amp;quot;&lt;br /&gt;
	psk=9dbaaf7031fd8cbc03674337ee9c724b65811b36546d2234676060b4144872b8&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;/div&gt;</description>
			<pubDate>Wed, 20 Jan 2010 02:27:02 GMT</pubDate>
			<dc:creator>Crudo</dc:creator>
			<comments>https://www.slackwiki.com/Talk:ToshibaNB205</comments>
		</item>
		<item>
			<title>User:Crudo</title>
			<link>https://www.slackwiki.com/index.php?title=User:Crudo&amp;diff=281</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=User:Crudo&amp;diff=281</guid>
			<description>&lt;p&gt;Crudo: Created page with '* Real Name: Alexandre Mulatinho * IRC Nickname: crudo, crudo|home, crudo|work :P * E-Mail: alex 'at' mulatinho.net * My Homepage: http://alex.mulatinho.net * From: Brazil  I hav...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Real Name: Alexandre Mulatinho&lt;br /&gt;
* IRC Nickname: crudo, crudo|home, crudo|work :P&lt;br /&gt;
* E-Mail: alex 'at' mulatinho.net&lt;br /&gt;
* My Homepage: http://alex.mulatinho.net&lt;br /&gt;
* From: Brazil&lt;br /&gt;
&lt;br /&gt;
I have been using linux to about 12 years, and my first experience with Slakware was in 3.4 version, until then i use Slakware in my work, home and in all my machines :) Thanks to Slakware team!&lt;/div&gt;</description>
			<pubDate>Wed, 20 Jan 2010 01:24:57 GMT</pubDate>
			<dc:creator>Crudo</dc:creator>
			<comments>https://www.slackwiki.com/User_talk:Crudo</comments>
		</item>
</channel></rss>