User Tools

Site Tools


x60s

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

x60s [2006/08/14 23:47]
manuel
x60s [2014/01/16 20:08] (current)
Line 16: Line 16:
 Suspend/Resume Problems with SATA/AHCI: http://www.thinkwiki.org/wiki/Problems_with_SATA_and_Linux \\ Suspend/Resume Problems with SATA/AHCI: http://www.thinkwiki.org/wiki/Problems_with_SATA_and_Linux \\
  
 +
 +
 +==== Kernel Configs ====
 +  * 2.6.19.1 with atheros/madwifi: {{:config-2.6.19.1-madwifi.txt|:config-2.6.19.1-madwifi.txt}}
 +  * 2.6.19.1 with intel3945abg: {{:config-2.6.19.1-3945.txt|:config-2.6.19.1-3945.txt}}
 +    * yes, I recently exchanged my atheros wifi card with a intel 3945abg
  
 ==== CPU ==== ==== CPU ====
Line 32: Line 38:
 ^Kernel Modules: | e1000 | ^Kernel Modules: | e1000 |
 ^Programs: | ifconfig route | ^Programs: | ifconfig route |
 +
 +I seem to have a problem with latency with the e1000. SSH connections even to machines
 +directly on the same switch have a very noticeable lag from typing to displaying.
  
     * WLAN/Wifi: Atheros Card, running with drivers from www.madwifi.org     * WLAN/Wifi: Atheros Card, running with drivers from www.madwifi.org
Line 47: Line 56:
   00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)   00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
   00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller AHCI (rev 02)   00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller AHCI (rev 02)
 +
 +=== Harddisk ===
 +The Harddisk is connected to the SATA bus.
 +
 +My harddisk showed a frequent "clicking". One of the ways (probably not the best) to get rid of this is to disable Power Management on the drive:
 +<code>
 +# hdparm -B 255 /dev/sda
 +
 +/dev/sda:
 + setting Advanced Power Management level to disabled
 +</code>
 +
 +
 +=== CD / DVD Drive ===
  
 The CD-R/RW / DVD-R/+R/-RW/+RW/-RAM optical drive (aka. Multi-Burner) in the X6 Ultrabase Docking Station is connected to the regular IDE controller, and appears as /dev/hda The CD-R/RW / DVD-R/+R/-RW/+RW/-RAM optical drive (aka. Multi-Burner) in the X6 Ultrabase Docking Station is connected to the regular IDE controller, and appears as /dev/hda
Line 173: Line 196:
 TODO\\ TODO\\
 connected to USB. connected to USB.
-http://www.gentoo.org/doc/en/bluetooth-guide.xml +http://www.gentoo.org/doc/en/bluetooth-guide.xml\\ 
-emerge bluez-utils+  emerge bluez-libs bluez-utils
  
-^Packages: | | + 
-^Kernel Modules: | | +  echo enable > /proc/acpi/ibm/bluetooth 
-^Programs: | |+  /etc/init.d/bluetooth start 
 + 
 +^Packages: | bluez-utils
 +^Kernel Modules: | //usb stuff//, bluetooth, hci_usb, l2cap, rfcomm
 +^Programs: | hciconfig,hcitool,rfcomm,l2ping| 
 + 
 +**Important:** It seems that the wireless switch (front center bottom) has to be active for bluetooth to work, while WLAN doesn't care about it at all. 
 + 
 +Links:\\ 
 +http://thinkwiki.org/wiki/How_to_setup_Bluetooth
  
 ==== WWAN / WAN / EV-DO Wireless Modem ==== ==== WWAN / WAN / EV-DO Wireless Modem ====
Line 196: Line 228:
 ^Kernel Modules: | | ^Kernel Modules: | |
 ^Programs: | | ^Programs: | |
- 
  
 ==== Inrared / IrDA ==== ==== Inrared / IrDA ====
 TODO\\ TODO\\
  
-^Packages: | | +^Packages: | irda-utils 
-^Kernel Modules: | |+^Kernel Modules: | nsc-ircc |
 ^Programs: | | ^Programs: | |
  
 +Links:\\
 +http://irda.sourceforge.net
  
 ==== SD Card Reader ==== ==== SD Card Reader ====
-TODO\\+**WORKS**\\
 The SD card reader is connected to the pci bus (check with ''lspci''): The SD card reader is connected to the pci bus (check with ''lspci''):
   15:00.2 Class 0805: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 18)   15:00.2 Class 0805: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 18)
 +
  
 ^Packages: | | ^Packages: | |
-^Kernel Modules: | |+^Kernel Modules: | sdhci mmc_core mmc_block |
 ^Programs: | | ^Programs: | |
  
 +Starting with recent kernels of the 2.6.17 series, sdhci is included in the official kernel. Older kernels need to be patched.
 +
 +If the above modules are loaded, this should suffice to mount the card:
 +<code>mount /dev/mmcblk0p1 /mnt/mmc</code>
 +
 +I tried it with a cheapo 128MB MMC card.
  
 +Links:\\
 +http://www.thinkwiki.org/wiki/How_to_get_the_internal_SD-CARD_working\\
  
 ==== HDAPS ==== ==== HDAPS ====
 Hard Disk Active Protection System\\ Hard Disk Active Protection System\\
 http://thinkwiki.org/wiki/How_to_protect_the_harddisk_through_APS\\ http://thinkwiki.org/wiki/How_to_protect_the_harddisk_through_APS\\
 +http://thinkwiki.org/wiki/Tp_smapi\\
  
 ^Packages: | hdapsd, tp_smapi| ^Packages: | hdapsd, tp_smapi|
Line 229: Line 272:
   * We don't have a patch for kernel 2.6.18 yet   * We don't have a patch for kernel 2.6.18 yet
 </code> </code>
 +
 +Apparently, one of the above three modules probits the resume from suspend-to-ram.
  
 ==== Power Management ==== ==== Power Management ====
Line 257: Line 302:
 ^Kernel Modules: | | ^Kernel Modules: | |
 ^Programs: | | ^Programs: | |
- 
- 
- 
/var/www/html/data/attic/x60s.1155599222.txt.gz · Last modified: 2014/01/16 20:19 (external edit)