00:00.0 Host bridge: Intel Corp. 440BX/ZX - 82443BX/ZX Hostbridge (rev 03) 00:01.0 PCI bridge: Intel Corp. 440BX/ZX - 82443BX/ZX AGP bridge (rev 03) 00:07.0 ISA bridge: Intel Corp. 82371AB PIIX4 ISA (rev 02) 00:07.1 IDE interface: Intel Corp. 82371AB PIIX4 IDE (rev 01) 00:07.2 USB Controller: Intel Corp. 82371AB PIIX4 USB (rev 01) 00:07.3 Bridge: Intel Corp. 82371AB PIIX4 ACPI (rev 03) 00:08.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01) 00:09.0 Ethernet controller: Conexant HCF 56k Modem (rev 08) 00:09.1 Communication controller: Conexant HCF 56k Modem (rev 05) 00:0a.0 Multimedia audio controller: ESS Technology ES1988 Allegro-1 (rev 12) 01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64) |
/dev/psaux with
protocol PS/2.
CONFIG_SOUND_MAESTRO3=m /etc/modutils a file called
sound with a single line in it:alias sound-slot-0 maestro3 update-modules takes care of updating
/etc/modules.conf. ATI Technologies Inc Rage Mobility P/M
AGP 2x, XFree 4 is just happy to display 1024x768 24 bits,
nothing particular once you have specified ati as
driver.Section "Monitor"
Identifier "DXS:1313"
HorizSync 30-60
VertRefresh 50-75
Option "DPMS"
EndSection
/lib/modules/2.4.x/modules.dep.# PCMCIA/CardBus support
CONFIG_PCMCIA=m
CONFIG_CARDBUS=y
CONFIG_I82365=y
# PCMCIA network device support
CONFIG_NET_PCMCIA=y
CONFIG_PCMCIA_PCNET=m
CONFIG_NET_PCMCIA_RADIO=y
CONFIG_PCMCIA_RAYCS=m
# PCMCIA character devices
CONFIG_PCMCIA_SERIAL_CS=m
pcmcia-cs
package. I had quite some freezes when loading / unloading the
modules during upgrades, that's why I quickly upgraded to a
journalized file system (ext3) to avoid to corrupt my partition.
nice WinModem, with all the relevant features of
WinModems: takes 100% CPU and freezes your desktop when it dials
(both under Windows and Linux), rarely supported under Linux
u.s.o...tar -xvzf hcflinmodem-...
cd hcflinmodem-...
make install
hcfconfig/dev/ttySHCF0./etc/inittab:S1:23:respawn:/usr/sbin/faxgetty ttyS2/dev/ttyS2. If you want to test the
internal modem, replace ttyS1 by
ttySHCF0. /usr/share/doc/hylafax-server/README.debian.gz, you
have far more than you ever wanted.
# ATA/IDE/MFM/RLL support
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_BLK_DEV_IDECD=m
CONFIG_BLK_DEV_IDESCSI=m
# SCSI support
CONFIG_SCSI=m
CONFIG_BLK_DEV_SD=m
CONFIG_SD_EXTRA_DEVS=40
CONFIG_BLK_DEV_SR=m
CONFIG_SR_EXTRA_DEVS=2
CONFIG_CHR_DEV_SG=m
burner in
/etc/modutils/, put in itoptions ide-cd
ignore=hdc
alias scd0 sr_mod
pre-install sg modprobe ide-scsi
pre-install sr_mod modprobe ide-scsi,update-modules and here I was.update-modules appends the files in
/etc/modules/ to /etc/modules.conf.
/etc/fstab/dev/hdx but a
/dev/scdx./dev/scd0 /cdrom iso9660 defaults,ro,user,noauto 0 0
/dev/scsi/host0/bus0/target0/lun0/cd, or for short
/dev/sr0.
mkhybrid -R -r -J -v -o cd.iso /path to create the ISO
image cd.iso from /path,cdrecord -v -eject speed=4 dev=0,0,0 cd.iso to
actually burn the CD.
# USB support # CONFIG_USB=m # CONFIG_USB_DEBUG is not set # # Miscellaneous USB options # CONFIG_USB_DEVICEFS=y CONFIG_USB_BANDWIDTH=y # CONFIG_USB_LONG_TIMEOUT is not set # # USB Controllers # CONFIG_USB_UHCI=m # CONFIG_USB_UHCI_ALT is not set # CONFIG_USB_OHCI is not set [...] # USB Imaging devices # # CONFIG_USB_DC2XX is not set # CONFIG_USB_MDC800 is not set CONFIG_USB_SCANNER=m # CONFIG_USB_MICROTEK is not set # CONFIG_USB_HPUSBSCSI is not set |
libsane-extras,
comment everything but hp4200 and niash
in /etc/sane.d/dll.conf and that's it. /proc/bus/usb/devices, it appears as
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=16 #Cfgs= 1 P: Vendor=0aec ProdID=5010 Rev= 1.00 S: Manufacturer= S: Product= USB Storage Device S: SerialNumber=0AEC501000001A004 C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage |
/usr/src/linux/drivers/usb/storage/unusual_devs.h and
add:
UNUSUAL_DEV( 0x0aec, 0x5010, 0x0100, 0x0100,
"Card Reader/Writer",
"neodio card reader/writer",
US_SC_SCSI, US_PR_BULK, NULL, US_FL_FIX_INQUIRY),
|