I boot from an external USB drive originally on a IBM T30 from this weekend is on an Lenovo T60. Two remaining issues to sort out is sound and the internal lan card.
On the question of sound I've
recompilled the kernel
recompiled ALSA
and finally
reinstalled alsa-driver-1.0.9b_2.4.31-i486-1.tgz
The response I get to an modprobe snd-hda-intel is -
Quote:
/home/alex# modprobe snd-hda-intel
/lib/modules/2.4.31/kernel/sound/acore/snd-page-alloc.o.gz: cannot read ELF header from /lib/modules/2.4.31/kernel/sound/acore/snd-page-alloc.o.gz
/lib/modules/2.4.31/kernel/sound/acore/snd-page-alloc.o.gz: insmod /lib/modules/2.4.31/kernel/sound/acore/snd-page-alloc.o.gz failed
/lib/modules/2.4.31/kernel/sound/acore/snd-page-alloc.o.gz: cannot read ELF header from /lib/modules/2.4.31/kernel/sound/acore/snd-page-alloc.o.gz
/lib/modules/2.4.31/kernel/sound/acore/snd-page-alloc.o.gz: insmod /lib/modules/2.4.31/kernel/sound/acore/snd-page-alloc.o.gz failed
/lib/modules/2.4.31/kernel/sound/acore/snd-page-alloc.o.gz: insmod snd-hda-intel failed
|
I've never really understood what
Quote:
/lib/modules/2.4.31/kernel/sound/acore/snd-page-alloc.o.gz: cannot read ELF header from /lib/modules/2.4.31/kernel/sound/acore/snd-page-alloc.o.gz
|
means!
my output from lspci is -
Quote:
/home/alex# lspci
00:00.0 Host bridge: Intel Corporation Mobile Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile Integrated Graphics Controller (rev 03)
00:1b.0 Class 0403: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.2 Class 0106: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controllers cc=AHCI (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller
03:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
15:00.0 CardBus bridge: Texas Instruments PCI1510 PC card Cardbus Controller
|
and lsmod is -
Quote:
/home/alex# lsmod
Module Size Used by Tainted: P
soundcore 3396 0 (autoclean)
input 3200 0 (autoclean)
lp 6404 0 (autoclean)
parport 23432 0 (autoclean) [lp]
ipt_state 504 33 (autoclean)
ipt_REJECT 3096 4 (autoclean)
ipt_limit 856 6 (autoclean)
ipt_LOG 3448 6 (autoclean)
ip_conntrack_ftp 3632 0 (unused)
ip_conntrack 18564 1 [ipt_state ip_conntrack_ftp]
iptable_filter 1644 1 (autoclean)
ip_tables 11968 5 [ipt_state ipt_REJECT ipt_limit ipt_LOG iptable_filter]
ehci-hcd 17516 0 (unused)
i810_rng 2528 0 (unused)
ahci 5072 0 (unused)
libata 28308 0 [ahci]
pcnet_cs 11260 1
8390 5776 0 [pcnet_cs]
crc32 2880 0 [8390]
ds 6548 1 [pcnet_cs]
yenta_socket 10436 1
pcmcia_core 39140 0 [pcnet_cs ds yenta_socket]
ide-scsi 9360 0
usb-storage 24576 3
uhci 24076 0 (unused)
usbcore 58892 1 [ehci-hcd usb-storage uhci]
sd_mod 10300 6
scsi_mod 59080 4 [ahci libata ide-scsi usb-storage sd_mod]
ext3 61659 0 (unused)
jbd 37575 0 [ext3]
|
Can anyone point me in the right direction?
Thanks