LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 07-17-2007, 11:05 AM   #1
willrs2
Member
 
Registered: Jul 2007
Location: USA!!!
Distribution: Backtrack 2
Posts: 40

Rep: Reputation: 15
Backtrack2 wireless drivers


Does anyone know of any Bakctrack2 drivers for Dell Wireless 1450 a/b/g USB Adapter or Linksys Wireless-B 2.4 GHz USB Network adaptor?

Any help would be greatly appreciated.
 
Old 07-18-2007, 08:52 AM   #2
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
The Dell card is a Broadcom chipset. You'll need either ndiswrapper which does not support monitor or bcm43xx, which does. The site for Backtrack mentions Broadcom support. I'm assuming they're using the bcm43xx for that.

Can't comment on the Linksys without knowing the chipset or model number.
 
Old 07-18-2007, 09:16 AM   #3
willrs2
Member
 
Registered: Jul 2007
Location: USA!!!
Distribution: Backtrack 2
Posts: 40

Original Poster
Rep: Reputation: 15
Thumbs up

Thanks.

As for the Linksys, it's a piece of crap. I was just wondering about it if the dell card didn't work. so... thanks for the help.
 
Old 07-18-2007, 09:24 AM   #4
willrs2
Member
 
Registered: Jul 2007
Location: USA!!!
Distribution: Backtrack 2
Posts: 40

Original Poster
Rep: Reputation: 15
It says that it's included in BT2, but I can't get my Dell card to work... it says it's "patched for injection." what does that mean? how would i "inject" it, if thats what i need to do.
 
Old 07-18-2007, 09:45 AM   #5
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
# modprobe bcm43xx should load the driver. Run ifconfig after loading the module to see if the interface is showing up. (Make sure the card is turned on in BIOS - Fn-F2 for most Dells)

Packet injection is a technique for wireless hacking. It has nothing to do with whether or not your card is working.
 
Old 07-18-2007, 09:58 AM   #6
willrs2
Member
 
Registered: Jul 2007
Location: USA!!!
Distribution: Backtrack 2
Posts: 40

Original Poster
Rep: Reputation: 15
Cool

o, ok. thanks. I'll post soon with the news.

As for packet injection: I knew what it was, but didn't make the connection.
 
Old 07-18-2007, 10:50 AM   #7
willrs2
Member
 
Registered: Jul 2007
Location: USA!!!
Distribution: Backtrack 2
Posts: 40

Original Poster
Rep: Reputation: 15
Unhappy

Still no luck... I'm sure that it's on...

I'll post the result of ifconfig in a minute, i forgot to take note of it.
 
Old 07-18-2007, 11:05 AM   #8
willrs2
Member
 
Registered: Jul 2007
Location: USA!!!
Distribution: Backtrack 2
Posts: 40

Original Poster
Rep: Reputation: 15
Here's the results from ifconfig:

Code:
      ifconfig
lo       Link encap:Local Loopback
         inet addr:127.0.0.1 Mask 255.0.0.0
         inet6 addr: ::1/128 Scope:Host
         UP LOOPBACK RUNNING MTU:16436 Metric:1
         RX packets:0 errors:0 dropped:0 overruns:0 frame:0
         TX packtes:0 errors:0 dropped:0 overruns:0 carrier
         collisions:0 txqueuelen:0
         RX bytes:0 (0,0 b)  TX bytes:0 (0,0 b)
Hope that helps
 
Old 07-18-2007, 12:19 PM   #9
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
It helps me, but not you.

It means there's no wireless driver loaded.

lsmod|grep bcm

Empty?

modprobe bcm43xx

Errors?

Post them.
 
Old 07-18-2007, 12:28 PM   #10
willrs2
Member
 
Registered: Jul 2007
Location: USA!!!
Distribution: Backtrack 2
Posts: 40

Original Poster
Rep: Reputation: 15
I typed
Code:
modprobe bcm43xx
into a shell, and nothing happened... It just went to a new bt ~ # line. it didn't say anyting.

thanks in advance.
 
Old 07-18-2007, 12:48 PM   #11
michaelk
Moderator
 
Registered: Aug 2002
Posts: 24,144

Rep: Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346
Nothing happend means the module loaded successfully.
 
Old 07-18-2007, 12:53 PM   #12
willrs2
Member
 
Registered: Jul 2007
Location: USA!!!
Distribution: Backtrack 2
Posts: 40

Original Poster
Rep: Reputation: 15
ok... I'll try again soon. Hope it works **::fingers crossed::**

PS: michaelk: I like your sig. I can relate... lol
 
Old 07-18-2007, 02:59 PM   #13
willrs2
Member
 
Registered: Jul 2007
Location: USA!!!
Distribution: Backtrack 2
Posts: 40

Original Poster
Rep: Reputation: 15
nope... doesn't work

Here is a screenshot of my screen...

I did the commands from top-left, top-right, bottom

I might be gone for the rest of the day... so... see you tomorrow.
 
Old 07-18-2007, 06:20 PM   #14
michaelk
Moderator
 
Registered: Aug 2002
Posts: 24,144

Rep: Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346Reputation: 5346
Quote:
lsmod | grep bom
Should be
lsmod | grep bcm

The driver was loaded but the interface has not been configured yet. I am not familar with backtrack and so do not what tools are included. The console command iwconfig is used to configure the wireless interface. In addition you can use the iwlist command to see additional information not displayed by iwconfig.

The command ifconfig -a will display all interfaces.
 
Old 07-22-2007, 12:36 AM   #15
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
Quote:
Originally Posted by michaelk
Should be
lsmod | grep bcm
That's what I said. Where did you see lsmod | grep bom?
 
  


Reply

Tags
backtrack, backtrack2, dell, drivers, linksys, linux, usb, wireless


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
BackTrack2 and T20 Reaperhk Linux - Laptop and Netbook 0 07-13-2007 06:29 AM
Installing OpenOffice on Slax/BackTrack2 Adam555 Linux - Newbie 6 06-12-2007 05:54 PM
BackTrack2 installation problems insanemod Linux - Software 0 03-01-2007 08:46 PM
dd never returns in BackTrack2 manolakis Linux - Newbie 17 03-01-2007 06:53 AM
BackTrack2 Ecstasy Linux - Software 0 11-14-2006 05:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

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