Results 1 to 4 of 4
I recently changed distro from Mandrake to SuSE, in hope of being able to connect to the internet.
But when i order KInternet to connect, i get an error. The ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-22-2003 #1Just Joined!
- Join Date
- Feb 2003
- Posts
- 2
Zyxel USB ISDN modem
I recently changed distro from Mandrake to SuSE, in hope of being able to connect to the internet.
But when i order KInternet to connect, i get an error. The log says: Feb 21 23:02:34 linux pppd[1409]: unrecognized option '/dev/ttyACM4'
In the hardware menu, it seems that SuSE have control of my modem. The image is in danish, but i think you can decode it
:

What should i do? I don't wanna keep dual-booting with Windows, for the single purpose of surfing the internet.
- 02-22-2003 #2Linux Enthusiast
- Join Date
- Jun 2002
- Location
- San Antonio
- Posts
- 621
look through your PPP scripts (usually in /etc/ppp or /etc/pppd) for where it calls that, and maybe give the exact command it attempts to use. The exact command should be in /var/log/messages (or wherever your general syslog is)
I respectfully decline the invitation to join your delusion.
- 02-23-2003 #3Just Joined!
- Join Date
- Feb 2003
- Posts
- 2
Sorry, but i need some concrete commands, because i am quite a noob in Linux.
- 02-23-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
OK, try this:
That's quite a general command, and should at least turn up with something.Code:cd /etc/ppp* find -type f -exec grep -H /dev/ttyACM4 {} \;


Reply With Quote
