LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Cant find modem port with wvdial, to use setserial on Laptop? (https://www.linuxquestions.org/questions/linux-networking-3/cant-find-modem-port-with-wvdial-to-use-setserial-on-laptop-758754/)

maddmax 09-30-2009 03:26 PM

Cant find modem port with wvdial, to use setserial on Laptop?
 
Hi all, im sorry if a shoulded post this on the laptop section, but i think its more network.

I've installed the drivers for my modem (hsfmodem drivers)... now wvdial cant find the modem port:
Quote:

Scanning your serial ports for a modem.

Modem Port Scan<*1>: S0 S1 S2 S3


Sorry, no modem was detected! Is it in use by another program?
Did you configure it properly with setserial?
So i've been researching about set the modems port with setserial, but today i read that i shouldn't use setserial on a laptop [HERE].

So my question is:

- Has somebody fixed this modem port problem with setserial on a laptop?
- Could you please point me to some guide please?
- Or, is there another way of doing this?



Thanks a lot, MaddMax.

michaelk 09-30-2009 08:04 PM

Does /dev/ttySHSF0 and /dev/modem devices exist?
Does /dev/modem point to /dev/ttySHSF0
Look at the output of the command:
ls -l /dev/modem

To create /dev/modem:
ln -s ttySHSF0 /dev/modem

It also would be nice to know what linux distribution you are running. Do you have a PCMCIA modem? If so what is its make/model?


All times are GMT -5. The time now is 08:54 AM.