Im trying to upgrade my SuSe 6.0 Linux to kernel 2.2.10-ac8
I pretty much succeeded, but the following two problems are stressing my
patience:
1. I cant get my soundcard running again. isapnp says the card is
initialized correctly:
---------
lspci not found, so PCI resource conflict not checked
Board 1 has Identity e5 ff ff ff ff 70 00 8c 0e: CTL0070 Serial No -1
[checksum e5]
CTL0070/-1[0]{Audio }: Ports 0x220 0x330 0x388; IRQ7 DMA1
DMA5 --- Enabled OK
CTL0070/-1[1]{Game }: Port 0x200; --- Enabled OK
---------
but when booting the new kernel I get these messages:
---------
Jul 12 00:28:45 krueder modprobe: can't locate module sound-slot-0
Jul 12 00:28:45 krueder modprobe: can't locate module sound-service-0-0
Jul 12 00:28:45 krueder modprobe: can't locate module sound-slot-0
Jul 12 00:28:45 krueder modprobe: can't locate module sound-service-0-0
Jul 12 00:28:48 krueder modprobe: can't locate module char-major-15
Jul 12 00:28:48 krueder modprobe: can't locate module char-major-15
---------
and the sound driver is not installed correctly. I dont have any
problems with the standard SuSE 6.0 Kernel, though.
2. I have a ISDN connection to the internet and have now added a local
ethernet card. The card is correctly initialized and can be used when I
manually enter
ifconfig eth0 192.168.1.1 netmask 255.255.255.0 up
route add -net 192.168.1.0 netmask 255.255.255.0 eth0
pinging the linux-box from a laptop works just fine (telnet and ftp is
rejected though, how come?)
but when I enter the eth0-configuration into /etc/rc.config the route
command fails setting up the route after booting and not even ISDN
connections are working.
Any ideas to the above are much appreciated!
CU,
Jan