LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-17-2004, 01:16 PM   #31
Gesp
LQ Newbie
 
Registered: Mar 2004
Posts: 5

Rep: Reputation: 0

It is CnxtDslAdslDeviceId=0x1622 for Olitec Yukon card like show cat /proc/pci
 
Old 04-01-2004, 01:44 PM   #32
kerozen
LQ Newbie
 
Registered: Jan 2004
Location: nancy, France
Distribution: Mdk 9.2
Posts: 14

Rep: Reputation: 0
Yeah, great new !

i have seen too that CnxtDslAdslDeviceId=0x1622, and change it during installation.

But i've never heard about changing CnxTyF.hex with CnxYkF.hex.

I'll try on my mandrake 9.2 this night !


Thanks.
 
Old 05-01-2004, 07:08 PM   #33
kerozen
LQ Newbie
 
Registered: Jan 2004
Location: nancy, France
Distribution: Mdk 9.2
Posts: 14

Rep: Reputation: 0
Aye, i've just added a serial ata disk to my mandrake 9.2, and it can't boot anymore.

I just have a Console, but i do not know what to do !
 
Old 05-04-2004, 04:10 PM   #34
kerozen
LQ Newbie
 
Registered: Jan 2004
Location: nancy, France
Distribution: Mdk 9.2
Posts: 14

Rep: Reputation: 0
So, i decided to install a mdk 10 official, let's see what's next !
 
Old 05-04-2004, 04:16 PM   #35
Gesp
LQ Newbie
 
Registered: Mar 2004
Posts: 5

Rep: Reputation: 0
Kernel 2.6 will not be good for the proprietary module wich will not run.
 
Old 05-04-2004, 05:19 PM   #36
kerozen
LQ Newbie
 
Registered: Jan 2004
Location: nancy, France
Distribution: Mdk 9.2
Posts: 14

Rep: Reputation: 0
Yes, i've just read that, what a pity !
 
Old 05-06-2004, 12:05 PM   #37
Jonny_Michaels
LQ Newbie
 
Registered: May 2004
Distribution: Mandrake9.1 kernel-2.4.21-0.13mdkcustom
Posts: 24

Rep: Reputation: 15
Guys,

I had exactly the same problems as your having. I tried to find the website that helped me, but its no longer up, or I couldnt find it. I had to do this:

1. uname -r and download the relevant kernel source.

2. recompile kernel to support ATM, PPP and PPP over ATM. All these are configured during the make xconfig.

3. install linux-atm and ppp accepting all dependancies

4. download CnxADSL-TgrATM_k2.4.20-8-1.tar.bz2 (you may have to google for this, or mail me)

5. bzip2 -d "the above"

6. tar xvf "the result from above"

7. cd CnxADSL-TgrATM_k2.4.20-8-1

8. open file:/usr/src/CnxADSL-TgrATM_k2.4.20-8-1/cnxadslctl and edit it so that it reads:

if [ ! -f /var/lock/subsys/cnxadslctl ]; then
echo "Starting AccessRunner"
insmod -f CnxADSL \
CnxtDslVendorId=0x14F1 \
CnxtDslArmDeviceId=0x1610 \
CnxtDslAdslDeviceId=0x1611 \
CnxtDslPhysicalDriverType=1

You have to change modprobe to insmod -f to force the load of a tainted module.

9. change the Makefiles in KernelModule and DownLoadApp to read:


#CC = kgcc
CC = gcc

10. make; make install

11. Whilst this is trundling away, you need to edit /etc/ppp/options to read

passive
defaultroute
usepeerdns
noauth
name (your user name)
user (as above )
plugin /usr/lib/pppd/2.4.1/pppoatm.so 0.38 #numbers are for UK VCI and VPI

12. edit /etc/ppp/chap-secrets with

[tab] [your user name] [tab] * [tab] [your password] [tab] *

13. you should now be able to start your connection with

/etc/rc.d/init.d/cnxadslctl start

14. check in /var/log for syslog and message entries. If all goes well you should see:

May 4 10:23:26 localhost cnxadslctl: Starting AccessRunner
May 4 10:23:29 localhost cnxadslctl: Using /lib/modules/2.4.21-0.13mdk/kernel/drivers/net/CnxADSL.o
May 4 10:23:29 localhost cnxadslctl: Warning: loading /lib/modules/2.4.21-0.13mdk/kernel/drivers/net/CnxADSL.o will taint t
he kernel: no license
May 4 10:23:29 localhost cnxadslctl: See http://www.tux.org/lkml/#export-tainted for information about tainted modules
May 4 10:23:29 localhost cnxadslctl: Warning: loading /lib/modules/2.4.21-0.13mdk/kernel/drivers/net/CnxADSL.o will taint t
he kernel: forced load
May 4 10:23:29 localhost cnxadslctl: Module CnxADSL loaded, with warnings
May 4 10:23:29 localhost cnxadslctl: Download Starting.
May 4 10:23:30 localhost cnxadslctl:
May 4 10:23:30 localhost cnxadslctl: Conexant AccessRunner load complete!
May 4 10:23:30 localhost pppd[665]: Plugin /usr/lib/pppd/2.4.1/pppoatm.so loaded.
May 4 10:23:30 localhost cnxadslctl: Plugin /usr/lib/pppd/2.4.1/pppoatm.so loaded.
May 4 10:23:30 localhost cnxadslctl:
May 4 10:23:30 localhost cnxadslctl: PPPoATM plugin_init
May 4 10:23:30 localhost pppd: PPPoATM setdevname - remove unwanted options
May 4 10:23:30 localhost cnxadslctl:
May 4 10:23:30 localhost cnxadslctl: PPPoATM setdevname - remove unwanted options
May 4 10:23:30 localhost cnxadslctl: PPPoATM setdevname_pppoatm - SUCCESS:0.38


14. 99% of the credit for this help should go to Patrick Mackinlay, as it was his howto I downloaded and printed with only a few minor tweaks of my own.

Happy surfing

Jon
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Conexant PCI ADSL Modem Setup cragdor Linux - Wireless Networking 13 11-15-2006 09:32 AM
Newbie, Mandrake 10, PCI conexant ADSL Modem.....Plz help me blinkydamo Mandriva 3 06-13-2004 08:26 AM
Conexant PCI ADSL setup maldi-tof *BSD 0 06-01-2004 06:21 AM
Is there anyone who has got a Conexant PCI ADSL modem working? ludwig W Linux - Hardware 1 01-30-2004 06:56 PM
Conexant PCI ADSL Internal Modem tattooedpierre Linux - Newbie 14 04-30-2003 03:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration