2 Sep 2009 09:29
2 Sep 2009 12:41
help request for install modem
Ali Foroughi <saint.1366 <at> gmail.com>
2009-09-02 10:41:29 GMT
2009-09-02 10:41:29 GMT
hello :
i am a begginer user of linux.I find your email address in a site by
search in google.com.
here is some information about my linux as you want:
linux debian lenny
kernel-source-2.6.26-2-686
As you say in your site , i send you ModemData.txt too.
thanks
Ali Foroughi , Iran
Only plain text email is forwarded by the Discuss <at> Linmodems.org List Server,
as HTML can contain viruses. Use as the email Subject Line:
YourName, YourCountry kernel 2.6.26-2-686
With this Subject Line cogent experts will be alerted, and useful case names left in the Archive.
YourCountry will enable Country specific guidance. Linux experts in YourCountry
can be found through: http://www.linux.org/groups/index.html.
They will know your Country's modem code, which may be essential for dialup service.
Responses from Discuss <at> Linmodems.org are sometimes blocked by an Internet Provider mail filters.
So in a day, also check the Archived responses at http://www.linmodems.org
-------------------------- System information ----------------------------
CPU=i686,
Linux version 2.6.26-2-686 (Debian 2.6.26-17lenny2) (dannf <at> debian.org) (gcc version 4.1.3 20080704
(prerelease) (Debian 4.1.2-25)) #1 SMP Fri Aug 14 01:27:18 UTC 2009
scanModem update of: 2009_08_15
(Continue reading)
2 Sep 2009 16:01
Re: help request for install modem
Antonio Olivares <olivares14031 <at> gmail.com>
2009-09-02 14:01:03 GMT
2009-09-02 14:01:03 GMT
Ali,
Sadly your modem is unsupported :(
For candidate modem in: 04:01.0
0780 Communication controller: Ambient Technologies Inc HaM
controllerless modem
Primary device ID: 1813:4000
Support type needed or chipset: AmbientTech
Under Linux 2.6.n kernels, the chipset is NOT SUPPORTED . Read
DOCs/InfoGeneral.txt about alternatives.
Regards,
Antonio
On Wed, Sep 2, 2009 at 5:41 AM, Ali Foroughi<saint.1366 <at> gmail.com> wrote:
> hello :
> i am a begginer user of linux.I find your email address in a site by
> search in google.com.
> here is some information about my linux as you want:
>
> linux debian lenny
> kernel-source-2.6.26-2-686
>
> As you say in your site , i send you ModemData.txt too.
>
>
> thanks
>
(Continue reading)
2 Sep 2009 17:14
Re: Slamr Setup Issue - Xubuntu 9.04 - 2.6.28.11-generic - INDIA
Marvin Stodolsky <marvin.stodolsky <at> gmail.com>
2009-09-02 15:14:25 GMT
2009-09-02 15:14:25 GMT
BB Do: $ sudo gedit /etc/default/sl-modem-daemon wherein change the country setting from USA to INDIA Within /etc/modprobe.d/ there is a file with name like sl-modem.utils (or similar). Change its name to: sl-modem.conf Then the modem should be automatically set up upon reboot, or by: $ sudo /etc/init.d/sl-modem-daemon restart $ sudo wvdial.conf should fine the modem. With: $ sudo /etc/wvdial.conf edit in your personal information and add a line: Carrier Check = no and edit in your personal information Then you should be able to dial out with: $ sudo wvdial Please send further queries to the List, not me. MarvS On Wed, Sep 2, 2009 at 3:42 AM, Bad Boy<betaboy07 <at> gmail.com> wrote: > Hello Sir .... >(Continue reading)
2 Sep 2009 19:43
ESS Driver - Won't Stay Installed
Rob <robuck <at> gmail.com>
2009-09-02 17:43:36 GMT
2009-09-02 17:43:36 GMT
I installed an ESS Modem driver which works great on Ubuntu but after updating the OS, the driver never stays installed. When I first installed Ubuntu9.04 it showed up in Hardware Drivers and kept installed even after rebooting. After updating, every time I reboot it no longer shows up in hardware drivers and I have to install the driver. It says /dev/modem not found or something. I tried setting GnomePPP to the /ttyESS or whatever it was, which is where the driver is apparently installed according to the driver's readme, (I can't remember the path but I pasted it at the time) and it didn't work. The driver works perfectly, I just wish I could keep it installed after a reboot to save the hassle of installing it each time. Updating Ubuntu must have done something.
2 Sep 2009 20:37
Re: ESS Driver - Won't Stay Installed
Marvin Stodolsky <marvin.stodolsky <at> gmail.com>
2009-09-02 18:37:40 GMT
2009-09-02 18:37:40 GMT
Rob, Tolerance to automated creation of symbolic links through usage of /etc/modprob.d/ files has diminshed under Ubuntu 9.04. But manually loading (re-installation not necessary) the driver, $ sudo modprobe DriverName should solve the problem. Maintainer Jeff can best advise. I don't have my linux resources with me now. MarvS On Wed, Sep 2, 2009 at 1:43 PM, Rob<robuck <at> gmail.com> wrote: > I installed an ESS Modem driver which works great on Ubuntu but after > updating the OS, the driver never stays installed. When I first > installed Ubuntu9.04 it showed up in Hardware Drivers and kept > installed even after rebooting. After updating, every time I reboot it > no longer shows up in hardware drivers and I have to install the > driver. It says /dev/modem not found or something. I tried setting > GnomePPP to the /ttyESS or whatever it was, which is where the driver > is apparently installed according to the driver's readme, (I can't > remember the path but I pasted it at the time) and it didn't work. > > The driver works perfectly, I just wish I could keep it installed > after a reboot to save the hassle of installing it each time. Updating > Ubuntu must have done something. >(Continue reading)
3 Sep 2009 00:50
Re: ESS Driver - Won't Stay Installed
Marvin Stodolsky <marvin.stodolsky <at> gmail.com>
2009-09-02 22:50:10 GMT
2009-09-02 22:50:10 GMT
Rob, Just looking at the Makefile code, try giving the following commands: $ sudo mknod /dev/ttyS_ESS0 c 62 64 $ sudo chmod 666 /dev/ttyS_ESS0 $ sudo ln -sf /dev/ttyS_ESS0 /dev/modem Before driver loading and all should be OK. But /dev/ in in RAM space, so this has to be done upon each bootup. Later we can write automation for this, but to busy now. Marvin MarvS On Wed, Sep 2, 2009 at 2:37 PM, Marvin Stodolsky<marvin.stodolsky <at> gmail.com> wrote: > Rob, > > Tolerance to automated creation of symbolic links through usage of > /etc/modprob.d/ files has diminshed under Ubuntu 9.04. > > But manually loading (re-installation not necessary) the driver, > $ sudo modprobe DriverName > > should solve the problem. Maintainer Jeff can best advise. > I don't have my linux resources with me now.(Continue reading)
RSS Feed