LinuxQuestions.org
Help answer threads with 0 replies.
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 11-09-2003, 12:13 PM   #1
tunguskaX
LQ Newbie
 
Registered: Nov 2003
Posts: 6

Rep: Reputation: 0
Question Conexant pci adsl modem


I'm trying to get my conexant pci adsl modem to work with mandrake
9.2, but I am stuck! I was following this document
members.tripod.com/alord/pciadsl/pciadsl.html and got about a third
of the way through to the section that talks about changing kgcc to gcc. I
have done this, but when I type ./configure I get an error telling me that
it isnt there. I tried typing 'make' but got pages full of errors. Can
anyone tell me where I'm going wrong? or if possible does anyone have a
precompiled module for this kernel?

Another possible solution would be if I used Mandrake 9.1 which has a precompiled module available, but I cant even get this to install at the moment because I have a SATA hard drive connected to a promise 20376 controller. The drive gets found in mandrake 9.2 though - wish i could have a combination of both

Thanks for your time
 
Old 11-09-2003, 01:55 PM   #2
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
I went through that whole document and I didn't see the place you're talking about (kgcc to gcc), at what point in that document did things break?
 
Old 11-09-2003, 02:05 PM   #3
tunguskaX
LQ Newbie
 
Registered: Nov 2003
Posts: 6

Original Poster
Rep: Reputation: 0
thanks for replying. I'm at the line that says:

Edit the makefile and change kgcc to gcc. This is just before the section called 'Testing The Module'

When I try to compile it I'm getting loads of errors saying things are missing etc. I've never done anything like this before so I cant really narrow down whats the matter. !!
 
Old 11-09-2003, 02:21 PM   #4
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
Ok, found it, he says you get some "minor" errors, but you're getting a lot more than that?
if so, maybe you don't have the development package installed? you may need to go to the mandrake control center and the software installer and install that package. A quick check at the console for at least gcc would be rpm -q gcc.
 
Old 11-09-2003, 04:17 PM   #5
tunguskaX
LQ Newbie
 
Registered: Nov 2003
Posts: 6

Original Poster
Rep: Reputation: 0
i deffinitely have gcc installed. Would there be something else more specific that I need to look out for?
 
Old 11-09-2003, 06:31 PM   #6
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
How about the kernel source package, what does rpm -q kernel-source say? if you don't get a version back like you did for gcc then use the control center and install that package.
 
Old 11-11-2003, 01:46 PM   #7
tunguskaX
LQ Newbie
 
Registered: Nov 2003
Posts: 6

Original Poster
Rep: Reputation: 0
OK. done that and the linux kernel source isnt installed. This might be whats up I'll install it now and try the instructions. If it works I'll post the mosule somewhere for other people. Fingers crossed!
 
Old 11-11-2003, 04:12 PM   #8
tunguskaX
LQ Newbie
 
Registered: Nov 2003
Posts: 6

Original Poster
Rep: Reputation: 0
I think I'm very close now. When I start up Mandrake I get the following:

Starting Conexant AccessRunner
Connexant AccessRunner load complete!

I hear a single click, then after about 1 minute i get [FAILED]

The click sounds like what happens when it starts up in Windows, only it clicks a few more times untill it syncs in windows.

When I try to run the start script from the command line I get:

Connexant AccessRunner download is already done, Status=ffffffff bad ioctl=400,2505(TIG_START_DSL), status=ffffffff

When I type 'ifconfig -a' i dont get the ppp0 that the document says I should. I only see 3 things eth0 and eth0:9 and a loopback.

Any ideas that I can try next?
 
Old 11-11-2003, 08:50 PM   #9
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
I agree, you are at least *closer* now, but...

This is now over my head, I'm truly sorry I knew we'd get to this point eventually, I can't get adsl or even dsl, (but my cable rocks!), I know how to get kernel modules to compile, but to set up the connection you're trying to set up is something I hesitate to offer recommendations for, I don't want to lead you astray, better you post a new thread that focuses specifically on the setup (something like "adsl setup problems with conexant modem")
 
Old 11-12-2003, 02:43 AM   #10
tunguskaX
LQ Newbie
 
Registered: Nov 2003
Posts: 6

Original Poster
Rep: Reputation: 0
ok. thanks for the help so far, im very greatful
 
Old 01-28-2004, 05:24 PM   #11
kerozen
LQ Newbie
 
Registered: Jan 2004
Location: nancy, France
Distribution: Mdk 9.2
Posts: 14

Rep: Reputation: 0
Hi...

i see that you have successufuly compiled the CnxAdsl.o under mandrake 9.2.

I got the same problem as you at the beginning, ie the ./configure does not work.

I had Gcc 3.3.1 installed
I had Kernel-source 2.4.22 installed, but nothing happened when i make the configure.

I've tried to do "make" instead, but i got many errors....

Can you help me in compiling theses drivers please ?
 
Old 01-31-2004, 05:41 PM   #12
kerozen
LQ Newbie
 
Registered: Jan 2004
Location: nancy, France
Distribution: Mdk 9.2
Posts: 14

Rep: Reputation: 0
Ok, i made some progress....

I compiled the CnxADSL.o with some errors.....insmod the drivers with some errors (about a bad version of gcc and a tainted kernel..) but when i want to start the script Cnxadslctl, i get nothing...in fact, mdk9.2 load the module, but nothing happens, no clicks on the modem, no connection...

Can you help me ?
 
Old 01-31-2004, 05:45 PM   #13
jharris
Senior Member
 
Registered: May 2001
Location: Bristol, UK
Distribution: Slackware, Fedora, RHES
Posts: 2,243

Rep: Reputation: 47
If the module is loaded what do have in /proc/net/atm/CnxAdsl:0 ?? Simply cat'ing the file will show you.

cheers

Jamie...
 
Old 01-31-2004, 06:00 PM   #14
kerozen
LQ Newbie
 
Registered: Jan 2004
Location: nancy, France
Distribution: Mdk 9.2
Posts: 14

Rep: Reputation: 0
Hey, Thanks,

but when i do a cnxadslctl status, it says to me that this file (CnxADSL:0) does not exist.

So i do a lsmod, and the module CnxADSL is here, so i do not understand what could happen. i'll see if i can see the file manually as you said, maybe the script has a problem (i hope).
 
Old 01-31-2004, 06:29 PM   #15
kerozen
LQ Newbie
 
Registered: Jan 2004
Location: nancy, France
Distribution: Mdk 9.2
Posts: 14

Rep: Reputation: 0
Ok, here is what i get when i do "cnxadslctl.sh start":

[root@akira init.d]# cnxadslctl.sh start
Starting AccessRunner
Using /lib/modules/2.4.22-10mdk/kernel/drivers/net/CnxADSL.o
/lib/modules/2.4.22-10mdk/kernel/drivers/net/CnxADSL.o: The module you are trying to load (/lib/modules/2.4.22-10mdk/kernel/drivers/net/CnxADSL.o) is compiled with a gcc
version 2 compiler, while the kernel you are running is compiled with
a gcc version 3 compiler. This is known to not work.
Download Starting.
bad ioctl 400c2504, Status=ffffffff
send user parameters (SendUserParams) failed, NTStatus=c0000001
 
  


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 03:28 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