You are not logged in.
I've been using Arch for a while, but this is my first post, so hello everybody
Here's the problem: I have two computers - desktop and laptop (Compaq Evo N800w). I used to have Linux installed on my desktop (with Speedtouch 330 modem), which was used as a file/print/mpd server and Internet connection router, and Windows on the laptop, Unfortunately the Speedtouch modem has broken down and to make matters worse I couldn't buy the same as a replacement and I ended up with a brand new Sagem F@st 800 E4, which was descriped as "not supported" by Linux, but I managed to get it working with svn ueagle-atm driver. The bad thing was the driver wouldn't work after each kernel update and I had to reinstall it (it was because i had never installed it properly - the make and make install required to be run as root, but using sudo was not enough and (since I've been using sudo) I was getting some weird errors and manually copying driver files to the kernel directory).
Few times the driver wouldn't compile and I had to update the code from svn so I had to get connected to the Internet, and it meant trying to connect ADSL to my laptop (which was not a solution, because I was trying Windows Vista at the time, and there was (surprise) no Vista driver for Sagem. So each kernel update consisted of installing old kernel again, rebooting, compiling the driver, trying to find a workaround for those make install errors (now it's solved ), downloading new source code from svn, installing new kernel, compiling new driver, rebooting and hoping it would work. It worked few times, but it didn't once, and I was so irritated by the prospect of being offline that I have installed Windows XP on the desktop and Linux on my laptop.
But now I wish to make a change again, since a lot of people managed to make E4 working, because current solution causes some other problems. But I wanted to check the modem on my laptop first, and here's what i got.
The driver (http://svn.gna.org/svn/ueagleatm/trunk/ueagle-atm) is compiling without errors. After plugging the modem in firmware (http://download.gna.org/ueagleatm/ikano … 1.0.tar.gz) is loading correctly.
dmesg:
Dec 7 10:35:28 evo usb 1-1: [ueagle-atm] ATU-R firmware version : a10050b
(...)
Dec 7 10:35:28 evo usb 1-1: [ueagle-atm] Modem started, waiting synchronization
(...)
Dec 7 10:35:38 evo usb 1-1: [ueagle-atm] modem operational
My ISP is PPPoE so I start the br2684ctl utility (from AUR) with correct VPI/VCI
# /usr/sbin/br2684ctl -b -c 0 -a 8.35
# ifconfig nas0 up
dmesg:
Dec 7 10:48:01 RFC1483/2684 bridge: Interface "nas0" created sucessfully
Dec 7 10:48:01 RFC1483/2684 bridge: Communicating over ATM 0.8.35, encapsulation: LLC
Dec 7 10:48:01 RFC1483/2684 bridge: Interface configured
Dec 7 10:48:01 RFC1483/2684 bridge: RFC 1483/2684 bridge daemon started
ifconfig:
nas0 Link encap:Ethernet HWaddr 00:19:4B:43:46:92
inet6 addr: fe80::219:4bff:fe43:4692/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:654 (654.0 b)
Then I try to connect
# pppd call net24
and it fails.
dmesg:
Dec 7 10:48:32 evo pppd[9833]: Plugin rp-pppoe.so loaded.
Dec 7 10:48:32 evo pppd[9833]: RP-PPPoE plugin version 3.3 compiled against pppd 2.4.4
Dec 7 10:48:32 evo pppd[9833]: pppd 2.4.4 started by root, uid 0
Dec 7 10:49:07 evo pppd[9833]: Timeout waiting for PADO packets
Dec 7 10:49:07 evo pppd[9833]: Exit.
etc/ppp/peers/net24:
noipdefault
defaultroute
user 'xxx@xxx' # this is different, but same with the entry in pap-secrets and chap-secrets
noauth
updetach
usepeerdns
plugin rp-pppoe.so
nas0
debug
lsmod:
Module Size Used by
ueagle_atm 31000 0
bsd_comp 5888 0
sha1 2816 0
arc4 2304 0
ecb 3200 0
ppp_mppe 6532 0
ppp_deflate 4992 0
zlib_deflate 19736 1 ppp_deflate
zlib_inflate 16256 1 ppp_deflate
pppoe 10560 0
pppox 3340 1 pppoe
ppp_synctty 7936 0
ppp_async 9600 0
radeon 122400 2
drm 71572 3 radeon
ipv6 251556 17
nls_cp437 6016 1
usbhid 39744 0
hid 28032 1 usbhid
ff_memless 5256 1 usbhid
irtty_sir 5632 0
sir_dev 11524 1 irtty_sir
joydev 8640 0
snd_seq_oss 29312 0
snd_seq_midi_event 6528 1 snd_seq_oss
snd_seq 46800 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 6924 2 snd_seq_oss,snd_seq
pcmcia 32940 0
ehci_hcd 32140 0
snd_pcm_oss 36896 0
snd_mixer_oss 14464 1 snd_pcm_oss
ohci_hcd 20100 0
yenta_socket 23180 1
rsrc_nonstatic 11136 1 yenta_socket
pcmcia_core 32920 3 pcmcia,yenta_socket,rsrc_nonstatic
lp 9348 0
container 3968 0
video 15888 0
output 3328 1 video
pcspkr 3072 0
tsdev 6848 0
rtc_cmos 7584 0
rtc_core 14984 1 rtc_cmos
rtc_lib 3072 1 rtc_core
irda 115256 1 sir_dev
crc_ccitt 2304 2 ppp_async,irda
parport_pc 35556 1
intel_agp 21780 1
agpgart 27096 2 drm,intel_agp
psmouse 36240 0
shpchp 29332 0
pci_hotplug 26784 1 shpchp
snd_intel8x0 28700 0
snd_ac97_codec 95268 1 snd_intel8x0
ac97_bus 2432 1 snd_ac97_codec
snd_pcm 68996 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 19332 2 snd_seq,snd_pcm
snd 45220 9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore 6496 1 snd
snd_page_alloc 8072 2 snd_intel8x0,snd_pcm
serio_raw 5764 0
sg 26652 0
evdev 8192 6
thermal 12956 0
processor 27992 1 thermal
fan 4100 0
button 6544 0
battery 10248 0
ac 4356 0
usbatm 16128 2 ueagle_atm
ppp_generic 23828 7 bsd_comp,ppp_mppe,ppp_deflate,pppoe,pppox,ppp_synctty,ppp_async
slhc 5760 1 ppp_generic
br2684 7044 1
atm 37556 4 usbatm,br2684
ppdev 7684 0
parport 31304 3 lp,parport_pc,ppdev
eepro100 27280 0
e100 32396 0
mii 4992 2 eepro100,e100
usbcore 122504 6 ueagle_atm,usbhid,ehci_hcd,ohci_hcd,usbatm
sr_mod 14756 0
cdrom 33952 1 sr_mod
sd_mod 23040 5
radeonfb 107200 1
fb_ddc 2432 1 radeonfb
i2c_algo_bit 6020 1 radeonfb
i2c_core 20096 3 radeonfb,fb_ddc,i2c_algo_bit
ext3 119560 2
jbd 54440 1 ext3
mbcache 7040 1 ext3
vfat 11136 1
fat 45980 1 vfat
ata_piix 13572 4
ata_generic 5380 0
libata 106352 2 ata_piix,ata_generic
Please, help me
Last edited by slepy (2007-12-07 10:26:13)
Offline