The system this question refers to is the one in this thread:
http://www.linuxquestions.org/questi...hreadid=171906
I think my problem is that the O.S does not load a driver for my modem.
In any case, the internet connection program cant find the modem.
The O.S is Libranet 2.7
I took a look at my /var/log/dmesg file and it shows that at least
'isapnp' can see my modem with the lines:
isapnp: Scanning for PnP cards.....
isapnp: Card 'SupraExpress 56i Sp Intl'
isapnp: Card 'Creative SB16 Pnp'
isapnp: 2 Plug & Play cards detected total.
I take this to be a good thing.
The driver for the soundcard is then loaded and configured
Again, here is a portion from my dmesg file:
Soundblaster audio driver
Copyright(C) by Hannu Savolainen
1993-1996
etc.......
then right at the end this message is repeated a number of times:
ttyS2: LSR safety check engaged!
My soundcard plays a test sound in the sound configuration program
on the desktop, so that eliminates the possibility of a faulty pci bus.
Although there is a line that persists even when I boot up with both soundcard and modem removed and it is:
PCI: No IRQ known for interuppt pin A of device 00:0.1. PLease try using pci=biosirq
(I dont know if this line is important but it did stick out to me. Even if it is
important I wouldn't have a clue what file I would put "pci=biosirq" in.
But if you think this line is significant please dont hesitate to tell me.)
Now, as evidenced by the dmesg file, what is not happening is that the driver for the modem is not being loaded.
At first I thought it could be because my modem was a winmodem
but after much googling I found:
at this site:
and a further confirmation at this site:
http://www.google.co.nz/search?q=cac...t+linux+&hl=en
that my modem is a hardware modem and not a winmodem. (plus the fact that it is big with lots of chips on it.)
So does this mean the OS doesnt have the driver?
If it does, where does it keep them?
Whats the next step?
Any help would be most appreciated.