Linux Modem Woes

Discussion in 'Software' started by Astrum, 18 Apr 2003.

  1. Astrum

    Astrum Dare to dream.

    Joined:
    8 Mar 2002
    Posts:
    2,632
    Likes Received:
    4
    Alright, I am having massive problems connecting to the internet with Debian. For some reason, it will NOT see my modem, no matter what the hell I do. It's a compatible modem (3CP2977) and should work fine. I'm 99% sure the IRQ and I/O port settings are correct along with the serial port.
    But for some damn reason it won't do jack. Just trying to do a test dial won't work. I type in
    echo atdt5555555 > /dev/ttyS2
    And it hangs! I've tried reseting the IRQ, I/O port, and serial port numbers to all possible settings, and I've even set them in BIOS. Can someone, for the love of god, help me out :.puppydogface:.
     
  2. George

    George Bah

    Joined:
    14 May 2002
    Posts:
    1,521
    Likes Received:
    0
    grab pppconfig, and it will set it all up for you (including the symlink from your serial device to /dev/modem).

    im guessing your modem is supported by linux?

    run "lspci" and see if your modem is reconised how it should be etc.

    thanks,

    .icecube
     
  3. Astrum

    Astrum Dare to dream.

    Joined:
    8 Mar 2002
    Posts:
    2,632
    Likes Received:
    4
    Actually I fixed it. And yes, my modem works under linux (I hate winmodems).

    pppconfig sets up how you connect to the internet, not your modem.

    I had to use setserial. I eventually just locked the IRQ and I/O addresses in bios and disabled my second serial port so I can install my modem on that.

    Thanks though.
     
Tags:

Share This Page