[Bug 150840] Re: Motorola Si3054 software modem not working

2010-05-11 Thread Ahmed El-Mahmoudy
Please provide the output of the following commands: dpkg -l sl-modem* uname -a cat /proc/version_signature lsmod Also attach the following files: /etc/default/sl-modem-daemon /proc/asound/* -- Motorola Si3054 software modem not working https://bugs.launchpad.net/bugs/150840 You received this b

[Bug 150840] Re: Motorola Si3054 software modem not working

2010-05-11 Thread Kip Warner
I confirm the bug. I installed the sl-modem-daemon package and this is what I see when running slmodemd... $ slmodemd error: mdm setup: cannot stat `/dev/slamr0': No such file or directory error: cannot setup device `/dev/slamr0' I am also using the Si3054 chipset, according to the scanModem scri

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-12-19 Thread Amit Kucheria
** Changed in: sl-modem (Ubuntu) Assignee: (unassigned) => Amit Kucheria (amitk) Status: Confirmed => Invalid -- Motorola Si3054 software modem not working https://bugs.launchpad.net/bugs/150840 You received this bug notification because you are a member of Ubuntu Bugs, which is the b

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-12-18 Thread Thirunavukkarasu.S
Modem got worked but after sometime's the KPPP application throws an error saying pppd died unexpectedly. i have attached pictures of the modem working and log file which has been created for error by KPPP. Can you suggest this problem with kppp or configuration issue ? Procedure followed: 1.Runn

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-12-18 Thread Amit Kucheria
Atleast the HW is detected. ** Changed in: viarum Status: Triaged => Invalid -- Motorola Si3054 software modem not working https://bugs.launchpad.net/bugs/150840 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bu

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-12-18 Thread Amit Kucheria
amd64 package for sl-modem from http://packages.debian.org/lenny/sl- modem-daemon detects the modem and sets it up as /dev/ttySL0. Can you see if that works for you? I used #sudo ./slmodemd -c INDIA --alsa hw:0,6 to start it. -- Motorola Si3054 software modem not working https://bugs.launchpad.

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-12-15 Thread Rafael Sachetto
Hi Thirunavukkarasu.S, You don´t have to compile it. You just need to execute the slmodemd program inside the directory. like this: #sudo ./slmodemd -c YOUR_COUNTRY --alsa hw:0,6 don´t forget the ./ and make sure that slmodemd installed from ubuntu is not running: # cd /etc/init.d/ # sudo ./slm

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-12-15 Thread Thirunavukkarasu.S
HI Rafael, i have downloaded the driver from the above link. But when i run #make to build the module ; it show that no Makefile present and It simply quits -- Motorola Si3054 software modem not working https://bugs.launchpad.net/bugs/150840 You received this bug notification because you are a m

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-12-11 Thread Rafael Sachetto
Download this http://linmodems.technion.ac.il/packages/smartlink/SLMODEMD.gcc4.1.tar.gz and extract and use slmodemd from this package, it worked for me... -- Motorola Si3054 software modem not working https://bugs.launchpad.net/bugs/150840 You received this bug notification because you are a mem

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-11-26 Thread Torsten Spindler
** Changed in: viarum Importance: Medium => High -- Motorola Si3054 software modem not working https://bugs.launchpad.net/bugs/150840 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-11-24 Thread Thirunavukkarasu.S
attached the dmesg o/p here. ** Attachment added: "dmesg.out" http://launchpadlibrarian.net/10543771/dmesg.out -- Motorola Si3054 software modem not working https://bugs.launchpad.net/bugs/150840 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug con

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-11-21 Thread Torsten Spindler
Please attach the output of dmesg to see if an error occurs. -- Motorola Si3054 software modem not working https://bugs.launchpad.net/bugs/150840 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-b

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-11-13 Thread Thirunavukkarasu.S
Edited the below lines to /etc/default/sl-modem-daemon SLMODEMD_DEVICE=hw:0,6 SLMODEMD_COUNTRY=INDIA Configured the modem using the gnome-ppp application; but when i attempt to detect the modem it shows that no modem was found. a screen shot is attached. Also, tried with the KPPP application; h

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-11-09 Thread Rafael Sachetto
I found a better solution: edit the file /etc/default/sl-modem-daemon SLMODEMD_DEVICE=hw:0,6 SLMODEMD_COUNTRY=YOURCOUNTRY them it works :) -- Motorola Si3054 software modem not working https://bugs.launchpad.net/bugs/150840 You received this bug notification because you are a member of Ubuntu

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-11-09 Thread Rafael Sachetto
Try to start like this: $ sudo slmodemd -c BRAZIL --alsa hw:0,6 -- Motorola Si3054 software modem not working https://bugs.launchpad.net/bugs/150840 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubun

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-11-09 Thread Rafael Sachetto
I can confirm this bug here, I have the same Motorola Si3054 software modem and the output to sudo /etc/init.d/sl-modem-daemon start is: FATAL: Module ungrab_winmodem not found. FATAL: Module slamr not found. ** Changed in: sl-modem (Ubuntu) Status: New => Confirmed -- Motorola Si3054

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-11-07 Thread Torsten Spindler
Can you please run $ sudo /etc/init.d/sl-modem-daemon start -- Motorola Si3054 software modem not working https://bugs.launchpad.net/bugs/150840 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bu

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-11-07 Thread Thirunavukkarasu.S
checked the slmodemd and also with the linux-backports-modules attached is screenshot ** Attachment added: "motorola_modem.png" http://launchpadlibrarian.net/10299074/motorola_modem.png -- Motorola Si3054 software modem not working https://bugs.launchpad.net/bugs/150840 You received this bug

[Bug 150840] Re: Motorola Si3054 software modem not working

2007-11-06 Thread Torsten Spindler
** Visibility changed to: Public -- Motorola Si3054 software modem not working https://bugs.launchpad.net/bugs/150840 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https:/