RE: [Wlug] Suse Linux: Internet access
Well, If you've got a "winmodem" check a few places like http://www.linmodems.org/ also, google is your friend in this case. If you've got an internal hardware modem, it's been my experience that in order for it to work at all, the port/IRQ settings in your bios have to exactly match the ones postulated in the setserial documentation... /dev/ttys0 (COM1), port 0x3f8, irq 4 /dev/ttys1 (COM2), port 0x2f8, irq 3 /dev/ttys2 (COM3), port 0x3e8, irq 4 /dev/ttys3 (COM4), port 0x2e8, irq 3 As for the broadband, do you have an external broadband modem connected to your machine via ethernet or an onboard broadband adapter? (I'm going on the premise that you've got the former... if you don't you'll have to look around for drivers that'll support the onboard broadband adapter) For your ethernet not working, I'd first check to see that the card was recognized. The best place to start is to see if the drivers been loaded. executing the "lsmod" command (as root) will give you a listing of all the loaded drivers... [root@medusa proc]# lsmod Module Size Used by Not tainted nls_iso8859-1 3488 0 (autoclean) 3c59x 28520 1 ... (this listing could be quite long) You should see something like the 3c59x (if you've got a 3com card) Also, you might want to check the Suse hardware errata to make sure that your cards totally supported. In this day an age, only rather exotic hardware isn't fully supported... Another place to look is /proc/interrupt aka "cat /proc/interrupt" (once again as root) this will give you a listing of all the devices linux sees on the machine. If you don't see your ethernet card listed, you probably have some sort of conflict. I hope this helps... Tim. -----Original Message----- From: Robert L Krawitz [mailto:rlk@alum.mit.edu] Sent: Tuesday, January 07, 2003 7:11 AM To: wlug@mail.wlug.org Cc: wlug@mail.wlug.org Subject: Re: [Wlug] Suse Linux: Internet access From: "Aramico" <aramico@duahati.com> Date: Tue, 7 Jan 2003 13:55:51 +0700 Well, if the modem can work under Linux, the name is not WinModem, It's a kind of Hardware Modem. No, a few manufacturers have provided Linux drivers for their WinModems. -- Robert Krawitz <rlk@alum.mit.edu> Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- mail lpf@uunet.uu.net Project lead for Gimp Print -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
participants (1)
-
Keller, Tim