2009-05-11 21:48:44 |
Rolf Leggewie |
bug |
|
|
added bug |
2009-05-14 14:22:41 |
Rolf Leggewie |
bug |
|
|
added subscriber أحمد المحمودي (Ahmed El-Mahmoudy) |
2009-05-14 15:47:43 |
Rolf Leggewie |
attachment added |
|
sl-modem-daemon http://launchpadlibrarian.net/26721357/sl-modem-daemon |
|
2009-05-15 13:05:11 |
أحمد المحمودي (Ahmed El-Mahmoudy) |
sl-modem (Ubuntu): status |
New |
Confirmed |
|
2009-06-02 05:12:14 |
Rolf Leggewie |
sl-modem (Ubuntu): importance |
Undecided |
Medium |
|
2009-06-13 03:24:38 |
Darik Horn |
attachment added |
|
/etc/modprobe.d/sl-modem.conf http://launchpadlibrarian.net/27849913/sl-modem.conf |
|
2009-09-05 18:57:07 |
Roland Hughes |
attachment added |
|
bld_failed_1.png http://launchpadlibrarian.net/31373016/bld_failed_1.png |
|
2009-09-06 04:36:56 |
Rolf Leggewie |
attachment added |
|
sl-modem-source.buildlog.2.6.31-9-generic.1252210390 http://launchpadlibrarian.net/31382963/sl-modem-source.buildlog.2.6.31-9-generic.1252210390 |
|
2009-09-15 06:33:07 |
أحمد المحمودي (Ahmed El-Mahmoudy) |
attachment added |
|
dkms.conf http://launchpadlibrarian.net/31822582/dkms.conf |
|
2010-02-12 11:52:34 |
Rolf Leggewie |
sl-modem (Ubuntu): importance |
Medium |
High |
|
2010-03-01 18:27:18 |
Brian Murray |
sl-modem (Ubuntu): assignee |
|
Canonical Foundations Team (canonical-foundations) |
|
2010-03-19 08:26:55 |
أحمد المحمودي (Ahmed El-Mahmoudy) |
sl-modem (Ubuntu): status |
Confirmed |
Fix Committed |
|
2010-03-19 11:42:16 |
Rolf Leggewie |
sl-modem (Ubuntu): status |
Fix Committed |
Confirmed |
|
2010-05-03 07:05:15 |
أحمد المحمودي (Ahmed El-Mahmoudy) |
sl-modem (Ubuntu): status |
Confirmed |
Fix Released |
|
2010-05-03 08:16:21 |
Rolf Leggewie |
sl-modem (Ubuntu): status |
Fix Released |
Triaged |
|
2010-05-03 17:30:36 |
أحمد المحمودي (Ahmed El-Mahmoudy) |
description |
Ever since I updated to Jaunty, I cannot access the Winmodem in my Thinkpad X24 any longer. This used to work fine in Hardy. I think I have the necessary packages installed and even upgraded to the PPA packages from Ahmed, the Debian maintainer. The dkms module is compiled fine, there just is no /dev/ttySL0 device node. /dev/modem thus points into nirvana.
$ dpkg -l sl-modem* dkms
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-=========================-=========================-==================================================================
ii dkms 2.0.21.1-0ubuntu3 Dynamic Kernel Module Support Framework
ii sl-modem-daemon 2.9.11~20090222-1~ppa1 SmartLink software modem daemon
un sl-modem-modules <none> (no description available)
un sl-modem-modules-new <none> (no description available)
ii sl-modem-source 2.9.11~20090222-1~ppa1 SmartLink software modem driver - module building source
$ ll /dev/modem
lrwxrwxrwx 1 root root 6 2009-05-11 23:33 /dev/modem -> ttySL0 |
Ever since I updated to Jaunty, I cannot access the Winmodem in my Thinkpad X24 any longer. This used to work fine in Hardy. I think I have the necessary packages installed and even upgraded to the PPA packages from Ahmed, the Debian maintainer. The dkms module is compiled fine, there just is no /dev/ttySL0 device node. /dev/modem thus points into nirvana.
$ dpkg -l sl-modem* dkms
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-=========================-=========================-==================================================================
ii dkms 2.0.21.1-0ubuntu3 Dynamic Kernel Module Support Framework
ii sl-modem-daemon 2.9.11~20090222-1~ppa1 SmartLink software modem daemon
un sl-modem-modules <none> (no description available)
un sl-modem-modules-new <none> (no description available)
ii sl-modem-source 2.9.11~20090222-1~ppa1 SmartLink software modem driver - module building source
$ ll /dev/modem
lrwxrwxrwx 1 root root 6 2009-05-11 23:33 /dev/modem -> ttySL0
=========== Test case ==============
* ALSA (uses snd_atiixp_modem module)
In /etc/default/sl-modem-daemon:
SLMODEMD_DEVICE=modem:1
$ sudo invoke-rc.d sl-modem-daemon start
Starting SmartLink Modem driver for: modem:1.
Creating /dev/modem symlink, pointing to: /dev/ttySL0.
$ ls -l /dev/ttySL0
lrwxrwxrwx 1 root root 10 2010-03-25 03:48 /dev/ttySL0 -> /dev/pts/2
$ ls -l /dev/pts/2
crw-rw---- 1 root dialout 136, 2 2010-03-25 03:51 /dev/pts/2
$ sudo invoke-rc.d sl-modem-daemon stop
Shutting down SmartLink Modem driver normally.
Unloading modem driver from kernel ... snd_atiixp_modem.
* slamr
In /etc/default/sl-modem-daemon:
SLMODEMD_DEVICE=slamr0
$ sudo invoke-rc.d sl-modem-daemon start
Starting SmartLink Modem driver for: slamr0.
Creating /dev/modem symlink, pointing to: /dev/ttySL0.
$ ls -l /dev/ttySL0
lrwxrwxrwx 1 root root 10 2010-03-25 04:00 /dev/ttySL0 -> /dev/pts/1
$ ls -l /dev/pts/1
crw-rw---- 1 root dialout 136, 1 2010-03-25 04:00 /dev/pts/1
* Dialup to internet (in both cases: ALSA & slamr) is done with wvdial,
I have the following setting in wvdial.conf:
Carrier Check = no
* Tested fax sending using efax, and it sent faxes. Of course that only
works with slamr module.
|
|
2010-05-12 08:22:55 |
Hardik Dalwadi |
removed subscriber Hardik Dalwadi |
|
|
|
2011-06-15 11:05:48 |
Colin Watson |
sl-modem (Ubuntu): assignee |
Canonical Foundations Team (canonical-foundations) |
أحمد المحمودي (Ahmed El-Mahmoudy) (aelmahmoudy) |
|