Amigo This forum is for the discussion of Amigo Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
06-27-2005, 03:03 PM
|
#16
|
Amigo developer
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928
|
Paste the output found in /etc/sysconfig/hwsetup and from the knoppix file.
The outut from:
lsmod
and from:
ls -l /dev/modem
|
|
|
06-30-2005, 11:03 PM
|
#17
|
Member
Registered: Jan 2005
Distribution: Suse 9.3
Posts: 119
Original Poster
Rep:
|
This is from lsmod:
Module Size Used By Not Tainted
uhci 24508 0 (unused)
ntfs 51360 0 (unused)
natsemi 15840 0 (unused)
crc32 2880 0 [natsemi]
usbkbd 3448 0 (unused)
usbmouse 2040 0 (unused)
keybdev 2052 0 (unused)
mousedev 4212 0 (unused)
hid 21092 0 (unused)
input 3200 0 [usbkbd usbmouse keybdev mousedev hid]
usbcore 59436 1 [uhci usbkbd usbmouse hid]
This is from ls -l /dev/modem:
lrwxrwxrwx 1 root root 10 Jun 27 00:39 /dev/modem ->
/dev/ttyS0
This is from knoppix:
NETCARD_FULLNAME="National Semi|DP83815 (MacPhyter) Ethernet Controller"
NETCARD_DRIVER="natsemi"
MOUSE_FULLNAME="Generic 3 Button Mouse (PS/2)"
MOUSE_DEVICE="/dev/psaux"
SOUND_FULLNAME="Creative Labs|SB Live! EMU10k1"
SOUND_DRIVER="emu10k1"
XSERVER="XFree86"
XMODULE="nv"
XDESC="nVidia Corporation|NV10 [GeForce 256 SDR]"
FLOPPY_FULLNAME='3.5" 1.44MB floppy drive'
FLOPPY_DEVICE="/dev/fd0"
FLOPPY_DRIVER="unknown"
NETCARD_FULLNAME="National Semi|DP83815 (MacPhyter) Ethernet Controller"
NETCARD_DRIVER="natsemi"
SOUND_FULLNAME="Creative Labs|SB Live! EMU10k1"
SOUND_DRIVER="emu10k1"
XSERVER="XFree86"
XMODULE="nv"
XDESC="nVidia Corporation|NV10 [GeForce 256 SDR]"
FLOPPY_FULLNAME='3.5" 1.44MB floppy drive'
FLOPPY_DEVICE="/dev/fd0"
FLOPPY_DRIVER="unknown"
also no output from the hwsetup command.
|
|
|
07-01-2005, 01:22 PM
|
#18
|
Amigo developer
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928
|
The modem has been recognized on /dev/ttyS0 (COM1). Unless it is a so-called 'winmodem' it should use the standard serial driver and be accessible as either /dev/modem or /dev/ttyS0.
If you need DNS you'll have to use isp setup.
I have the yawmppp config files hacked to point to ppp-on/ppp-off for users 'root' and 'amigo', so yawmppp is used just to connect and disconnect. yawmppp has a GUI configuration utility that normally is available by clicking on the field of the DOCKAPP. I have it disabled by renaming it yawmppp.conf.disabled. You could try renaming it to yawmppp.conf, BUT the defaults that it set up are completely different from the pppsetup/ispsetup options -the chatscript is the real meat of what happens.
|
|
|
07-04-2005, 02:41 AM
|
#19
|
Member
Registered: Jan 2005
Distribution: Suse 9.3
Posts: 119
Original Poster
Rep:
|
ok, i have tried everything! The ppp-on says connect script failed. The message file says terminated on 2, and when i try to use demand dialing, which probably isn't a good idea, it doesn't work. THe ISP has two I.P numbers, how do i set both of them into the options file, because that might be my whole problem...
|
|
|
07-04-2005, 02:50 AM
|
#20
|
Member
Registered: Jan 2005
Distribution: Suse 9.3
Posts: 119
Original Poster
Rep:
|
oh, one other thing... windows is picking the modem up as Com 2, which is ttyS1 in linux, could that be it??
|
|
|
07-05-2005, 03:16 AM
|
#21
|
Amigo developer
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928
|
Of course, if it's on the second serial port, then the device name would be /dev/ttyS1.
|
|
|
07-05-2005, 07:25 AM
|
#22
|
Member
Registered: Jan 2005
Distribution: Suse 9.3
Posts: 119
Original Poster
Rep:
|
However, the ethernet port was used for a cable connection some time back, and whenever I try and set everything to point at ttyS1, the connect script failed error appears right after i type ppp-on. But when it is set to ttyS0, it takes a little bit on the first try. And how do I insert two I.P addresses to connect to? Because in Windows I have a primary and a secondary D.N.S. nameserver addresses.
|
|
|
07-12-2005, 12:13 AM
|
#23
|
Senior Member
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145
Rep:
|
You can set the nameservers in /etc/resolv.conf
|
|
|
07-12-2005, 08:27 PM
|
#24
|
Member
Registered: Jan 2005
Distribution: Suse 9.3
Posts: 119
Original Poster
Rep:
|
okay, so i would something like this:
nameserver 217.0.0.0
nameserver 217.0.0.0
REplacing with the correct i.p. addresses?
What else would be changed?
|
|
|
All times are GMT -5. The time now is 03:55 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|