Thanks Simon,
Since I've been following the instructions in UEagleAtm:AtmDoc it says that for a PPPoA setup I should, after configuring ppp via creation of a file called ueagle-atm in /etc/ppp/peers and modifying /etc/ppp/chap-secrets
(Just noticed that it references /etc/ppp/pap-secrets too but I haven't touched that at all ?!)
do>
$ modprobe pppoatm
$ pppd call ueagle-atm
and then
$
ifconfig to check the connection >> result>
[root@localhost ~]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1115 errors:0 dropped:0 overruns:0 frame:0
TX packets:1115 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1906808 (1.8 MiB) TX bytes:1906808 (1.8 MiB)--------
for more info>>
$ [root@localhost ~]
# dmesg | grep eagle
[ueagle-atm] driver ueagle 1.2 loaded
usb 3-1: [ueagle-atm] ADSL device founded vid (0X1110) pid (0X9031) : Eagle III
usb 3-1: [ueagle-atm] using iso mode
usb 3-1: [ueagle-atm] (re)booting started
usbcore: registered new driver ueagle-atm
usb 3-1: [UEAGLE-ATM] requesting firmware ueagle-atm/DSPep.bin failed with error -2
then last line repeated many times
so it appears there is a software problem - but I don't know how to cure it.
-------
[root@localhost ~]# dmesg | grep usb
usbcore: registered new driver usbfs
usbcore: registered new driver hub
usbcore: registered new driver libusual
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
usb usb1: configuration #1 chosen from 1 choice
usb usb2: configuration #1 chosen from 1 choice
usb usb3: configuration #1 chosen from 1 choice
usb usb4: configuration #1 chosen from 1 choice
usb usb5: configuration #1 chosen from 1 choice
usb 3-1: new full speed USB device using uhci_hcd and address 2
usb 3-1: configuration #1 chosen from 1 choice
usb 3-1: [ueagle-atm] ADSL device founded vid (0X1110) pid (0X9031) : Eagle III
usb 3-1: reset full speed USB device using uhci_hcd and address 2
usb 3-1: [ueagle-atm] using iso mode
usb 3-1: [ueagle-atm] (re)booting started
usbcore: registered new driver ueagle-atm
usb 3-1: [UEAGLE-ATM] requesting firmware ueagle-atm/DSPep.bin failed with error -2
then last line repeated many times
========
Can you translate that for me - what is it telling me ?
A file DSPep.bin is in /usr/lib/firmware/ueagle-atm.
p.s. Network Device Control has nothing listed and no option to add anything.
Mike
(sorry for the delays but access time is limited and re-booting to run linux (i'm in windoze now) doesn't help either).