Hi Guys,

To whom this can help:

I tried to use a sagem modem fast 800 like most of you and it works!
Thanks to this, I'm able to receive and send you emails as well
participate into the forum. I'm using Ubuntu Dapper.

So, I don't really know where is the problem raised by
[EMAIL PROTECTED]  <[EMAIL PROTECTED]> but may be you can
try to follow the instructions bellow :

1. Identify your kernel release by typing : uname -r
2. Install the related headers :
      sudo apt-get install linux-headers-X.X.XX-XX-XXX (for example
for the 2.6.17, it
      could be sudo apt-get install linux-headers-2.6.17-XX-386
knoiwing that the XX is
      a number)
      sudo apt-get install build-essential linux-headers-X.X.XX-XX-XXX
3. Verify whether any modem driver is active : sudo lsmod | grep eagle
4. If there is any result, type : sudo modprobe -r eagle-usb
5. Remove from the memory any driver :
    sudo rm /lib/modules/2.6.15-21-386/kernel/drivers/usb/atm/usbatm.ko
    sudo rm /lib/modules/2.6.15-21.386/kernel/usb/net/eagle/eagleusb.ko
6. Unplug your fast 800 modem and install the new driver:
   6.1. Download the ueagle-atm-1.3
(http://download.gna.org/ueagleatm/) and
          ueagle-data-1.1 (http://eagle-usb.org/ueagle-atm/non-free/)
  6.2. Uncompress into a folder : tar -zxvf ueagle-atm-1.3.tar.gz
  6.3. Enter into that folder : cd ueagle-atm-1.3
  6.4. sudo make (enter) and sudo make install (enter)
  6.5. Hope you'll not get any error message
  6.7. Uncompress into ueagle-data-1.1.tar.gz : tar -zxvf ueagle-data-1.1.tar.gz
  6.8. Create a folder uegale-atm into Création du répertoire
/lib/firmware/ by typing : sudo mkdir /lib/firmware/ueagle-atm
  6.9. From your konqueror, copy all files from the uncompressing
folder into sudo mkdir /lib/firmware/ueagle-atm
 6.10. Plug your fast modem and type : sudo modprobe ueagle-atm
 6.11. Verify : dmesg | grep ueagle, if you get this result :
            [4294707.683000] usb 1-1: [ueagle-atm] modem operational
            [4294707.691000] usb 1-1: [ueagle-atm] ATU-R firmware
version : 44e2ea17
            Hallouliah! You are a master!
7. To lounch the connexion, type :sudo modprobe pppoatm (enter), sudo
pppd call ueagle-atm (enter) and ifconfig (enter). The answer must be
looking like this :
$lo        Lien encap:Boucle locale
          inet adr:127.0.0.1  Masque:255.0.0.0
          adr inet6: ::1/128 Scope:Hôte
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          Packets reçus:11 erreurs:0 :0 overruns:0 frame:0↵
          TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:0
          Octets reçus:572 (572.0 b) Octets transmis:572 (572.0 b)↵

ppp0      Lien encap:Protocole Point-à-Point
          inet adr:86.213.195.131  P-t-P:86.213.195.1  Masque:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          Packets reçus:1716 erreurs:0 :0 overruns:0 frame:0↵
          TX packets:1456 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:3
          Octets reçus:2110237 (2.0 MiB) Octets transmis:106610 (104.1 KiB)↵

So this is the way I did things and it works well for me. Hope could
it work for you.

Try it and let me know.

Good luck and feel free to contact me whenever you need.
Bonne chance.
Abdoul


On 7/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Selon Anand Kumria <[EMAIL PROTECTED]>:
>
> > Hi,
> >
> > Not sure if the problem is the ueagle-atm driver, or the usbatm one
> > (hence the cross post).
> >
> > I have a Sagem Fast 800 and when I plug it in, the kernel recognises it
> and
> > loads the firmware. The modem itself never seems to become operational
> > (nothing after [ueagle-atm]: (re)booting started) but I get
> > usbatm_complete failures.
> >
> > I am running 2.6.17 from kernel.org and attached is dmesg output. Any
> > pointers or help appreciated. Please CC me as I'm on neither of these
> > mailing lists.
> >
> could you post /proc/bus/usb/devices and try to reduce the number of receive
> urb
> (it is a module parameters of usbatm).
>
> Matthieu
>
>
>
> _______________________________________________
> Ueagleatm-dev mailing list
> [email protected]
> https://mail.gna.org/listinfo/ueagleatm-dev
>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to