LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-26-2011, 08:04 PM   #1
tboner06
LQ Newbie
 
Registered: Jan 2011
Location: Maine
Distribution: Slackware, windows
Posts: 7

Rep: Reputation: 0
Unhappy Wireless not working on m17x


I just recently installed Slackware 64-bit on this machine and am still fairly new. So far I've already got my graphics card working (Mobility HD 5870 Crossfirex) but still can't seem to find any drivers for the wireless card here. It was a joke to trying to get linux help with dell. Its a half mini-card (DW1520)




NOTE --
Only about 5 minutes after posting this did I find a thread with the same issue. Turns out the solution was nothing more than some bad news... no linux support :-(... YET!!

Last edited by tboner06; 01-26-2011 at 08:20 PM. Reason: Found thread right after with someone dealing with the same thing.
 
Old 01-26-2011, 09:40 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi tboner06, Welcome to LQ. Let's see what chip we're dealing with and what the network configuration looks like at this point. Could you please post the output from the following.

Code:
$ /sbin/lspci -v | grep Network
$ /sbin/ifconfig -a
Good luck. ;-)
 
Old 01-27-2011, 08:28 PM   #3
tboner06
LQ Newbie
 
Registered: Jan 2011
Location: Maine
Distribution: Slackware, windows
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks for the reply. It looked something like this...

Quote:
bash-4.1# /sbin/lspci -v | grep Network
00:19.0 Ethernet controller: Intel Corporation 82577LC Gigabit Network Connection (rev 06)
06:00.0 Network controller: Broadcom Corporation Device 4353 (rev 01)
bash-4.1# /sbin/ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:26:b9:ff:25:6a
inet addr:192.168.1.103 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::226:b9ff:feff:256a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1447 errors:0 dropped:0 overruns:0 frame:0
TX packets:1278 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1262589 (1.2 MiB) TX bytes:181646 (177.3 KiB)
Memory:f0e00000-f0e20000

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:28 errors:0 dropped:0 overruns:0 frame:0
TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1440 (1.4 KiB) TX bytes:1440 (1.4 KiB)
 
Old 01-27-2011, 09:45 PM   #4
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
I believe this driver with get your card working.

http://www.broadcom.com/support/802.11/linux_sta.php

You may have to blacklist any other modules if they are loaded.

Good luck. ;-)
 
Old 01-27-2011, 09:47 PM   #5
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
On second thought, you may want to use the Slackbuild.

http://slackbuilds.org/repository/13.../broadcom-sta/

Good luck. ;-)
 
Old 01-31-2011, 01:01 PM   #6
tboner06
LQ Newbie
 
Registered: Jan 2011
Location: Maine
Distribution: Slackware, windows
Posts: 7

Original Poster
Rep: Reputation: 0
Sorry, I've been working all weekend so this has been my first chance to get back to this little project. I've got the Slackbuild broadcom driver and unpacked everything but I am a little unclear as to where to go now. I've browsed through the files and done the readme's and whatever else text file i could find. I downloaded the the source and compiled the directory to what I think is right... i guess at this point it's not as right as I'd hope or I wouldn't be here right now :-)

Last edited by tboner06; 01-31-2011 at 01:13 PM.
 
Old 01-31-2011, 02:20 PM   #7
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Your best bet is the slack build. It will build a Slackware package for you to install.

Good luck. ;-)
 
Old 01-31-2011, 03:54 PM   #8
tboner06
LQ Newbie
 
Registered: Jan 2011
Location: Maine
Distribution: Slackware, windows
Posts: 7

Original Poster
Rep: Reputation: 0
I finally got everything installed and my connection shows up with "iwconfig" and "dmesg" so at this point I just need to find my home wireless and join! This is one hell of a challenge to start myself on, but damn this is fun! :-)

Thanks for all your help Peacedog, it's nice to have someone point you in the right direction! Much appreciated!
 
Old 01-31-2011, 05:04 PM   #9
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
You're welcome, anytime. You may also want to install the wicd package from /extra if you're using a gui. It's a graphical network manager and very useful for desktop/laptop configurations with a gui.

Good luck. ;-)
 
Old 02-01-2011, 07:48 AM   #10
tboner06
LQ Newbie
 
Registered: Jan 2011
Location: Maine
Distribution: Slackware, windows
Posts: 7

Original Poster
Rep: Reputation: 0
Well, so far everythings gone very smoothly. I was unable to get my wireless network at home working so I brought the system to school and was able to connect no problems at all. So now I know it'll just be a battle at the house but other than that, lovin this system now!
 
  


Reply


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
No sound fedora 12 Alienware M17x thelegendofando Linux - Hardware 3 01-25-2010 03:30 PM
Alienware m17x ubuntu karma 9.10 no sound - solved!!!! Jedbot5000 Linux - Hardware 1 01-04-2010 10:03 PM
Alienware M17x - no sound with most distros. IDT 92HD73C1X5 chip. Ethrem Linux - Laptop and Netbook 14 12-02-2009 04:16 AM
Intel PRO/wireless 4965 ANG wireless card on hpdv9500 not working(off and on) Quargar Linux - Hardware 0 08-02-2008 09:06 PM
Intel Wireless 3945ABG Wireless NIC card not working after 8.04 clean install creature124 Linux - Hardware 4 05-03-2008 11:58 AM

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

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