Penguin
Diff: MiscHardwareNotes
EditPageHistoryDiffInfoLikePages

Differences between version 2 and revision by previous author of MiscHardwareNotes.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 2 Last edited on Wednesday, October 2, 2002 6:19:04 pm by CraigBox Revert
Older page: version 1 Last edited on Wednesday, October 2, 2002 5:15:29 pm by JohnMcPherson Revert
@@ -2,4 +2,16 @@
  
 * Compaq Armada laptops (as well as being extremely heavy) have an Ensoniq ESS ES1869 !AudioDrive sound-card in them. These chips are SoundBlaster-compatible, and can use sb drivers (under [Linux] and winblows). If you try to set the card to record at 44100Hz, the most you can get is 7954 Hz (samples per second). Possibly this could be resolved by using ESS-specific drivers instead of SB drivers, but it's not my machine to play around as root. 
  
 * Genius MF3000II CardBus 100/10 Mbit ethernet card - this is a removable PC-card that uses a Realtek 8139 chip. The pcmcia-cs package with [Debian] 3.0 (Woody) wants to use the tulip driver that is not only hopelessly outdated but is known to be incredibly buggy on some cards (v0.91g I think the driver identifies as). Not useful AT ALL when you are trying to install Debian with a boot cd and expecting to use your network link to complete the install. The 2.4 kernel's 8139too driver works mostly, but craps out at high utilisation. My solution was to download Donald Becker's 8139 drivers from http://www.scyld.com/network/rtl8139.html which have been fine so far. 
+  
+!Sound crashes your Acer Travel Mate laptop?  
+  
+In /usr/src/linux/drivers/pci/quirks.c, (Line 488 in 2.4.19) you'll see a bunch of lines that look like this  
+  
+ { PCI_FIXUP_FINAL, PCI_VENDOR_ID_??, PCI_DEVICE_ID_????????, quirk_isa_dma_hangs }  
+  
+After all those, add  
+  
+ { PCI_FIXUP_FINAL, PCI_VENDOR_ID_AL, PCI_DEVICE_ID_AL_M1533, quirk_isa_dma_hangs }  
+  
+Problem solved.