Thanks to your help I enjoyed a lot of happy hour of internet surfing. However, I now decided to change my Linux distro and went for Ark Linux.
But cxacru doesn't compile on said distro! The kernel is 2.4.23 (I have no other choice). HEre is the output
cd init && make clean
make[1]: Entering directory `/root/cxacru/init'
rm -f cxload cxioctl cxloaddbg cxloaddbgt
make[1]: Leaving directory `/root/cxacru/init'
cd module && make clean
make[1]: Entering directory `/root/cxacru/module'
rm -f cxacrunormal.o sarlib.o sartest cxacru.o cxacrudebug.o cxacrudbg.o version.h
make[1]: Leaving directory `/root/cxacru/module'
cd module2 && make clean
make[1]: Entering directory `/root/cxacru/module2'
rm -f *.o .*.flags *.ko *.mod.* .*.o.cmd .*.ko.cmd
make[1]: Leaving directory `/root/cxacru/module2'
cd sarlib && make clean
make[1]: Entering directory `/root/cxacru/sarlib'
/bin/rm -f *.o
make[1]: Leaving directory `/root/cxacru/sarlib'
cd panel && make clean
make[1]: Entering directory `/root/cxacru/panel'
rm -f cxpanel *.bak
make[1]: Leaving directory `/root/cxacru/panel'
cd bridged && make clean
make[1]: Entering directory `/root/cxacru/bridged'
rm -f br2684ctl
make[1]: Leaving directory `/root/cxacru/bridged'
cd init && make && make install
make[1]: Entering directory `/root/cxacru/init'
gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -pipe -march=i686 -Wall -DLINUX -I../include -lusb -lpthread cxload.c -o cxload
gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -pipe -march=i686 -Wall -DLINUX -I../include -lusb -lpthread cxioctl.c -o cxioctl
make[1]: Leaving directory `/root/cxacru/init'
make[1]: Entering directory `/root/cxacru/init'
install -c -m 755 -p cxload cxioctl /usr/sbin
make[1]: Leaving directory `/root/cxacru/init'
cd firmware && make
make[1]: Entering directory `/root/cxacru/firmware'
install -c -m 644 -p cxfirm1.bin cxfirm2.bin cxfirm3.bin cxfirm4.bin cxfirm5.bin /usr/sbin
make[1]: Leaving directory `/root/cxacru/firmware'
cd module && make && make install
make[1]: Entering directory `/root/cxacru/module'
gcc -O2 -Wstrict-prototypes -Wno-trigraphs -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-common -mpreferred-stack-boundary=2 -march=i686 -Wall -D__KERNEL__ -DLINUX -DMODULE -I/lib/modules/2.4.23-0.pre4.1ark/build/include -I../sarlib/ -c cxacru.c -o cxacrunormal.o
cxacru.c:314: error: initializer element is not constant
cxacru.c:314: error: (near initialization for `udsl_wqh.lock')
cxacru.c:314: error: initializer element is not constant
cxacru.c:315: error: initializer element is not constant
cxacru.c:315: error: (near initialization for `udsl_wqh2.lock')
cxacru.c:315: error: initializer element is not constant
cxacru.c:316: error: initializer element is not constant
cxacru.c:316: error: (near initialization for `udsl_wqh3.lock')
cxacru.c:316: error: initializer element is not constant
cxacru.c:317: error: initializer element is not constant
cxacru.c:317: error: (near initialization for `udsl_wqh4.lock')
cxacru.c:317: error: initializer element is not constant
cxacru.c:318: error: initializer element is not constant
cxacru.c:318: error: (near initialization for `udsl_wqh5.lock')
cxacru.c:318: error: initializer element is not constant
make[1]: *** [cxacrunormal.o] Error 1
make[1]: Leaving directory `/root/cxacru/module'
make: *** [CX_MODULE] Error 2
Does it means something to you?
Thanks in advance for the help!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Try to use new driver (it isn't so full as old driver):
make new
Regards,
Josep
PD: Grrr, another kernel to test, others changes. Please, kernel developers stop changes to 2.4 kernels. Changes for kernel 2.6. ahhhhhhh.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-07
Well, if you compile with "make new" using the standard arklinux kernel, a message warns you that atm support is not compiled in the kernel. So I recompiled the kernel and the "make new" works, so cxacru compiles finely. However I must have made some mistake in recompiling the kernel, because now it seems to be unable to insert module "usbcore". I'm puzzled! I will try again!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-09
Here I am again! I succeeded in compiling the kernel. Apparently I have to compile it as if I had a 586 cpu when I have an AMD. Mystery!!! However I compiled very well with "make new" and launched using pppoatm protocol
Still, I can't surf. After launching cxstart.sh the driver connects to ADSL line and then gives this output:
Loading driver...
Launching driver in normal mode...
/usr/sbin/cxload.sh successful
Setting PPP over ATM...
>>> Setting PPPoA <<<
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-09
Aaargh! The road goes on forever! Well I understood i needed ppoatm got it and installed it now everything seems to work finely. Here is the output of the cxstart.sh command.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-09
Sorry! pressed return by mistake!!
>>> Loading firmware...
Conexant AccessRunner microcode upload program. 6/9/2003
Josep Comas <jcomas@gna.es>
See credits in documentation
I found ADSL modem with VendorID = 0572 & ProductID = cb06
Loading and sending /usr/sbin/cxfirm4.bin...
Firmware is sent!
Setting configuration...
Waiting ADSL line is up (until 90 seconds)...
................................
ADSL line is up (Downstream 800 Kbits/s, Upstream 160 Kbits/s)
>>> Loading driver...
Launching driver in normal mode...
/usr/sbin/cxload.sh successful
Setting PPP over ATM...
>>> Setting PPPoA <<<
>>> Loading ppp_generic...
>>> Loading pppoatm...
However I cannot access any site. If I try something like a ping or an ftp sessions the error is:
network is unreachable
I doublechecked all my userid and password parameters both in pap-secrets and chap-secrets and all the options in /etc/ppp/options. Also no DNS service is running on my machine!!!
What could it be?
Sorry sorry sorry to bother you so much!!!
Val
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 lo
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What's your /etc/ppp/chap-secrets and /etc/ppp/pap-secrets files?
Regards,
Josep
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-10
Here is the output of /cat/var/messages:
Nov 10 15:19:13 localhost kernel: usb.c: deregistering driver xdslusb
Nov 10 15:20:32 localhost kernel: usb.c: registered new driver xdslusb
Nov 10 15:20:38 localhost pppd[2150]: Plugin /usr/lib/pppd/2.4.1/pppoatm.so loaded.
Nov 10 15:20:38 localhost pppd[2150]: PPPoATM plugin_init
Nov 10 15:20:38 localhost pppd[2150]: PPPoATM setdevname - remove unwanted options
Nov 10 15:20:38 localhost pppd[2150]: PPPoATM setdevname_pppoatm - SUCCESS:8.35
Nov 10 15:20:38 localhost pppd[2151]: pppd 2.4.1 started by root, uid 0
Nov 10 15:20:38 localhost pppd[2151]: ioctl(ATM_SETBACKEND): No such device
Nov 10 15:20:38 localhost pppd[2151]: Exit.
And of dmesg:
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-ohci.c: USB OHCI at membase 0x60b0c000, IRQ 5
usb-ohci.c: usb-00:02.3, Silicon Integrated Systems [SiS] USB 1.0 Controller (#2)
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 3 ports detected
usb-ohci.c: USB OHCI at membase 0x60b0e000, IRQ 10
usb-ohci.c: usb-00:02.2, Silicon Integrated Systems [SiS] USB 1.0 Controller
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 3 ports detected
usb.c: registered new driver hiddev
usb.c: registered new driver hid
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
hid-core.c: USB HID support drivers
mice: PS/2 mouse device common for all mice
hub.c: new USB device 00:02.3-1, assigned address 2
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,3), internal journal
usb.c: USB device 2 (vend/prod 0x572/0xcb06) is not claimed by any active driver.
Adding Swap: 514072k swap-space (priority -1)
hdd: attached ide-cdrom driver.
hdd: ATAPI 48X DVD-ROM drive, 256kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.12
SCSI subsystem driver Revision: 1.00
hdc: attached ide-scsi driver.
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: TEAC Model: DV-W50D Rev: 1.06
Type: CD-ROM ANSI SCSI revision: 02
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI ISAPNP enabled
ttyS0 at 0x03f8 (irq = 4) is a 16550A
ttyS1 at 0x02f8 (irq = 3) is a 16550A
xdslusb.c: udsl_usb_init: driver version 2.0pre1
usb.c: registered new driver xdslusb
xdslusb.c: udsl_usb_probe: trying device with vendor=0x572, product=0xcb06, ifnum 0
xdslusb.c: udsl_usb_probe: device accepted
usb.c: registered new driver xdslusb
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
inserting floppy driver for 2.4.23-0.pre4.1ark-custom
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr0: mmc-3 profile capable, current profile: 9h
ip_tables: (C) 2000-2002 Netfilter core team
divert: not allocating divert_blk for non-ethernet device irlan0
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
apm: overridden by ACPI.
ACPI: Power Button (FF) [PWRF]
ACPI: Sleep Button (CM) [SLPB]
usb.c: deregistering driver xdslusb
xdslusb.c: udsl_usb_cleanup entered
usb.c: deregistering driver xdslusb
xdslusb.c: udsl_usb_disconnect entered
xdslusb.c: udsl_usb_disconnect: usb_unlink_urb on receive urb 0 returned -19
xdslusb.c: udsl_usb_disconnect: found 1 spare receivers
xdslusb.c: udsl_usb_disconnect: usb_unlink_urb on send urb 0 returned -19
xdslusb.c: udsl_usb_disconnect: found 1 spare senders
xdslusb.c: udsl_atm_dev_close: queue has 0 elements
usb.c: registered new driver xdslusb
CSLIP: code copyright 1989 Regents of the University of California
PPP generic driver version 2.4.2
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
lp0: using parport0 (polling).
mtrr: 0xc0000000,0x4000000 overlaps existing 0xc0000000,0x200000
udf: registering filesystem
UDF-fs DEBUG lowlevel.c:57:udf_get_last_session: XA disk: no, vol_desc_start=0
UDF-fs DEBUG super.c:1419:udf_read_super: Multi-session=0
UDF-fs DEBUG super.c:412:udf_vrs: Starting at sector 16 (2048 byte sectors)
UDF-fs DEBUG super.c:439:udf_vrs: ISO9660 Primary Volume Descriptor found
UDF-fs DEBUG super.c:448:udf_vrs: ISO9660 Volume Descriptor Set Terminator found
UDF-fs: No VRS found
ISO 9660 Extensions: RRIP_1991A
cdrom: This disc doesn't have any tracks I recognize!
usb.c: deregistering driver xdslusb
usb.c: registered new driver xdslusb
For both I reported only the last parts
Now here is chap-secrets
# Secrets for authentication using CHAP
# client server secret IP addresses
marianivalerio@tiscali.it * PASS *
And pap-secrets
# Secrets for authentication using PAP
# client server secret IP addresses
marianivalerio@tiscali.it * PASS *
For security reason i placed PASS intead of the real password
Thnk you thank you I cannot even begin to thank you!
Val
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have you ATM support actived in kernel? Some distributions haven't ATM support actived and you have compile with ATM support.
Code maturity level options
[*] Prompt for development and/or incomplete code/drivers
Loadable module support
[*] Enable loadable module support
[*] Set version information on all module symbols
[*] Kernel module loader
Networking options
<*> Packet socket
<*> Unix domain sockets
[*] TCP/IP networking
[*] Asynchronous Transfer Mode (ATM)
USB support
<*> Support for USB
[*] Preliminary USB device filesystem
<M> UHCI
<M> OHCI
if you use RFC1483/2684 then choose:
Networking options
[*] Asynchronous Transfer Mode (ATM)
[*] Classical IP over ATM
If you use PPP over Ethernet then choose:
Networking options
[M] RFC1483/2684 Bridged protocols
Network Device Support
<M > PPP (point-to-point protocol) support
<M> PPP Deflate compression
<M> PPP over Ethernet (EXPERIMENTAL)
If you use PPP over ATM then you choose:
Network Device Support
<M > PPP (point-to-point protocol) support
<M> PPP Deflate compression
<M> PPP over ATM
Disable this:
Processor type and features
[ ] Symmetric multi-processing support
Regards,
Josep
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-11
I've tried recompiling the kernel as you wrote, both compiling ppp over atm support as built-in or as module. Everything goes right but every operation (ftp, ping), even when done with numeric adresses (No DNS needed, for example: 128...,etc.) gives me network unreachable.
I'm thinking about giving up!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
>Nov 10 15:20:38 localhost pppd[2151]: ioctl(ATM_SETBACKEND): No such device
>Nov 10 15:20:38 localhost pppd[2151]: Exit.
You can't reach anything if pppd fail to start with the plugin and exit immediatly.
Your problem is there and should be solved if kernel is compilated like joseph write with the right options for ATM.
I don't know if your problem is related to changes on 2.4.23 but it's work on 2.4.22.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-12
The problem seems to be in that ioctl. If I compile the kernel the way Joseph told me, putiing in pppoatm as a module. I can't modprobe it beacuse I get an unresolved symbol error concerning iotl. If I compile pppoatm as part of the kernel I get no error on modprobing! What what on eart is this ioctl? Is there a module that enables it?
Val
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you compile pppotam in the kernel, you just hide your problem : modprobe pppoatm does nothing if it's built-in.
So it's not a real solution.
You have to resolve why you have problems during compilation.
Have you linux-atm installed?
Do you add /usr/local/lib in /etc/ld.so.conf (if it's not already inside) and use once ldconfig -v?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-20
Sorry if I have been inactive but I had a very busy week. Well, Ive tried what Gilles told me to do. I compiled the kernel, ppp and cxacru over again. Now, this is the output when I start with cxacru
>>> Loading firmware...
Conexant AccessRunner microcode upload program. 6/9/2003
Josep Comas <jcomas@gna.es>
See credits in documentation
I found ADSL modem with VendorID = 0572 & ProductID = cb06
Loading and sending /usr/sbin/cxfirm4.bin...
Firmware is sent!
Setting configuration...
Waiting ADSL line is up (until 90 seconds)...
.............................................
ADSL line is down
>>> Loading driver...
Launching driver in normal mode...
/usr/sbin/cxload.sh successful
Setting PPP over ATM...
>>> Setting PPPoA <<<
it seems that you are using a different kernel source code that kernel are you running. Each distribution patches their kernel version.
If you have pppoatm included into kernel instead of as module then you don't worry about it. Remove pppoatm module.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-23
Well if I compile pppoatm in the kernel, it stills doesn't work
But everything seems ok! I really don't know it says that the usb device isn't claimed by any driver!
I am desperate
Val
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-24
When compiling pppoatm into the kernel, here is the output of dsmeg
usb-ohci.c: USB OHCI at membase 0x60b4c000, IRQ 5
usb-ohci.c: usb-00:02.3, Silicon Integrated Systems [SiS] USB 1.0 Controller (#2)
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 3 ports detected
usb-ohci.c: USB OHCI at membase 0x60b4e000, IRQ 10
usb-ohci.c: usb-00:02.2, Silicon Integrated Systems [SiS] USB 1.0 Controller
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 3 ports detected
hub.c: new USB device 00:02.3-1, assigned address 2
usb.c: USB device 2 (vend/prod 0x572/0xcb06) is not claimed by any active driver.
xdslusb.c: udsl_usb_init: driver version 2.0pre1
usb.c: registered new driver xdslusb
xdslusb.c: udsl_usb_probe: trying device with vendor=0x572, product=0xcb06, ifnum 0
xdslusb.c: udsl_usb_probe: device accepted
usb.c: registered new driver xdslusb
usb.c: deregistering driver xdslusb
xdslusb.c: udsl_usb_cleanup entered
usb.c: deregistering driver xdslusb
xdslusb.c: udsl_usb_disconnect entered
xdslusb.c: udsl_usb_disconnect: usb_unlink_urb on receive urb 0 returned -19
xdslusb.c: udsl_usb_disconnect: found 1 spare receivers
xdslusb.c: udsl_usb_disconnect: usb_unlink_urb on send urb 0 returned -19
xdslusb.c: udsl_usb_disconnect: found 1 spare senders
xdslusb.c: udsl_atm_dev_close: queue has 0 elements
usb.c: registered new driver xdslusb
divert: not allocating divert_blk for non-ethernet device ppp0
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
lp0: using parport0 (polling).
mtrr: 0xc0000000,0x4000000 overlaps existing 0xc0000000,0x200000
cdrom: This disc doesn't have any tracks I recognize!
And here the output of /var/log/messages
Nov 24 01:31:30 localhost usb.agent: ==== usb.agent called with action add
Nov 24 01:31:31 localhost kernel: usb.c: registered new driver xdslusb
Nov 24 01:31:31 localhost kernel: usb.c: registered new driver xdslusb
Nov 24 01:31:33 localhost usb.agent: ==== usb.agent called with action remove
Nov 24 01:31:34 localhost cxacru:
Nov 24 01:31:34 localhost cxacru: >>> Removing cxacru driver...
Nov 24 01:31:34 localhost kernel: usb.c: deregistering driver xdslusb
Nov 24 01:31:34 localhost kernel: usb.c: deregistering driver xdslusb
Nov 24 01:31:34 localhost cxacru:
Nov 24 01:31:35 localhost cxacru: >>> Loading firmware...
Nov 24 01:31:44 localhost cxacru: Conexant AccessRunner microcode upload program. 6/9/2003
Nov 24 01:31:44 localhost cxacru: Josep Comas <jcomas@gna.es>
Nov 24 01:31:44 localhost cxacru: See credits in documentation
Nov 24 01:31:44 localhost cxacru:
Nov 24 01:31:44 localhost cxacru: I found ADSL modem with VendorID = 0572 & ProductID = cb06
Nov 24 01:31:44 localhost cxacru: Loading and sending /usr/sbin/cxfirm4.bin...
Nov 24 01:31:44 localhost cxacru: Firmware is sent!
Nov 24 01:31:44 localhost cxacru: Setting configuration...
Nov 24 01:31:44 localhost cxacru: Waiting ADSL line is up (until 90 seconds)...
Nov 24 01:31:44 localhost cxacru: .
Nov 24 01:32:16 localhost last message repeated 16 times
Nov 24 01:32:16 localhost cxacru: ADSL line is up (Downstream 800 Kbits/s, Upstream 160 Kbits/s)
Nov 24 01:32:16 localhost kernel: usb.c: registered new driver xdslusb
Nov 24 01:32:16 localhost cxacru: >>> Loading driver...
Nov 24 01:32:16 localhost cxacru: Launching driver in normal mode...
Nov 24 01:32:19 localhost cxacru:
Nov 24 01:32:19 localhost cxacru: /usr/sbin/cxload.sh successful
Nov 24 01:32:19 localhost cxacru: Setting PPP over ATM...
Nov 24 01:32:19 localhost cxacru: >>> Setting PPPoA <<<
Nov 24 01:32:19 localhost cxacru:
Nov 24 01:32:19 localhost cxacru: >>> Loading ppp_generic...
Nov 24 01:32:19 localhost cxacru:
Nov 24 01:32:19 localhost cxacru: >>> Loading pppoatm...
Nov 24 01:32:19 localhost cxacru: modprobe: Can't locate module ppp_generic
Nov 24 01:32:19 localhost cxacru:
Nov 24 01:32:19 localhost cxacru: >>> Activating send/receive data...
Nov 24 01:32:19 localhost cxacru: modprobe: Can't locate module pppoatm
Nov 24 01:32:19 localhost cxacru: Conexant AccessRunner ioctl call. 6/9/2003
Nov 24 01:32:19 localhost cxacru: Josep Comas <jcomas@gna.es>
Nov 24 01:32:19 localhost cxacru: See credits in documentation
Nov 24 01:32:19 localhost cxacru:
Nov 24 01:32:19 localhost cxacru: I found ADSL modem with VendorID = 0572 & ProductID = cb06
Nov 24 01:32:22 localhost cxacru:
Nov 24 01:32:22 localhost cxacru: >>> Loading pppd daemon...
Nov 24 01:32:22 localhost pppd[2298]: Plugin /usr/lib/pppd/2.4.1/pppoatm.so loaded.
Nov 24 01:32:22 localhost pppd[2298]: PPPoATM plugin_init
Nov 24 01:32:22 localhost pppd[2298]: PPPoATM setdevname - remove unwanted options
Nov 24 01:32:22 localhost cxacru: Plugin /usr/lib/pppd/2.4.1/pppoatm.so loaded.
Nov 24 01:32:22 localhost cxacru: PPPoATM plugin_init
Nov 24 01:32:22 localhost cxacru: PPPoATM setdevname - remove unwanted options
Nov 24 01:32:22 localhost pppd[2298]: PPPoATM setdevname_pppoatm - SUCCESS:8.35
Nov 24 01:32:22 localhost cxacru: PPPoATM setdevname_pppoatm - SUCCESS:8.35
Nov 24 01:32:22 localhost pppd[2299]: pppd 2.4.1 started by root, uid 0
Nov 24 01:32:22 localhost cxacru:
Nov 24 01:32:22 localhost cxacru: /usr/sbin/cxnet2up.sh successful
Nov 24 01:32:22 localhost rc: Starting cxacru: succeeded
Nov 24 01:32:22 localhost pppd[2299]: Using interface ppp0
Nov 24 01:32:22 localhost default.hotplug: ======= START HOTPLUG FOR PID 2306 =======
Nov 24 01:32:22 localhost pppd[2299]: Connect: ppp0 <--> 8.35
Nov 24 01:32:22 localhost pppd[2299]: Couldn't increase MTU to 1500
Nov 24 01:32:22 localhost pppd[2299]: Couldn't increase MRU to 1500
Nov 24 01:32:22 localhost xinetd: xinetd startup succeeded
Nov 24 01:32:23 localhost xinetd[2356]: Server /usr/bin/kotalkd is not executable [file=/etc/xinetd.d/kotalk] [line=11]
Nov 24 01:32:23 localhost xinetd[2356]: Error parsing attribute server - DISABLING SERVICE [file=/etc/xinetd.d/kotalk] [line=11]
Nov 24 01:32:23 localhost xinetd[2356]: Port not specified and can't find service:apt-proxy with getservbyname
Nov 24 01:32:23 localhost xinetd[2356]: xinetd Version 2.3.12 started with libwrap options compiled in.
Nov 24 01:32:23 localhost xinetd[2356]: Started working: 0 available services
Nov 24 01:32:24 localhost postfix: succeeded
Nov 24 01:32:24 localhost ffserver: ffserver startup succeeded
Nov 24 01:32:24 localhost gpm: gpm startup succeeded
Nov 24 01:32:25 localhost crond: crond startup succeeded
Nov 24 01:32:25 localhost kernel: parport0: PC-style at 0x378 [PCSPP,TRISTATE]
Nov 24 01:32:25 localhost kernel: lp0: using parport0 (polling).
Nov 24 01:32:25 localhost modprobe: modprobe: Can't locate module char-major-188
Nov 24 01:32:26 localhost last message repeated 15 times
Nov 24 01:32:26 localhost cups: cupsd startup succeeded
Nov 24 01:32:26 localhost anacron: anacron startup succeeded
Nov 24 01:32:27 localhost atd: atd startup succeeded
Nov 24 01:32:27 localhost kdm_config[2679]: Unrecognized section name [Desktop0] at /usr/share/config/kdm/kdmrc:40
Nov 24 01:32:28 localhost modprobe: modprobe: Can't locate module char-major-10-134
Nov 24 01:32:30 localhost kernel: mtrr: 0xc0000000,0x4000000 overlaps existing 0xc0000000,0x200000
Nov 24 01:32:30 localhost modprobe: modprobe: Can't locate module char-major-81
Nov 24 01:32:34 localhost kde(pam_unix)[2682]: session opened for user arklinux by (uid=0)
Nov 24 01:32:43 localhost modprobe: modprobe: Can't locate module char-major-116
Nov 24 01:32:44 localhost last message repeated 47 times
Nov 24 01:32:44 localhost modprobe: modprobe: Can't locate module sound-slot-1
Nov 24 01:32:44 localhost modprobe: modprobe: Can't locate module sound-service-1-0
Nov 24 01:32:44 localhost modprobe: modprobe: Can't locate module sound-slot-1
Nov 24 01:32:44 localhost modprobe: modprobe: Can't locate module sound-service-1-0
Nov 24 01:32:53 localhost pppd[2299]: LCP: timeout sending Config-Requests
Nov 24 01:32:55 localhost modprobe: modprobe: Can't locate module char-major-116
Nov 24 01:32:55 localhost kernel: cdrom: This disc doesn't have any tracks I recognize!
Nov 24 01:32:56 localhost modprobe: modprobe: Can't locate module char-major-116
Nov 24 01:32:57 localhost last message repeated 46 times
Nov 24 01:32:57 localhost modprobe: modprobe: Can't locate module sound-slot-1
Nov 24 01:32:57 localhost modprobe: modprobe: Can't locate module sound-service-1-0
Nov 24 01:32:57 localhost modprobe: modprobe: Can't locate module sound-slot-1
Nov 24 01:32:57 localhost modprobe: modprobe: Can't locate module sound-service-1-0
Nov 24 01:33:00 localhost su(pam_unix)[2959]: session opened for user root by arklinux(uid=500)
Nov 24 01:33:00 localhost su(pam_unix)[2963]: session opened for user root by arklinux(uid=500)
Nov 24 01:33:04 localhost su(pam_unix)[2985]: session opened for user root by arklinux(uid=500)
Nov 24 01:34:09 localhost su(pam_unix)[3184]: session opened for user root by arklinux(uid=500)
Nov 24 01:34:26 localhost su(pam_unix)[3241]: session opened for user root by arklinux(uid=500)
Does it mean something to you?
Val
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-11-27
Never Mind! I gave up!
A pity ! Ark Linux is a very good distro even in alpha stage!!
Thanks for your kind help!!
Val
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This message: is not claimed by any active driver
is ok. Don't worry about it (my driver isn't use hotplug scripts/you are using module directory driver).
I'd like see your /etc/ppp/options file.
Regards,
Josep
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone!
Thanks to your help I enjoyed a lot of happy hour of internet surfing. However, I now decided to change my Linux distro and went for Ark Linux.
But cxacru doesn't compile on said distro! The kernel is 2.4.23 (I have no other choice). HEre is the output
cd init && make clean
make[1]: Entering directory `/root/cxacru/init'
rm -f cxload cxioctl cxloaddbg cxloaddbgt
make[1]: Leaving directory `/root/cxacru/init'
cd module && make clean
make[1]: Entering directory `/root/cxacru/module'
rm -f cxacrunormal.o sarlib.o sartest cxacru.o cxacrudebug.o cxacrudbg.o version.h
make[1]: Leaving directory `/root/cxacru/module'
cd module2 && make clean
make[1]: Entering directory `/root/cxacru/module2'
rm -f *.o .*.flags *.ko *.mod.* .*.o.cmd .*.ko.cmd
make[1]: Leaving directory `/root/cxacru/module2'
cd sarlib && make clean
make[1]: Entering directory `/root/cxacru/sarlib'
/bin/rm -f *.o
make[1]: Leaving directory `/root/cxacru/sarlib'
cd panel && make clean
make[1]: Entering directory `/root/cxacru/panel'
rm -f cxpanel *.bak
make[1]: Leaving directory `/root/cxacru/panel'
cd bridged && make clean
make[1]: Entering directory `/root/cxacru/bridged'
rm -f br2684ctl
make[1]: Leaving directory `/root/cxacru/bridged'
cd init && make && make install
make[1]: Entering directory `/root/cxacru/init'
gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -pipe -march=i686 -Wall -DLINUX -I../include -lusb -lpthread cxload.c -o cxload
gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -pipe -march=i686 -Wall -DLINUX -I../include -lusb -lpthread cxioctl.c -o cxioctl
make[1]: Leaving directory `/root/cxacru/init'
make[1]: Entering directory `/root/cxacru/init'
install -c -m 755 -p cxload cxioctl /usr/sbin
make[1]: Leaving directory `/root/cxacru/init'
cd firmware && make
make[1]: Entering directory `/root/cxacru/firmware'
install -c -m 644 -p cxfirm1.bin cxfirm2.bin cxfirm3.bin cxfirm4.bin cxfirm5.bin /usr/sbin
make[1]: Leaving directory `/root/cxacru/firmware'
cd module && make && make install
make[1]: Entering directory `/root/cxacru/module'
gcc -O2 -Wstrict-prototypes -Wno-trigraphs -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-common -mpreferred-stack-boundary=2 -march=i686 -Wall -D__KERNEL__ -DLINUX -DMODULE -I/lib/modules/2.4.23-0.pre4.1ark/build/include -I../sarlib/ -c cxacru.c -o cxacrunormal.o
cxacru.c:314: error: initializer element is not constant
cxacru.c:314: error: (near initialization for `udsl_wqh.lock')
cxacru.c:314: error: initializer element is not constant
cxacru.c:315: error: initializer element is not constant
cxacru.c:315: error: (near initialization for `udsl_wqh2.lock')
cxacru.c:315: error: initializer element is not constant
cxacru.c:316: error: initializer element is not constant
cxacru.c:316: error: (near initialization for `udsl_wqh3.lock')
cxacru.c:316: error: initializer element is not constant
cxacru.c:317: error: initializer element is not constant
cxacru.c:317: error: (near initialization for `udsl_wqh4.lock')
cxacru.c:317: error: initializer element is not constant
cxacru.c:318: error: initializer element is not constant
cxacru.c:318: error: (near initialization for `udsl_wqh5.lock')
cxacru.c:318: error: initializer element is not constant
make[1]: *** [cxacrunormal.o] Error 1
make[1]: Leaving directory `/root/cxacru/module'
make: *** [CX_MODULE] Error 2
Does it means something to you?
Thanks in advance for the help!!!
Hello,
Try to use new driver (it isn't so full as old driver):
make new
Regards,
Josep
PD: Grrr, another kernel to test, others changes. Please, kernel developers stop changes to 2.4 kernels. Changes for kernel 2.6. ahhhhhhh.
Well, if you compile with "make new" using the standard arklinux kernel, a message warns you that atm support is not compiled in the kernel. So I recompiled the kernel and the "make new" works, so cxacru compiles finely. However I must have made some mistake in recompiling the kernel, because now it seems to be unable to insert module "usbcore". I'm puzzled! I will try again!!
Here I am again! I succeeded in compiling the kernel. Apparently I have to compile it as if I had a 586 cpu when I have an AMD. Mystery!!! However I compiled very well with "make new" and launched using pppoatm protocol
Still, I can't surf. After launching cxstart.sh the driver connects to ADSL line and then gives this output:
Loading driver...
Launching driver in normal mode...
/usr/sbin/cxload.sh successful
Setting PPP over ATM...
>>> Setting PPPoA <<<
>>> Loading ppp_generic...
>>> Loading pppoatm...
modprobe: Can't locate module pppoatm
>>> Activating send/receive data...
Conexant AccessRunner ioctl call. 6/9/2003
Josep Comas <jcomas@gna.es>
See credits in documentation
I found ADSL modem with VendorID = 0572 & ProductID = cb06
>>> Loading pppd daemon...
Plugin rp-pppoe.so loaded.
RP-PPPoE plugin version 3.3 compiled against pppd 2.4.2b3
~}#!}!}!} }4}"}&} } } } }%}&@$}'}"}(}"};~~}#!}!}!} }4}"}&} } } } }%}&@$}'}"}(}"};~~}#!}!}!} }4}"}&} } } } }%}&@$}'}"}(}"};~~}#!}!}!} }4}"}&} } } } }%}&@$}'}"}(}"};~~}#!}!}!} }4}"}&} } } } }%}&@$}'}"}(}"};~~}#!}!}!} }4}"}&} } } } }%}&@$}'}"}(}"};~~}#!}!}!} }4}"}&} } } } }%}&@$}'}"}(}"};~~}#!}!}!} }4}"}&} } } } }%}&@$}'}"}(}"};~~}#!}!}!} }4}"}&} } } } }%}&@$}'}"}(}"};~~}#!}!}!} }4}"}&} } } } }%}&@$}'}"}(}"};~
There is no pppoatm module because I bulit it in the kernel!!
Sorry to bother you again but can anybody help please?
Val
Hello,
Also, you need ppp with pppoatm.so plugin (IF YOU HAVE PPP over ATM YOU CAN'T USE RP-PPPOE!!!!).
You can get PPP with pppoatm plugin at:
http://prdownloads.sourceforge.net/cp4218/ppp-2.4.1.pppoe2-pppoatm.tar.gz?download
Regards,
Josep
Aaargh! The road goes on forever! Well I understood i needed ppoatm got it and installed it now everything seems to work finely. Here is the output of the cxstart.sh command.
Sorry! pressed return by mistake!!
>>> Loading firmware...
Conexant AccessRunner microcode upload program. 6/9/2003
Josep Comas <jcomas@gna.es>
See credits in documentation
I found ADSL modem with VendorID = 0572 & ProductID = cb06
Loading and sending /usr/sbin/cxfirm4.bin...
Firmware is sent!
Setting configuration...
Waiting ADSL line is up (until 90 seconds)...
................................
ADSL line is up (Downstream 800 Kbits/s, Upstream 160 Kbits/s)
>>> Loading driver...
Launching driver in normal mode...
/usr/sbin/cxload.sh successful
Setting PPP over ATM...
>>> Setting PPPoA <<<
>>> Loading ppp_generic...
>>> Loading pppoatm...
However I cannot access any site. If I try something like a ping or an ftp sessions the error is:
network is unreachable
I doublechecked all my userid and password parameters both in pap-secrets and chap-secrets and all the options in /etc/ppp/options. Also no DNS service is running on my machine!!!
What could it be?
Sorry sorry sorry to bother you so much!!!
Val
Do you have defaultroute in the options file?
What is the output of
route -n
Here is my /etc/ppp/options file:
lock
defaultroute
noipdefault
noauth
sync
noaccomp
nopcomp
noccp
novj
holdoff 4
persist
maxfail 25
usepeerdns
passive
asyncmap 0
lcp-echo-interval 2
lcp-echo-failure 7
name marianivalerio@tiscali.it
user marianivalerio@tiscali.it
plugin /usr/lib/pppd/2.4.1/pppoatm.so
8.35
Here is the output of route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 lo
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
Hello,
What's output of:
cat /var/log/messages
dmesg
What's your /etc/ppp/chap-secrets and /etc/ppp/pap-secrets files?
Regards,
Josep
Here is the output of /cat/var/messages:
Nov 10 15:19:13 localhost kernel: usb.c: deregistering driver xdslusb
Nov 10 15:20:32 localhost kernel: usb.c: registered new driver xdslusb
Nov 10 15:20:38 localhost pppd[2150]: Plugin /usr/lib/pppd/2.4.1/pppoatm.so loaded.
Nov 10 15:20:38 localhost pppd[2150]: PPPoATM plugin_init
Nov 10 15:20:38 localhost pppd[2150]: PPPoATM setdevname - remove unwanted options
Nov 10 15:20:38 localhost pppd[2150]: PPPoATM setdevname_pppoatm - SUCCESS:8.35
Nov 10 15:20:38 localhost pppd[2151]: pppd 2.4.1 started by root, uid 0
Nov 10 15:20:38 localhost pppd[2151]: ioctl(ATM_SETBACKEND): No such device
Nov 10 15:20:38 localhost pppd[2151]: Exit.
And of dmesg:
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-ohci.c: USB OHCI at membase 0x60b0c000, IRQ 5
usb-ohci.c: usb-00:02.3, Silicon Integrated Systems [SiS] USB 1.0 Controller (#2)
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 3 ports detected
usb-ohci.c: USB OHCI at membase 0x60b0e000, IRQ 10
usb-ohci.c: usb-00:02.2, Silicon Integrated Systems [SiS] USB 1.0 Controller
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 3 ports detected
usb.c: registered new driver hiddev
usb.c: registered new driver hid
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
hid-core.c: USB HID support drivers
mice: PS/2 mouse device common for all mice
hub.c: new USB device 00:02.3-1, assigned address 2
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,3), internal journal
usb.c: USB device 2 (vend/prod 0x572/0xcb06) is not claimed by any active driver.
Adding Swap: 514072k swap-space (priority -1)
hdd: attached ide-cdrom driver.
hdd: ATAPI 48X DVD-ROM drive, 256kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.12
SCSI subsystem driver Revision: 1.00
hdc: attached ide-scsi driver.
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: TEAC Model: DV-W50D Rev: 1.06
Type: CD-ROM ANSI SCSI revision: 02
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI ISAPNP enabled
ttyS0 at 0x03f8 (irq = 4) is a 16550A
ttyS1 at 0x02f8 (irq = 3) is a 16550A
xdslusb.c: udsl_usb_init: driver version 2.0pre1
usb.c: registered new driver xdslusb
xdslusb.c: udsl_usb_probe: trying device with vendor=0x572, product=0xcb06, ifnum 0
xdslusb.c: udsl_usb_probe: device accepted
usb.c: registered new driver xdslusb
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
inserting floppy driver for 2.4.23-0.pre4.1ark-custom
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
sr0: mmc-3 profile capable, current profile: 9h
ip_tables: (C) 2000-2002 Netfilter core team
divert: not allocating divert_blk for non-ethernet device irlan0
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
apm: overridden by ACPI.
ACPI: Power Button (FF) [PWRF]
ACPI: Sleep Button (CM) [SLPB]
usb.c: deregistering driver xdslusb
xdslusb.c: udsl_usb_cleanup entered
usb.c: deregistering driver xdslusb
xdslusb.c: udsl_usb_disconnect entered
xdslusb.c: udsl_usb_disconnect: usb_unlink_urb on receive urb 0 returned -19
xdslusb.c: udsl_usb_disconnect: found 1 spare receivers
xdslusb.c: udsl_usb_disconnect: usb_unlink_urb on send urb 0 returned -19
xdslusb.c: udsl_usb_disconnect: found 1 spare senders
xdslusb.c: udsl_atm_dev_close: queue has 0 elements
usb.c: registered new driver xdslusb
CSLIP: code copyright 1989 Regents of the University of California
PPP generic driver version 2.4.2
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
lp0: using parport0 (polling).
mtrr: 0xc0000000,0x4000000 overlaps existing 0xc0000000,0x200000
udf: registering filesystem
UDF-fs DEBUG lowlevel.c:57:udf_get_last_session: XA disk: no, vol_desc_start=0
UDF-fs DEBUG super.c:1419:udf_read_super: Multi-session=0
UDF-fs DEBUG super.c:412:udf_vrs: Starting at sector 16 (2048 byte sectors)
UDF-fs DEBUG super.c:439:udf_vrs: ISO9660 Primary Volume Descriptor found
UDF-fs DEBUG super.c:448:udf_vrs: ISO9660 Volume Descriptor Set Terminator found
UDF-fs: No VRS found
ISO 9660 Extensions: RRIP_1991A
cdrom: This disc doesn't have any tracks I recognize!
usb.c: deregistering driver xdslusb
usb.c: registered new driver xdslusb
For both I reported only the last parts
Now here is chap-secrets
# Secrets for authentication using CHAP
# client server secret IP addresses
marianivalerio@tiscali.it * PASS *
And pap-secrets
# Secrets for authentication using PAP
# client server secret IP addresses
marianivalerio@tiscali.it * PASS *
For security reason i placed PASS intead of the real password
Thnk you thank you I cannot even begin to thank you!
Val
Hello,
Have you ATM support actived in kernel? Some distributions haven't ATM support actived and you have compile with ATM support.
Code maturity level options
[*] Prompt for development and/or incomplete code/drivers
Loadable module support
[*] Enable loadable module support
[*] Set version information on all module symbols
[*] Kernel module loader
Networking options
<*> Packet socket
<*> Unix domain sockets
[*] TCP/IP networking
[*] Asynchronous Transfer Mode (ATM)
USB support
<*> Support for USB
[*] Preliminary USB device filesystem
<M> UHCI
<M> OHCI
if you use RFC1483/2684 then choose:
Networking options
[*] Asynchronous Transfer Mode (ATM)
[*] Classical IP over ATM
If you use PPP over Ethernet then choose:
Networking options
[M] RFC1483/2684 Bridged protocols
Network Device Support
<M > PPP (point-to-point protocol) support
<M> PPP Deflate compression
<M> PPP over Ethernet (EXPERIMENTAL)
If you use PPP over ATM then you choose:
Network Device Support
<M > PPP (point-to-point protocol) support
<M> PPP Deflate compression
<M> PPP over ATM
Disable this:
Processor type and features
[ ] Symmetric multi-processing support
Regards,
Josep
I've tried recompiling the kernel as you wrote, both compiling ppp over atm support as built-in or as module. Everything goes right but every operation (ftp, ping), even when done with numeric adresses (No DNS needed, for example: 128...,etc.) gives me network unreachable.
I'm thinking about giving up!!!
>Nov 10 15:20:38 localhost pppd[2151]: ioctl(ATM_SETBACKEND): No such device
>Nov 10 15:20:38 localhost pppd[2151]: Exit.
You can't reach anything if pppd fail to start with the plugin and exit immediatly.
Your problem is there and should be solved if kernel is compilated like joseph write with the right options for ATM.
I don't know if your problem is related to changes on 2.4.23 but it's work on 2.4.22.
The problem seems to be in that ioctl. If I compile the kernel the way Joseph told me, putiing in pppoatm as a module. I can't modprobe it beacuse I get an unresolved symbol error concerning iotl. If I compile pppoatm as part of the kernel I get no error on modprobing! What what on eart is this ioctl? Is there a module that enables it?
Val
If you compile pppotam in the kernel, you just hide your problem : modprobe pppoatm does nothing if it's built-in.
So it's not a real solution.
You have to resolve why you have problems during compilation.
Have you linux-atm installed?
Do you add /usr/local/lib in /etc/ld.so.conf (if it's not already inside) and use once ldconfig -v?
Sorry if I have been inactive but I had a very busy week. Well, Ive tried what Gilles told me to do. I compiled the kernel, ppp and cxacru over again. Now, this is the output when I start with cxacru
>>> Loading firmware...
Conexant AccessRunner microcode upload program. 6/9/2003
Josep Comas <jcomas@gna.es>
See credits in documentation
I found ADSL modem with VendorID = 0572 & ProductID = cb06
Loading and sending /usr/sbin/cxfirm4.bin...
Firmware is sent!
Setting configuration...
Waiting ADSL line is up (until 90 seconds)...
.............................................
ADSL line is down
>>> Loading driver...
Launching driver in normal mode...
/usr/sbin/cxload.sh successful
Setting PPP over ATM...
>>> Setting PPPoA <<<
>>> Loading ppp_generic...
>>> Loading pppoatm...
/lib/modules/2.4.23-0.pre4.1ark-provadinuovo/kernel/net/atm/pppoatm.o: unresolved symbol pppoatm_ioctl_hook
/lib/modules/2.4.23-0.pre4.1ark-provadinuovo/kernel/net/atm/pppoatm.o: insmod /lib/modules/2.4.23-0.pre4.1ark-provadinuovo/kernel/net/atm/pppoatm.o failed
/lib/modules/2.4.23-0.pre4.1ark-provadinuovo/kernel/net/atm/pppoatm.o: insmod pppoatm failed
>>> Activating send/receive data...
Conexant AccessRunner ioctl call. 6/9/2003
Josep Comas <jcomas@gna.es>
See credits in documentation
I found ADSL modem with VendorID = 0572 & ProductID = cb06
>>> Loading pppd daemon...
Plugin /usr/lib/pppd/2.4.1/pppoatm.so loaded.
PPPoATM plugin_init
PPPoATM setdevname - remove unwanted options
PPPoATM setdevname_pppoatm - SUCCESS:8.35
/usr/sbin/cxnet2up.sh successful
Now anyone knows how i can remove this unresolved symbol?
Thanks again!
it seems that you are using a different kernel source code that kernel are you running. Each distribution patches their kernel version.
If you have pppoatm included into kernel instead of as module then you don't worry about it. Remove pppoatm module.
Well if I compile pppoatm in the kernel, it stills doesn't work
But everything seems ok! I really don't know it says that the usb device isn't claimed by any driver!
I am desperate
Val
When compiling pppoatm into the kernel, here is the output of dsmeg
usb-ohci.c: USB OHCI at membase 0x60b4c000, IRQ 5
usb-ohci.c: usb-00:02.3, Silicon Integrated Systems [SiS] USB 1.0 Controller (#2)
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 3 ports detected
usb-ohci.c: USB OHCI at membase 0x60b4e000, IRQ 10
usb-ohci.c: usb-00:02.2, Silicon Integrated Systems [SiS] USB 1.0 Controller
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 3 ports detected
hub.c: new USB device 00:02.3-1, assigned address 2
usb.c: USB device 2 (vend/prod 0x572/0xcb06) is not claimed by any active driver.
xdslusb.c: udsl_usb_init: driver version 2.0pre1
usb.c: registered new driver xdslusb
xdslusb.c: udsl_usb_probe: trying device with vendor=0x572, product=0xcb06, ifnum 0
xdslusb.c: udsl_usb_probe: device accepted
usb.c: registered new driver xdslusb
usb.c: deregistering driver xdslusb
xdslusb.c: udsl_usb_cleanup entered
usb.c: deregistering driver xdslusb
xdslusb.c: udsl_usb_disconnect entered
xdslusb.c: udsl_usb_disconnect: usb_unlink_urb on receive urb 0 returned -19
xdslusb.c: udsl_usb_disconnect: found 1 spare receivers
xdslusb.c: udsl_usb_disconnect: usb_unlink_urb on send urb 0 returned -19
xdslusb.c: udsl_usb_disconnect: found 1 spare senders
xdslusb.c: udsl_atm_dev_close: queue has 0 elements
usb.c: registered new driver xdslusb
divert: not allocating divert_blk for non-ethernet device ppp0
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
lp0: using parport0 (polling).
mtrr: 0xc0000000,0x4000000 overlaps existing 0xc0000000,0x200000
cdrom: This disc doesn't have any tracks I recognize!
And here the output of /var/log/messages
Nov 24 01:31:30 localhost usb.agent: ==== usb.agent called with action add
Nov 24 01:31:31 localhost kernel: usb.c: registered new driver xdslusb
Nov 24 01:31:31 localhost kernel: usb.c: registered new driver xdslusb
Nov 24 01:31:33 localhost usb.agent: ==== usb.agent called with action remove
Nov 24 01:31:34 localhost cxacru:
Nov 24 01:31:34 localhost cxacru: >>> Removing cxacru driver...
Nov 24 01:31:34 localhost kernel: usb.c: deregistering driver xdslusb
Nov 24 01:31:34 localhost kernel: usb.c: deregistering driver xdslusb
Nov 24 01:31:34 localhost cxacru:
Nov 24 01:31:35 localhost cxacru: >>> Loading firmware...
Nov 24 01:31:44 localhost cxacru: Conexant AccessRunner microcode upload program. 6/9/2003
Nov 24 01:31:44 localhost cxacru: Josep Comas <jcomas@gna.es>
Nov 24 01:31:44 localhost cxacru: See credits in documentation
Nov 24 01:31:44 localhost cxacru:
Nov 24 01:31:44 localhost cxacru: I found ADSL modem with VendorID = 0572 & ProductID = cb06
Nov 24 01:31:44 localhost cxacru: Loading and sending /usr/sbin/cxfirm4.bin...
Nov 24 01:31:44 localhost cxacru: Firmware is sent!
Nov 24 01:31:44 localhost cxacru: Setting configuration...
Nov 24 01:31:44 localhost cxacru: Waiting ADSL line is up (until 90 seconds)...
Nov 24 01:31:44 localhost cxacru: .
Nov 24 01:32:16 localhost last message repeated 16 times
Nov 24 01:32:16 localhost cxacru: ADSL line is up (Downstream 800 Kbits/s, Upstream 160 Kbits/s)
Nov 24 01:32:16 localhost kernel: usb.c: registered new driver xdslusb
Nov 24 01:32:16 localhost cxacru: >>> Loading driver...
Nov 24 01:32:16 localhost cxacru: Launching driver in normal mode...
Nov 24 01:32:19 localhost cxacru:
Nov 24 01:32:19 localhost cxacru: /usr/sbin/cxload.sh successful
Nov 24 01:32:19 localhost cxacru: Setting PPP over ATM...
Nov 24 01:32:19 localhost cxacru: >>> Setting PPPoA <<<
Nov 24 01:32:19 localhost cxacru:
Nov 24 01:32:19 localhost cxacru: >>> Loading ppp_generic...
Nov 24 01:32:19 localhost cxacru:
Nov 24 01:32:19 localhost cxacru: >>> Loading pppoatm...
Nov 24 01:32:19 localhost cxacru: modprobe: Can't locate module ppp_generic
Nov 24 01:32:19 localhost cxacru:
Nov 24 01:32:19 localhost cxacru: >>> Activating send/receive data...
Nov 24 01:32:19 localhost cxacru: modprobe: Can't locate module pppoatm
Nov 24 01:32:19 localhost cxacru: Conexant AccessRunner ioctl call. 6/9/2003
Nov 24 01:32:19 localhost cxacru: Josep Comas <jcomas@gna.es>
Nov 24 01:32:19 localhost cxacru: See credits in documentation
Nov 24 01:32:19 localhost cxacru:
Nov 24 01:32:19 localhost cxacru: I found ADSL modem with VendorID = 0572 & ProductID = cb06
Nov 24 01:32:22 localhost cxacru:
Nov 24 01:32:22 localhost cxacru: >>> Loading pppd daemon...
Nov 24 01:32:22 localhost pppd[2298]: Plugin /usr/lib/pppd/2.4.1/pppoatm.so loaded.
Nov 24 01:32:22 localhost pppd[2298]: PPPoATM plugin_init
Nov 24 01:32:22 localhost pppd[2298]: PPPoATM setdevname - remove unwanted options
Nov 24 01:32:22 localhost cxacru: Plugin /usr/lib/pppd/2.4.1/pppoatm.so loaded.
Nov 24 01:32:22 localhost cxacru: PPPoATM plugin_init
Nov 24 01:32:22 localhost cxacru: PPPoATM setdevname - remove unwanted options
Nov 24 01:32:22 localhost pppd[2298]: PPPoATM setdevname_pppoatm - SUCCESS:8.35
Nov 24 01:32:22 localhost cxacru: PPPoATM setdevname_pppoatm - SUCCESS:8.35
Nov 24 01:32:22 localhost pppd[2299]: pppd 2.4.1 started by root, uid 0
Nov 24 01:32:22 localhost cxacru:
Nov 24 01:32:22 localhost cxacru: /usr/sbin/cxnet2up.sh successful
Nov 24 01:32:22 localhost rc: Starting cxacru: succeeded
Nov 24 01:32:22 localhost pppd[2299]: Using interface ppp0
Nov 24 01:32:22 localhost default.hotplug: ======= START HOTPLUG FOR PID 2306 =======
Nov 24 01:32:22 localhost pppd[2299]: Connect: ppp0 <--> 8.35
Nov 24 01:32:22 localhost pppd[2299]: Couldn't increase MTU to 1500
Nov 24 01:32:22 localhost pppd[2299]: Couldn't increase MRU to 1500
Nov 24 01:32:22 localhost xinetd: xinetd startup succeeded
Nov 24 01:32:23 localhost xinetd[2356]: Server /usr/bin/kotalkd is not executable [file=/etc/xinetd.d/kotalk] [line=11]
Nov 24 01:32:23 localhost xinetd[2356]: Error parsing attribute server - DISABLING SERVICE [file=/etc/xinetd.d/kotalk] [line=11]
Nov 24 01:32:23 localhost xinetd[2356]: Port not specified and can't find service:apt-proxy with getservbyname
Nov 24 01:32:23 localhost xinetd[2356]: xinetd Version 2.3.12 started with libwrap options compiled in.
Nov 24 01:32:23 localhost xinetd[2356]: Started working: 0 available services
Nov 24 01:32:24 localhost postfix: succeeded
Nov 24 01:32:24 localhost ffserver: ffserver startup succeeded
Nov 24 01:32:24 localhost gpm: gpm startup succeeded
Nov 24 01:32:25 localhost crond: crond startup succeeded
Nov 24 01:32:25 localhost kernel: parport0: PC-style at 0x378 [PCSPP,TRISTATE]
Nov 24 01:32:25 localhost kernel: lp0: using parport0 (polling).
Nov 24 01:32:25 localhost modprobe: modprobe: Can't locate module char-major-188
Nov 24 01:32:26 localhost last message repeated 15 times
Nov 24 01:32:26 localhost cups: cupsd startup succeeded
Nov 24 01:32:26 localhost anacron: anacron startup succeeded
Nov 24 01:32:27 localhost atd: atd startup succeeded
Nov 24 01:32:27 localhost kdm_config[2679]: Unrecognized section name [Desktop0] at /usr/share/config/kdm/kdmrc:40
Nov 24 01:32:28 localhost modprobe: modprobe: Can't locate module char-major-10-134
Nov 24 01:32:30 localhost kernel: mtrr: 0xc0000000,0x4000000 overlaps existing 0xc0000000,0x200000
Nov 24 01:32:30 localhost modprobe: modprobe: Can't locate module char-major-81
Nov 24 01:32:34 localhost kde(pam_unix)[2682]: session opened for user arklinux by (uid=0)
Nov 24 01:32:43 localhost modprobe: modprobe: Can't locate module char-major-116
Nov 24 01:32:44 localhost last message repeated 47 times
Nov 24 01:32:44 localhost modprobe: modprobe: Can't locate module sound-slot-1
Nov 24 01:32:44 localhost modprobe: modprobe: Can't locate module sound-service-1-0
Nov 24 01:32:44 localhost modprobe: modprobe: Can't locate module sound-slot-1
Nov 24 01:32:44 localhost modprobe: modprobe: Can't locate module sound-service-1-0
Nov 24 01:32:53 localhost pppd[2299]: LCP: timeout sending Config-Requests
Nov 24 01:32:55 localhost modprobe: modprobe: Can't locate module char-major-116
Nov 24 01:32:55 localhost kernel: cdrom: This disc doesn't have any tracks I recognize!
Nov 24 01:32:56 localhost modprobe: modprobe: Can't locate module char-major-116
Nov 24 01:32:57 localhost last message repeated 46 times
Nov 24 01:32:57 localhost modprobe: modprobe: Can't locate module sound-slot-1
Nov 24 01:32:57 localhost modprobe: modprobe: Can't locate module sound-service-1-0
Nov 24 01:32:57 localhost modprobe: modprobe: Can't locate module sound-slot-1
Nov 24 01:32:57 localhost modprobe: modprobe: Can't locate module sound-service-1-0
Nov 24 01:33:00 localhost su(pam_unix)[2959]: session opened for user root by arklinux(uid=500)
Nov 24 01:33:00 localhost su(pam_unix)[2963]: session opened for user root by arklinux(uid=500)
Nov 24 01:33:04 localhost su(pam_unix)[2985]: session opened for user root by arklinux(uid=500)
Nov 24 01:34:09 localhost su(pam_unix)[3184]: session opened for user root by arklinux(uid=500)
Nov 24 01:34:26 localhost su(pam_unix)[3241]: session opened for user root by arklinux(uid=500)
Does it mean something to you?
Val
Never Mind! I gave up!
A pity ! Ark Linux is a very good distro even in alpha stage!!
Thanks for your kind help!!
Val
Hello,
This message: is not claimed by any active driver
is ok. Don't worry about it (my driver isn't use hotplug scripts/you are using module directory driver).
I'd like see your /etc/ppp/options file.
Regards,
Josep