sorry, I tried configure wifi but no result

Hi all,

this is the situation:

linux-38p0:/home/raffaella # lspci
05:01.0 Ethernet controller: Atheros Communications Inc. AR2413 802.11bg NIC (rev 01)

dmesg | less
ath5k_pci 0000:05:01.0: registered as ‘phy0’
phy0: Selected rate control algorithm ‘pid’
ath5k phy0: Atheros AR5213A chip found (MAC: 0x78, PHY: 0x45)
ath5k phy0: RF2112A 2GHz radio found (0x56)

linux-38p0:/home/raffaella # iwconfig
wlan0 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=27 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

linux-38p0:/home/raffaella # /usr/sbin/iwlist scan
wlan0 No scan results

in some wiki I red to install madwifi, and I did it, but I don’t still see any net;
where did I wrong?
thank you

beppe

Try using the snapshot driver from madwifi, failing that, try the driver from here Index of /repositories/home:/schmolle1980/openSUSE_11.0

Andy

I note:

linux-38p0:/home/raffaella # iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=27 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

but in dmesg.txt I read:

ath5k_pci 0000:05:01.0: registered as ‘phy0’
phy0: Selected rate control algorithm ‘pid’
ath5k phy0: Atheros AR5213A chip found (MAC: 0x78, PHY: 0x45)
ath5k phy0: RF2112A 2GHz radio found (0x56)

sorry, but I don’t know what is phy0, the only connections I see are eth0 and wlan0;

is this useful?

The notation of phy refers to the “Physical Layer” on the connection.
The notations for eth0, etc. are the devices. With Linux wireless
networking using mac80211 for the MAC (Media Access Control) layer, a
large number of pseudo-phy layers can be created, which is why you get
it printed.

Can you scan for Access Points? You use the command ‘sudo
/usr/sbin/iwlist wlan0 scan’ for that. Does your computer have a
switch that turns the radio off? If so, is it on?

Larry

i am having a similar problem because i cant make my wireless adapter work. here is my info. (i have already tried a lot of ideas and forum tutorials)
this is what i get when i run the network settings application =
BCM94311MCG wlan mini-PCI (Not connected)
MAC : 00:1a:73:ce:e6:60
• Device Name: wlan0
• Started automatically at boot
• IP address assigned using DHCP

this is what i get when i type this into terminal =
gonzalo@linux-kynm:~> /usr/sbin/iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11g ESSID:""
Mode:Managed Channel:0 Access Point: Not-Associated
Tx-Power=0 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

gonzalo@linux-kynm:~> sudo /usr/sbin/iwlist scan
lo Interface doesn’t support scanning.

eth0 Interface doesn’t support scanning.

wmaster0 Interface doesn’t support scanning.

wlan0 Interface doesn’t support scanning : Network is down

i dont know what else to do. Please help.
it seems that i am very close to getting it to work, because suse recognizes the existance of the wifi card, but it is not activated
or connected. What could be the problem?

thanks,

chaco

gchacon wrote:
> i am having a similar problem because i cant make my wireless adapter
> work. here is my info. (i have already tried a lot of ideas and forum
> tutorials)
> this is what i get when i run the network settings application =
> BCM94311MCG wlan mini-PCI (Not connected)
> MAC : 00:1a:73:ce:e6:60
> • Device Name: wlan0
> • Started automatically at boot
> • IP address assigned using DHCP
> ----------------------------------------
> this is what i get when i type this into terminal =
> gonzalo@linux-kynm:~> /usr/sbin/iwconfig
> lo no wireless extensions.
>
> eth0 no wireless extensions.
>
> wmaster0 no wireless extensions.
>
> wlan0 IEEE 802.11g ESSID:""
> Mode:Managed Channel:0 Access Point: Not-Associated
> Tx-Power=0 dBm
> Retry min limit:7 RTS thr:off Fragment thr=2352 B
> Link Quality:0 Signal level:0 Noise level:0
> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
> Tx excessive retries:0 Invalid misc:0 Missed beacon:0
>
> gonzalo@linux-kynm:~> sudo /usr/sbin/iwlist scan
> lo Interface doesn’t support scanning.
>
> eth0 Interface doesn’t support scanning.
>
> wmaster0 Interface doesn’t support scanning.
>
> wlan0 Interface doesn’t support scanning : Network is down
>
> i dont know what else to do. Please help.
> it seems that i am very close to getting it to work, because suse
> recognizes the existance of the wifi card, but it is not activated
> or connected. What could be the problem?

You have not configured it. You need to decide if you want the
traditional “ifup” control, or if you want to let NetworkManager
control the device. That choice is made with YaST. Once that decision
is made, you need to do the configuration with YaST or with the NM applet.

I decided to do it with YAST.
but how do I go about configuring it this way?
network settings?

thanks for the time.

You need to start YaST, select Network Devices / Network Settings and
edit the parameters. The choice between ifup and NM is on the Global
Options tab.

thanks Larry,

(the radio is turned ok)

