Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

Sentting of Wireless Card Broadcom 4328 802.11a/b/g/n

Help & support for Ultimate Edition 2.3


Sentting of Wireless Card Broadcom 4328 802.11a/b/g/n

Postby zerocool » Wed Oct 07, 2009 7:07 pm

Hi all

I use Ultimate edition 2.3 x86

Wrote this lines, because I'm desperate, I need urgent help for configuration my wireless card ( Broadcom 4328 802.11a/b/g/n) of my laptop hp tx2-1020 amd x86, I've been trying many months settings this.
I was trying with ndiswrapper and driver bcmwl5 but not served.
I hope their collaboration

thx.
zerocool
U.E. Newbie
U.E. Newbie
 
Posts: 1
Joined: Wed Oct 07, 2009 6:29 pm
Operating System: Ultimate Edition 3.2 32 BIT



Re: Sentting of Wireless Card Broadcom 4328 802.11a/b/g/n

Postby Cell » Wed Oct 07, 2009 7:25 pm

Do you see it under hardware drivers?

Also does it show a device is "unmanaged" error?

If so try this:


Step 1 : Go to the Terminal
Code: Select all
sudo gedit /etc/NetworkManager/nm-system-settings.conf


Step 2 : A window would now popup displaying the contents of the nm-system-settings.conf file

Step 3 : Now Change "managed=false" to "managed=true"

Step 4 : Save the file and close the window.

Step 5 : Now back in the terminal type:
Code: Select all
 sudo killall nm-system-settings


step 6: try to connect again.You might have to reboot also,and then try.

If it doesn't work don't worry.Theres other work arounds to be tried.
-------------------------------
hardware
--------------------------------
Dfi lanparty ut rdx200cf-dr
amd athlon 64 fx55 oc 2.9
2xvisiontek x1600xt gamers ed.
3 gig kingston hyperx mem
hauppauge win tv go tuner
pinnacle ultimate hd hybrid usb tuner
1 western hd 100 gig drive
1 western hd 160 gig drive
1 western hd 5 gig drive
1 usb hd 150 gig
1 usb hd 1 terabyte
--------------------
OS/Distros
--------------------
PhatDebian 1.0
StonerEdition 2.0
Ultimate Edition 2.4 Gamer Ed.
Mythbuntu 9.10
windows XP MCE remastered with Nlite
Windows 7 remastered with Vlight
----------------------------------------------------------
We are all connected;
To each other, biologically
To the earth, chemically
To the rest of the universe atomically-deGrasse Tyson
User avatar
Cell
Site Admin
 
Posts: 1817
Joined: Tue Dec 23, 2008 7:43 pm
Location: Repuplic of California,U.S.A.
Age: 50
Operating System: Ultimate Edition 1.8 Gamers



Re: Sentting of Wireless Card Broadcom 4328 802.11a/b/g/n

Postby gj1006 » Fri Oct 09, 2009 12:04 pm

You need the driver from "hardware drivers" AND an another driver from the internet. A friend of me had the same problem. And now it works.
gj1006
U.E. Knowledgable
U.E. Knowledgable
 
Posts: 48
Joined: Tue Aug 11, 2009 4:14 am
Location: Berlin, Germany
Operating System: Ultimate Edition 3.1 32 BIT



Re: Sentting of Wireless Card Broadcom 4328 802.11a/b/g/n

Postby Admin-Amir » Fri Oct 09, 2009 12:33 pm

Hello zerocool .

Here is your solution to this issue:

Please first connect your network card to the wireless router using an ethernet cable (also known as a LAN cable).

In order to gather essential troubleshooting information about your wireless card, please follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->Terminal"

Step 2: Run the following command (copy-paste the line below into a Terminal, press enter, then enter password when sudo asks for password, then press enter again)

Code: Select all
sudo lshw -C network; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; uname -a; dmesg | grep ound; dmesg | grep b43; iwconfig


Step 3: Please post results (copy/paste terminal output) on this thread


Keep in mind that one or more of the following 5 basic components need to be configured correctly so that wireless can work correctly in Linux:

Wireless configuration in the BIOS, hardware wireless switch setting, active wireless driver version, the firmware for the wireless chipset (stored as a file in Linux), and the configuration of the wireless parameters in wicd or NetworkManager (SSID broadcast settings, encryption settings, name of wireless interface stored in wicd, the chosen channel for wireless transmission, ...) .

In case your wireless interface is DISABLED, please make sure the /etc/network/interfaces file only contains the following 4 lines (you can edit the file using the command
Code: Select all
gksudo gedit /etc/network/interfaces


auto lo
iface lo inet loopback
auto <name of wireless interface>
iface <name of wireless interface> inet dhcp

where you need to replace <name of wireless interface> with a real value inside this file: wlan0 or ath0 or eth1 or something like that. You can find the right value by running the command iwconfig

Here is an example of a real, working /etc/network/interfaces file:

auto lo
iface lo inet loopback
auto wlan0
iface wlan0 inet dhcp

Thank you
Amir.
Admin-Amir
 


Return to Ultimate Edition 2.3

Who is online

Users browsing this forum: No registered users and 8 guests