Cintra Advocate
Joined: 03 Apr 2004 Posts: 2111 Location: Norway
|
Posted: Mon May 31, 2004 12:31 pm Post subject: SOLVED: Does hisax work at all with gentoo 2.6 kernels? |
|
|
Hei
I suspect I'm flogging a dead horse..
I installed gentoo-dev-sources from 2004.1 CDs yesterday, but although dmesg shows my HFC-PCI card, HiSax doesn't complete with '2 waiting channels'.
I am only looking for confirmation from anyone that they have managed to get isdn working with gentoo-dev-sources 2.6.5-r1 - thats all!
Hopefully I'll get adsl here in a few weeks..
NB! isdn is working fine here on:
Gentoo 2.4.24
Suse 2.6.4-54.5
and Knoppix 2.6.6
regards
EDIT: June 2nd - upgraded vanilla-2.4.24 to development-sources 2.6.6, thinking that as isdn on Knoppix 2.6.6 works with no problem, Gentoo would too, if I set up ppp and isdn alike in .config. Ha, no such luck.. everything looks right in lsmod, but I still get ' no ppp' messages!
Final EDIT:
lsmod shows isdn, hisax and slhc OK, BUT...
hisax 236740 0
tg3 73092 0
rivafb 45636 0
uhci_hcd 27404 0
snd_intel8x0 28036 3
snd_ac97_codec 58372 1 snd_intel8x0
snd_mpu401_uart 6144 1 snd_intel8x0
snd_rawmidi 19360 1 snd_mpu401_uart
snd_pcm_oss 47780 0
snd_pcm 80008 3 snd_intel8x0,snd_pcm_oss
snd_page_alloc 8836 2 snd_intel8x0,snd_pcm
snd_timer 20612 1 snd_pcm
snd_mixer_oss 17152 2 snd_pcm_oss
snd 44388 11 snd_intel8x0,snd_ac97_codec,snd_mpu401_uart,snd_rawmidi,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore 7520 3 saa7134,snd
sd_mod 15872 0
isdn 130880 1 hisax
slhc 6400 1 isdn
unix 22836 256
I decided to do:
bash-2.05b# modprobe -rv hisax type=35 protocol=2
rmmod /lib/modules/2.6.6/kernel/drivers/isdn/hisax/hisax.ko
rmmod /lib/modules/2.6.6/kernel/drivers/isdn/i4l/isdn.ko
rmmod /lib/modules/2.6.6/kernel/drivers/net/slhc.ko
FATAL: Module type=35 not found.
and there it was! Somehow, the wrong type of card has been loaded, where/how I don't yet know, but doing the correct modprobe set things up for card type=35 and I was able to do my usual: /etc/ppp/isdn-setup
and all was well!
bash-2.05b# modprobe -v hisax type=35 protocol=2
insmod /lib/modules/2.6.6/kernel/drivers/net/slhc.ko
insmod /lib/modules/2.6.6/kernel/drivers/isdn/i4l/isdn.ko
insmod /lib/modules/2.6.6/kernel/drivers/isdn/hisax/hisax.ko type=35 protocol=2
YIPPEE!
Hope this might help the few isdn users still around.. _________________ "I am not bound to please thee with my answers" W.S. |
|