LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-01-2005, 10:59 AM   #1
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Rep: Reputation: 35
Compiling problem - rtl8180


why amI having this problem?
Code:
root@slackbox:/home/dealer/p.d/Libs_and_Devel/rtl8180-0.21# make
make -C /lib/modules/2.6.12.1/build SUBDIRS=/home/dealer/p.d/Libs_and_Devel/rtl8180-0.21 MODVERDIR=/home/dealer/p.d/Libs_and_Devel/rtl8180-0.21 modules
make[1]: Entering directory `/usr/src/linux-2.6.12.1'
  CC [M]  /home/dealer/p.d/Libs_and_Devel/rtl8180-0.21/r8180_core.o
/home/dealer/p.d/Libs_and_Devel/rtl8180-0.21/r8180_core.c: In function `rtl8180_pci_probe':
/home/dealer/p.d/Libs_and_Devel/rtl8180-0.21/r8180_core.c:3632: error: structure has no member named `slot_name'
make[2]: *** [/home/dealer/p.d/Libs_and_Devel/rtl8180-0.21/r8180_core.o] Error 1
make[1]: *** [_module_/home/dealer/p.d/Libs_and_Devel/rtl8180-0.21] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.12.1'
make: *** [2.6] Error 2
 
Old 08-01-2005, 12:13 PM   #2
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Original Poster
Rep: Reputation: 35
this problem can be result of no pcmcia card installed right now? I going to buy this card maybe tonight or tomorrow so I was making all the configs so I could test it in place....

But im guessing this may be happening because the d-link dwl610 is not plugged on my pcmcia...
 
Old 08-01-2005, 12:56 PM   #3
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
No, that's a problem with the sources excepting a structure's member (it's a kind of variable in C) named slot_name but it can't find it. Check that you've the correct version of libraries that the software requieres to compile.
 
Old 08-01-2005, 02:53 PM   #4
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Original Poster
Rep: Reputation: 35
Im gettingan error when booting the system
something like
cardmgr[2188]: no slot found or no socket
 
Old 08-01-2005, 03:00 PM   #5
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Original Poster
Rep: Reputation: 35
i forgot, im bootinh with dwl 610 wireless pcmcia card in the slot and having this error... maybe I have to compile some module?
 
Old 08-01-2005, 03:22 PM   #6
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Original Poster
Rep: Reputation: 35
booting with kernel 2.4 it show cardmgr: watching 1 socket
 
Old 08-01-2005, 03:46 PM   #7
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Take a look at this page: http://www.canit.se/~oli/wl/
You'll need pcmcia-cs and wireless-tools packages installed.
 
Old 08-01-2005, 04:18 PM   #8
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Original Poster
Rep: Reputation: 35
I compiled the right modules in my 2.6 kernel and now my cardmgr recognize socket 1 ... I will see your link
 
Old 08-01-2005, 04:50 PM   #9
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Original Poster
Rep: Reputation: 35
your link is for kernel 2.4 and for the realtek driver from realtek... Im using kernel 2.6 and have the right drive that is from rtl8180 sourceforge..

:/
I just want to know why isnt compiling.
 
Old 08-01-2005, 05:02 PM   #10
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Original Poster
Rep: Reputation: 35
here is the solution!!
problem solved!
http://sourceforge.net/forum/forum.p...orum_id=390417
 
Old 08-01-2005, 05:08 PM   #11
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
I found a post in German and as far as I understood that driver doesn't work under 2.6.12.X kernels: http://www.debianforum.de/forum/viewtopic.php?p=302045

It seems it's been corrected or have been corrected in CVS version.

Edit: Well, it seems you found one in English, good for you

Last edited by gbonvehi; 08-01-2005 at 05:10 PM.
 
Old 08-06-2005, 12:19 AM   #12
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Original Poster
Rep: Reputation: 35
yeah, now is working fine.

thanks anyway. The only thing I done was download the CVS version of the driver.
 
  


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
RTL8180 confusion mepasha Linux - Wireless Networking 2 04-03-2005 03:23 PM
I need HEEEEEEEEEEEEELP (rtl8180) spmacc Linux - Wireless Networking 1 02-16-2004 04:40 PM
rtl8180 livecd kc8tbe Linux - Laptop and Netbook 1 01-24-2004 08:47 PM
RTL8180 and adsl setup problem pillot Linux - Wireless Networking 0 01-21-2004 06:09 PM
Netgear MA521 (RTL8180) problem with AirPort AP and Red Hat 9 routedashf Linux - Networking 2 12-15-2003 02:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:52 PM.

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