Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Realtek RTL8180 SuSE file?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
edc
n00b
n00b


Joined: 24 May 2003
Posts: 24

PostPosted: Tue Sep 16, 2003 7:14 pm    Post subject: Realtek RTL8180 SuSE file? Reply with quote

I want to use a RealTek RTL8180 wireless card on my laptop in Gentoo. I know there are detailed guides in this board about how to use this card in Gentoo. All these guides are based on twisting the file r8180_types.h file in rtl8180_24x_suse82.zip. Unfortunately, since Sep 4th, this zip file is no longer available in the website of RealTek.com.tw. Can someone posts this file somewhere so I can download? Thanks a lot.
Back to top
View user's profile Send private message
batkins
Tux's lil' helper
Tux's lil' helper


Joined: 20 May 2003
Posts: 127

PostPosted: Tue Sep 16, 2003 7:22 pm    Post subject: Reply with quote

Try one of the Linux versions available here (http://www.realtek.com.tw/downloads/downloads1-3.aspx?Keyword=rtl8180). They might even work without the change.
Back to top
View user's profile Send private message
edc
n00b
n00b


Joined: 24 May 2003
Posts: 24

PostPosted: Tue Sep 16, 2003 7:28 pm    Post subject: Reply with quote

No, neither of them works. One of them is written for the Red Hat 7.3 (the gcc2.xx one) and the other is written for Red Hat 8.0 (the gcc3.xx), according to the release notes. Before Sep 04 they have the third file on their website, which is the one for SuSE 8.2. Too bad I did not save the third one.
Back to top
View user's profile Send private message
zypher
Retired Dev
Retired Dev


Joined: 10 Jun 2002
Posts: 416
Location: Cologne, ger.

PostPosted: Tue Sep 16, 2003 7:35 pm    Post subject: Reply with quote

Try this one, it works for me.
http://hometown.aol.de/WimDK/files/rtl8180_rh90.tar.bz
Cheers,
Marc.
_________________
linux user 65882
Back to top
View user's profile Send private message
edc
n00b
n00b


Joined: 24 May 2003
Posts: 24

PostPosted: Tue Sep 16, 2003 10:53 pm    Post subject: Reply with quote

Thanks. But it does not work yet.
Here is the cardctl info:
Code:

bash-2.05b# cardctl ident
Socket 0:
  product info: "Realtek", "Rtl8180"
  manfid: 0x0000, 0x024c
  function: 6 (network)
  PCI id: 0x10ec, 0x8180
Socket 1:
  no product info available


I downloaded the rtl8180_rh90.tar.bz, modified the Makefile, compiled it, and tried the insmod -f rtl8180_24x.o. Here is the error message:
Code:

Warning: loading rtl8180_24x.o will taint the kernel: forced load
  See http://www.tux.org/lkml/#export-tainted for information about tainted modules
rtl8180_24x.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
      You may find more information in syslog or the output from dmesg


Here is the dmesg output:
Code:
******** RTL8180 Wireless Lan Driver 2003-06-11 loaded********
PCI: No IRQ known for interrupt pin A of device . Please try using pci=biosirq.
RTL8180: : region #0 not a PIO resource, aborting
unregister_netdevice: device wlan%d/ce0e0800 never was registered
RTL8180: wlan driver load failed
rtl8180: No devices found, RTL8180 Wireless Lan Driver 2003-06-11 unregistered
Back to top
View user's profile Send private message
zypher
Retired Dev
Retired Dev


Joined: 10 Jun 2002
Posts: 416
Location: Cologne, ger.

PostPosted: Wed Sep 17, 2003 9:52 am    Post subject: Reply with quote

Ah, I know that one, please post your kernel config.
I only hab success with the kernel-cardbus module.
_________________
linux user 65882
Back to top
View user's profile Send private message
jhr0771
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jul 2003
Posts: 90

PostPosted: Wed Sep 17, 2003 9:24 pm    Post subject: I had the same problem with the card Reply with quote

it was not recognized, to fix it I compiled the card bus support in the kernel. and I used the file from realtek from 9/04/03 with kernel gentoo-sources 2.20-r6

but at the end what i did was to pull out the card and put it back in, then suddenly works.

I have no idea why is this happening. but basically the card works, I just can't restart it remotly, I have to phisically pull the card and put it back in.

I hope this is useful.
Back to top
View user's profile Send private message
jhr0771
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jul 2003
Posts: 90

PostPosted: Wed Sep 17, 2003 9:25 pm    Post subject: I had the same problem with the card Reply with quote

it was not recognized, to fix it I compiled the card bus support in the kernel. and I used the file from realtek from 9/04/03 with kernel gentoo-sources 2.20-r6

but at the end what i did was to pull out the card and put it back in, then suddenly works.

I have no idea why is this happening. but basically the card works, I just can't restart it remotly, I have to phisically pull the card and put it back in.

I hope this is useful.
Back to top
View user's profile Send private message
jhr0771
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jul 2003
Posts: 90

PostPosted: Wed Sep 17, 2003 9:27 pm    Post subject: I had the same problem with the card Reply with quote

it was not recognized, to fix it I compiled the card bus support in the kernel. and I used the file from realtek from 9/04/03 with kernel gentoo-sources 2.20-r6

but at the end what i did was to pull out the card and put it back in, then suddenly works.

I have no idea why is this happening. but basically the card works, I just can't restart it remotly, I have to phisically pull the card and put it back in.

I hope this is useful.
Back to top
View user's profile Send private message
edc
n00b
n00b


Joined: 24 May 2003
Posts: 24

PostPosted: Thu Sep 18, 2003 5:14 am    Post subject: Reply with quote

Thanks a million. Your guys helped me a lot. Now I am writing this posts with wireless networking. Beautiful!

As all you guys pointed out, it is a kernel problem. So I looked into the kernel configuration, and built the cardbus support into the kernel. They were disabled before by default. Once this is done the card works.

Beautiful. Thanks a lot.

By the way, www.realtek.com.tw emailed me the file for SuSE8.2 to me today. I tried it first but it locks up my machine. The gcc3.xx one in their website works charmingly. Drop me a message if anyone wants to have the driver for SuSe8.2.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum