LinuxQuestions.org
Visit Jeremy's Blog.
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 04-01-2003, 02:09 AM   #1
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
A new cool wireless device


The RealTek 8180L chipset, is cooler then pre-sliced cheese.

http://www.realtek.com.tw/products/p...odelid=2002111

This is the first wireless device I've ever seen on the market with drivers developed by the manufacturer, and not only do they pay attention to the wireless extensions API of the Linux Kernel, they work!

I ran accross this card about 2 days ago, got to play with it for about an hour and a half, and got it to do all sorts of funky things. It takes all of its settings through funky iwpriv commands, but that's alright, it works brilliantly, and I compiled the driver with 3 tiny changes to the Makefile in about 20 seconds.

AND, this thing is cheap, much cheaper than the Lucent Silver (still the king card to get), and the prism2's, and its a cardbus card so you don't have to worry about hacking support into cardmgr by monkeying with /etc/pcmcia/config. You just insmod the module!

Hah! Take that Texas Instruments, take that Broadcom, you friggin g weenies!

Cheers,

Finegan

Last edited by finegan; 04-01-2003 at 02:10 AM.
 
Old 04-02-2003, 10:40 AM   #2
gwroy20
Member
 
Registered: Mar 2003
Location: New York City
Distribution: Slackware 9.1, FreeBSD 5.2.1, OpenBSD 3.3
Posts: 89

Rep: Reputation: 15
Where can I buy this card? No info on RealTek's page and google searches came up blank.
 
Old 04-02-2003, 03:51 PM   #3
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Original Poster
Rep: Reputation: 72
I can't remember the brand name on the one I got to play with, it had a picture of a snake on it...

One of the side parts of my job is to get the student's laptops to talk to the wireless LAN here, I completely failed to get this thing working under XP with my dwindling windows skills, but then traded him my Lucent Silver for a few hours so I could play with it under Linux. He claimed to have bought it off of pricewatch for what he claimed was, "dirt cheap".

Its only been out a few weeks though, so just give it time to find one on the market, or you can use any number of the currently working ones out there, check the other sticky in this forum for a list.

Cheers,

Finegan
 
Old 04-16-2003, 09:06 PM   #4
wind
LQ Newbie
 
Registered: Sep 2002
Posts: 12

Rep: Reputation: 0
wireless products become more and more
 
Old 06-13-2003, 12:36 AM   #5
cool_dude
LQ Newbie
 
Registered: Jun 2003
Posts: 1

Rep: Reputation: 0
RealTek 8180L Wireless 802.11b card

Hey Fin,

I bought that card off pricewatch too. It was under $30.....The instructions to compile were easy enough but I was a bit confuesd as I am new too the linux wireless configurations..........I got the damn thing to work cause I am broke and can't afford any other card. but this one works well please post some commands for this card.
 
Old 06-13-2003, 01:01 AM   #6
TheDanLayerOSI
LQ Newbie
 
Registered: May 2003
Posts: 28

Rep: Reputation: 15
WEP 128???

You will have to forgive me if I seem ignorant, I am new to Linux. I'm curious about the security of RTL8180L. My understanding of WEB 128 is that it sucks. I have little experience with wireless but "a friend" that has grown up using Linux says that a wireless network is confined to 128 bit encrption unless using some sort of Linux i.e., Unix. You've helped me just recently with an NVIDIA problem and your explanation was on the mark. With that, is someone confined to encryption at the hardware level or software level? I'm guessing that you can encrypt at both using both.
I think what I'm saying is that Windows only supports up to 128bit maybe 256bit software where as Linux can get upto 2048bit software; but is hardware stuck at 128bit? If so, when is this going to change? If not, what hardware supports higher?

Forgive me I'll ramble on..and on...and on...

Thanks
 
Old 06-13-2003, 04:16 AM   #7
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Original Poster
Rep: Reputation: 72
The bit level of the encryption in WEP doesn't mean much, its also in the 802.11 spec, its the same accross the board for windows, Linux, the BSDs... anything you can pop a wireless card into.

Another fallacy is that WEP is worthless, and I bought into that FUD for a while too. Then I got curious and bored and compiled Wepcrack and Airsnort and the patched libpcap and set about attacking my own wireless LAN. I was using a P3 500 to passively sniff packets while a forced transfer at 1MB/sec passed between the AP and the one client on the network. It was a constantly repeated download of kernel source, so there was a veritible ton of traffic in the air for airsnort to examine for weak packets. This was also on 64-bit WEP, the weaker of the two in-spec encryption levels.

It took 20 hours for the P3 to sniff the key.

You gotta realize that I recreated the traffic of about a week of 1 client surfing. Apparently it works much faster on wlans with a lot more clients, maybe exponentially, but I'm not going to snarfle through anyone elses wlan, even though its a passive attack, that's just rude. This was also using ad-hoc mode, which apparently reduces traffic quite a bit. Now that I have a machine running as master I should try it again. Maybe borrow another card and see if two clients hammering bandwidth makes the key easier to grab.

Still, that's a lot more robust security then most, it takes effort to get that many packets.

The other options... VPNs, which work under any number of OSes, also a cute project from www.blackalchemy.to called FakeAP that just creates a flood of false access points, like 50000.

Wireless under Linux is functional, and really much easier to secure, but not due to wireless support, just due to Linux's massive configurability over say... a set-top wireless router.

Cheers,

Finegan

Last edited by finegan; 06-13-2003 at 04:19 AM.
 
Old 06-13-2003, 05:07 AM   #8
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Original Poster
Rep: Reputation: 72
Re: RealTek 8180L Wireless 802.11b card

Quote:
Originally posted by cool_dude
Hey Fin,

I bought that card off pricewatch too. It was under $30.....The instructions to compile were easy enough but I was a bit confuesd as I am new too the linux wireless configurations..........I got the damn thing to work cause I am broke and can't afford any other card. but this one works well please post some commands for this card.
There are a pair of threads going on about this one now, this one has the most number of answers:

http://www.linuxquestions.org/questi...5&pagenumber=5

Cheers,

Finegan
 
Old 06-15-2003, 10:12 AM   #9
TheDanLayerOSI
LQ Newbie
 
Registered: May 2003
Posts: 28

Rep: Reputation: 15
WEP

Again, thanks for the explanation.
 
  


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
USB wireless device? cucolin@ Linux - Hardware 4 05-15-2005 10:12 PM
Building a cool device. Linux embedded. barton Linux - Hardware 18 12-26-2004 09:24 AM
wireless on Linux dying when I bring another wireless device in the LAN sal_paradise42 Linux - Wireless Networking 5 11-14-2004 03:38 AM
10.1 CE - wireless cool!! EdoardoC Mandriva 2 10-03-2004 09:21 AM
can't see f5d6050 wireless device baudchaser Linux - Wireless Networking 4 02-04-2004 12:44 PM

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

All times are GMT -5. The time now is 09:23 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