Results 1 to 2 of 2
I have recently (about 4-5 days) moved to SUSE 10.0 OSS and having once more problems with my isdn internet connection.. I am using Intracom's Netmod (usb), connected in the ...
- 02-05-2006 #1Just Joined!
- Join Date
- Feb 2006
- Location
- Athens, Greece
- Posts
- 1
SUSE 10.0 and kppp
I have recently (about 4-5 days) moved to SUSE 10.0 OSS and having once more problems with my isdn internet connection.. I am using Intracom's Netmod (usb), connected in the 1st port (YAST says it is connected in /dev/ttyACM0 but I cannot find such thing in /dev). I used the kdesu mknod /dev/usb/ttyACM0 c 166 0 command (and the others with 1, 2, 3 instead of 0) and nothin happened! I constantly recieve messages like Unable to create lock file, or Modem does not respond, or even modem not found, while trying to make kppp to see the modem... I just moved to SUSE from UBUNTU 5.10, and i had the problem fixed there, but the same settings here simply do not work!! Could anybody possibly help me?
Thanx in advance!!
- 11-08-2006 #2
Intracom Netmod
SuSE 10
lsmod as root to look for (cdc-acm)
modprobe cdc-acm
dmesg
rm -f /dev/modem
ln -sv /dev/ttyACM0 /dev/modem
link /dev/modem /dev/ttyACM0
init string ATZ
init string ATB40
Delete string for sound in yast2 --- etc --- network --- modem IMPORTANT
Setup provider
yast2--system-/etc/sysconfig editor --- system ---kernel -- modules_loaded_on_boot write modprobe cdc-acm
In /etc/init.d/boot.local write (start--system--file manager--file manager super user mode)
rm -f /dev/modem
ln -sv /dev/ttyACM0 /dev/modem
then configure modem device from ttyACM0 to *modem*
or something like that.
And the best thing is that it will stall after 10 seconds, and you have to reconnect over and over again!
I had this problem for 6 months and HELP US PLEASE,
I use a dual OS system because of this internet problem.
try this
http://www.linuxforums.org/forum/sea...earchid=400820


Reply With Quote