raffaella@linux-38p0:~> sudo /usr/sbin/iwlist wlan0
iwlist: unknown command `wlan0’ (check ‘iwlist --help’).
raffaella@linux-38p0:~> iwlist --help
bash: iwlist: command not found

one thing: I installed wifi radar: is there a conflict with applet?
is there a lack of programs?

beppe rm wrote:
> lwfinger;1871302 Wrote:
>> Can you scan for Access Points? You use the command ‘sudo
>> /usr/sbin/iwlist wlan0 scan’ for that. Does your computer have a
>> switch that turns the radio off? If so, is it on?
>>
>> Larry
>
> thanks Larry,
>
> (the radio is turned ok)
>
> raffaella@linux-38p0:~> sudo /usr/sbin/iwlist wlan0
> iwlist: unknown command `wlan0’ (check ‘iwlist --help’).

Did you compare what you entered with what I told you to do?

> raffaella@linux-38p0:~> iwlist --help
> bash: iwlist: command not found

Your path does not include /usr/sbin, which is why the naked iwlist
was not found. To see how to use iwlist, enter ‘man iwlist’.

>
> one thing: I installed wifi radar: is there a conflict with applet?

I don’t know. I’ve never used it.

> is there a lack of programs?

I don’t think so.

Larry

>

how do i edit the parameters?
i tried the other way and it did not work either. (traditional)
The network manager does not connect, even if i try adding or deleting
another connection in the NM.
I still get the same error message. what do i have to write in the parameters?

Started YaST, but could not edit the parameters. i chose NM on the Global
Options tab. but i still cant log into my linksys router. what should i do?

gchacon wrote:
> how do i edit the parameters?
> i tried the other way and it did not work either. (traditional)
> The network manager does not connect, even if i try adding or deleting
> another connection in the NM.
> I still get the same error message. what do i have to write in the
> parameters?

Well, you could edit the file /etc/sysconfig/ifcfg-wlan0, or you can
fill out ALL the screens in the YaST section I told you about when
you edit the setup for your wireless.

When you get the command the way I wrote it, do you see any APs in the
iwlist output?

Larry

i did not understand how is it that you want me to config that file. Please show me how.
also when you mean all the screens what screens do you mean?
when you ask me about aps in the iwlist, i just did not know where to start with that one.

it seems i am not going anywhere with this wireless business.
also i am having trouble finding a suitable temperature monitoring program. and on top of it all the xchat and other irc programs aint collaborating either.

i am starting to get the feeling that suse dont like me. http://forums.opensuse.org/images/icons/icon9.gif

ohh well.

chaco

btw, my radio button is on. but no configuration yet.
http://forums.opensuse.org/images/icons/icon8.gif

If you want help on the forums, you need to follow directions. I told
you to enter the command

sudo /usr/sbin/iwlist wlan0 scan

The previous time, you left off the scan and the command failed.

I also want you to run the command

dmesg | grep b43

and post the results.

The YaST screens are pretty self explanatory.

Larry

here it is =
gonzalo@linux-kynm:~> sudo /usr/sbin/iwlist wlan0 scan
wlan0 Interface doesn’t support scanning : Network is down

gonzalo@linux-kynm:~> dmesg | grep b43
b43-phy0: Broadcom 4311 WLAN found
input: b43-phy0 as /devices/virtual/input/input8
b43-phy0 ERROR: Firmware file “b43/ucode13.fw” not found or load failed.
b43-phy0 ERROR: You must go to b43 - Linux Wireless and download the latest firmware (version 4).

yast has not gotten me anywhere.

gchacon wrote:
> gonzalo@linux-kynm:~> dmesg | grep b43
> b43-phy0: Broadcom 4311 WLAN found
> input: b43-phy0 as /devices/virtual/input/input8
> b43-phy0 ERROR: Firmware file “b43/ucode13.fw” not found or load
> failed.
> b43-phy0 ERROR: You must go to ‘b43 - Linux Wireless’
> (http://linuxwireless.org/en/users/Drivers/b43#devicefirmware) and
> download the latest firmware (version 4).

If you have network access while running Linux, run the following command

sudo /usr/sbin/install_bcm43xx_firmware

That should take care of your problem. As noted above, you have not
installed firmware, which is why your wireless is not working. If you
want to know why you need to install the firmware, google with
“Broadcom firmware” as your search terms and read some of the hits.

If you do not have network access in Linux, then go to the “Additional
Wireless Bits” sticky in this forum to learn what to do.

Larry

you are awesome larry.

that was it.

you solved my problem.

it just did that sudo command and restarted my laptop and it worked awesome.

i am glad you are such a master at this stuff.

now i need to go to other parts of this forum to seek help on the other stuff that is not presently working like the irc chat, and the sensor program to know what temperature my hard drive has. and how to listen to radio online, because banshee aint cutting it. etc.

hope i can make all these stuff work, but you have already helped me with the most important problem of all, my wireless adapter.

THANKS!!!

ok Larry, you right, I mistook the command, now

linux-38p0:/home/raffaella # /usr/sbin/iwlist wlan0 scan
wlan0 No scan results

but…
I don’t find
/etc/sysconfig/ifcfg-wlan0

is it possible? could this be the cause?

your efforts are greatly appreciated, many thanks

beppe

beppe rm wrote:
> ok Larry, you right, I mistook the command, now
>
> linux-38p0:/home/raffaella # /usr/sbin/iwlist wlan0 scan
> wlan0 No scan results
>
> but…
> I don’t find
> /etc/sysconfig/ifcfg-wlan0
>
> is it possible? could this be the cause?
>
> your efforts are greatly appreciated, many thanks

That file is created when you edit the interface parameters with YaST.

Are you sure that everything is OK with firmware, etc. You need to
look carefully at the output that results from the command ‘dmesg’.

Larry