LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   wireless card not working e machine 627 ultimate edition (https://www.linuxquestions.org/questions/linux-newbie-8/wireless-card-not-working-e-machine-627-ultimate-edition-945692/)

flagg33 05-18-2012 05:51 AM

wireless card not working e machine 627 ultimate edition
 
installed ultimate edition wireless card stopped working think its a simple driver fix but am a newb This package contains Broadcom 802.11 Linux STA wireless driverfor use with Broadcom's BCM4311-, BCM4312-, BCM4313-, BCM4321-,BCM4322-, BCM43224-, and BCM43225-, BCM43227- and BCM43228-basedhardware. Sorry, installation of this driver failed.

Please have a look at the log file for details: /var/log/jockey.log

2012-05-16 23:58:11,121 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted

kareempharmacist 05-18-2012 05:45 PM

I did the research on the internet and found that emachine 627 have Atheros Wireless LAN Card so I don't know what does broadcom has to do with us
u didn't tell us what is the name and version of your distribution
I suggest upgrading your distribution to a version that was made after 2009 or 2010 to be sure that the driver is included
I have packard bell with atheros wireless lan driver too and is working well with crunchbang
good luck

schneidz 05-19-2012 05:23 PM

run these commands to give us an idea what is installed on your pc:
Code:

echo uname: && uname -a -m -p && echo lspci: && lspci && echo lsusb: && lsusb && echo lsmod: && lsmod && echo ifconfig: && ifconfig && echo ifconfig -a: && ifconfig -a && echo iwconfig: && iwconfig && echo resolv.conf: && cat /etc/resolv.conf && echo route: && route -n

frankbell 05-19-2012 10:22 PM

By "Ultimate Edition," I assume you mean Ubuntu Ultimate Edition.

lspci reports the chipset on the card, not the brand of the card. It's entirely possible that the Atheros card uses a Broadcom chip.

The Broadcom drivers are in the Ubuntu repos. Enable the proprietary drivers for devices (restricted) repositories in your package manager. Also, in the control center thingee, there might be an item for for "Additional Drivers." You could look for that.


All times are GMT -5. The time now is 05:39 PM.