Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wierd error when using isdnctrl
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Sun Jul 14, 2002 5:26 pm    Post subject: Wierd error when using isdnctrl Reply with quote

I'm almost done installing gentoo linux on my computer, but when I tried to set up my isdn connection, I got this wierd error message:

Could not get version of kernel ioctl structs!
Make sure, you are using the correct version.
(Try recompiling isdnctrl.)

I tried emerging isdn4k-utils many times, but still got the error message. Does anybody know what it means, or what causes it?
Back to top
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Sun Jul 14, 2002 6:12 pm    Post subject: Reply with quote

Does any support for ISDN need to be compiled into the kernel? Just a thought.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Guest






PostPosted: Sat Jul 20, 2002 4:46 pm    Post subject: Reply with quote

Just figured it out :D

If anybody has got the same problem, it's because devfs (or maby isdn4k-utils) got the isdn devices mixed up. This should fix it

Code:
rm /dev/isdninfo
rm /dev/isdnctrl
rm /dev/ippp0
rm /dev/ippp1
mknod /dev/isdninfo c 45 255
mknod /dev/isdnctrl c 45 64
mknod /dev/ippp0 c 45 128
mknod /dev/ippp1 c 45 129
Back to top
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum