LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 07-24-2013, 07:09 PM   #1
Slitaz
LQ Newbie
 
Registered: Jul 2013
Posts: 16

Rep: Reputation: Disabled
Unhappy HELP!!>> Wireless not working in SLITAZ/LINUX USB DISTRO.


Hi there,

I am trying to do some aircrack work on my slitaz 4.0 USB Distro. However, the wireless is not working.

The little orange light doesn't come on, even though it works perfectly in good old windows.

Here are some commands I ran:

1. lspci -vvnn | grep :

Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311]

2. dmesg | tail:


"go to http://wireless.kernel.org/en/users/...devicefirmware
download correct firmware,
read all instructions
"

3. modprobe ath_pci rfkill=0:

"module not detected"

4. lshw:

nothing happens

5. rfkill list all:

nothing happens


6. /home/tux# /etc/init.d/network.sh


"Setting hostname...
[ OK ]
Configuring loopback...route: SIOCADDRT: File exists

[ OK ]
Configuring wlan0...
[ OK ]
Starting udhcpc client on: wlan0...
udhcpc (v1.18.4) started
ifconfig: SIOCSIFFLAGS: No such file or directory

Sending discover...
udhcpc: sendto: Network is down
Read error: Network is down,
reopening socket
Sending discover...
udhcpc: sendto: Network is down
Read error: Network"

went to that site couldnt find any links to download any modules.


What should I do? I checked the BIOS too, there is no wireless option to enable anything!.
 
Old 07-24-2013, 07:16 PM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

a quick search indicates that the b43 module should drive this device. Did you try it?

Evo2.
 
Old 07-24-2013, 08:19 PM   #3
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
This might help--

Should you already have this info. than; nevermind.


http://wireless.kernel.org/en/users/Drivers/b43
http://www.linuxquestions.org/questi...es-4175468336/
http://www.broadcom.com/support/802.11/linux_sta.php

The documentation or manual for you distribution may prove useful:
http://www.slitaz.org/en/doc/

The b43 module must be loaded after firmware is installed.
http://forum.slitaz.org/topic/wlan-c...not-persistant

Just trying to help.
 
Old 07-24-2013, 10:11 PM   #4
ukiuki
Senior Member
 
Registered: May 2010
Location: Planet Earth
Distribution: Debian
Posts: 1,030

Rep: Reputation: 385Reputation: 385Reputation: 385Reputation: 385
Try this: http://doc.slitaz.org/en:guides:wifi-easy
http://vanilla.slitaz.org/index.php?...ut-networks/p1

Regards.
 
Old 07-24-2013, 11:12 PM   #5
Slitaz
LQ Newbie
 
Registered: Jul 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
Thanks to those that replied.

I wonder where the other previous replies went.

but this is what I got recently, after what I think was a succesful install of the B43 firmware:



# /etc/network.conf: SliTaz system wide networking configuration.

# Config file used by: /etc/init.d/network.sh
#

# Set default interface.
INTERFACE="eth0"

# Dynamic IP address.
# Enable/disable DHCP client at boot time.
DHCP="yes"

# Static IP address.
# Enable/disable static IP at boot time.
STATIC="no"

# Set IP address and netmask for a static IP.
IP="192.168.0.6"
NETMASK="255.255.255.0"

^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell


How do I use the "^V" commands, "^Y " commands ?

The orange light on the wifi card switch still isn't coming on.

Oh there was a line in that menu, that said wifi "no"....I need to find a way to switch it on.

Last edited by Slitaz; 07-24-2013 at 11:13 PM.
 
Old 07-25-2013, 04:54 PM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. Your threads have been merged and unnecessary posts have been removed.

To use the commands in nano you have to press the Ctrl-key together with the key for the action you want to take place, for example Ctrl+O for saving to the file.
 
Old 07-26-2013, 03:53 PM   #7
Slitaz
LQ Newbie
 
Registered: Jul 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
Talking

Quote:
Originally Posted by TobiSGD View Post
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. Your threads have been merged and unnecessary posts have been removed.

To use the commands in nano you have to press the Ctrl-key together with the key for the action you want to take place, for example Ctrl+O for saving to the file.
Dear Moderator,

I didn't intend to have my thread in more than one forum, sorry.

Please can you show me how to get the wireless switch to work on my Acer aspire 3680? thats all I need.

It works fine in windows as I mentioned.
 
Old 07-26-2013, 05:57 PM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
If the installation of the firmware went OK you should be able to load the driver module with
Code:
modprobe b43
If that works correctly, try it with installing a network-manager, like wicd, which is available for Slitaz 4.0. This program will gice you a GUI that enables you to scan for networks and connect to them.
After that you might want to use the tazusb command to make your changes persistent, so that you don't have to do that after every reboot again.
 
Old 07-27-2013, 03:18 PM   #9
Slitaz
LQ Newbie
 
Registered: Jul 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
Thanks for your reply.

How can I check if the firmware, was installed ok?

so all these driver modules already come with the linux distro?
 
Old 07-28-2013, 05:38 PM   #10
Slitaz
LQ Newbie
 
Registered: Jul 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
What should I do now?

Quote:
Originally Posted by TobiSGD View Post
If the installation of the firmware went OK you should be able to load the driver module with
Code:
modprobe b43
If that works correctly, try it with installing a network-manager, like wicd, which is available for Slitaz 4.0. This program will gice you a GUI that enables you to scan for networks and connect to them.
After that you might want to use the tazusb command to make your changes persistent, so that you don't have to do that after every reboot again.
that didnt work correctly - nothing came on when I entered that command.


Here is some more feedback

root@slitaz:/home/tux# dmesg | grep -i b43


b43-pci-bridge 0000:03:00.0: enabling device (0000 -> 0002)
b43-pci-bridge 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
b43-pci-bridge 0000:03:00.0: setting latency timer to 64
b43-phy0: Broadcom 4311 WLAN found (core revision 10)
Registered led device: b43-phy0::tx
Registered led device: b43-phy0::rx
Registered led device: b43-phy0::radio


How do I install when I see this ? (what do I hit?)

BusyBox v1.18.4 (2012-03-14 03:32:25 CET) multi-call binary.

Usage: install [-cdDsp] [-o USER] [-g GRP] [-m MODE] [SOURCE]... DEST

Copy files and set attributes

Options:
-c Just copy (default)
-d Create directories
-D Create leading target directories
-s Strip symbol table
-p Preserve date
-o USER Set ownership
-g GRP Set group ownership
-m MODE Set permissions


Help help



I also think that i need to enable the RF switch - b/c the switch has to be manually turned on.

How do I do this inside linux/ slitaz?
 
Old 07-29-2013, 02:01 PM   #11
itsgregman
Member
 
Registered: Jan 2008
Location: North Carolina
Distribution: Slackware 14.1
Posts: 211

Rep: Reputation: 77
As root run the command

ifconfig -a

and post the results.

Last edited by itsgregman; 07-29-2013 at 02:05 PM.
 
Old 07-30-2013, 05:38 PM   #12
Slitaz
LQ Newbie
 
Registered: Jul 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
Wink

Quote:
Originally Posted by itsgregman View Post
As root run the command

ifconfig -a

and post the results.
thanks for trying to help.....

Ill donate $5 to this board if you guys get teh wireless to work in slitaz


This is what came up:
dummy0 Link encap:Ethernet HWaddr BE:36:43:BC:52:80
BROADCAST NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

eth0 Link encap:Ethernet HWaddr 00:1B:24:50:81:2A
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:16

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

wlan0 Link encap:Ethernet HWaddr 00:19:7E:90:4F:29
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
 
Old 07-31-2013, 12:37 AM   #13
itsgregman
Member
 
Registered: Jan 2008
Location: North Carolina
Distribution: Slackware 14.1
Posts: 211

Rep: Reputation: 77
Since your wireless card is shown I assume all you need to do is bring it up so as root run

ifconfig wlan0 up

then run

ifconfig -a

again and see if it shows wlan0 as up and if so just use the Slitaz Netbox Manager then click on the Wireless Manager tab to configure your wireless connection. You could also try through the terminal using iwconfig if the gui tools fail.
 
Old 07-31-2013, 07:25 PM   #14
Slitaz
LQ Newbie
 
Registered: Jul 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
Question thanks

Quote:
Originally Posted by itsgregman View Post
Since your wireless card is shown I assume all you need to do is bring it up so as root run

ifconfig wlan0 up

then run

ifconfig -a

again and see if it shows wlan0 as up and if so just use the Slitaz Netbox Manager then click on the Wireless Manager tab to configure your wireless connection. You could also try through the terminal using iwconfig if the gui tools fail.
root@slitaz:/home/tux# ifconfig -a
dummy0 Link encap:Ethernet HWaddr 46:85:72:C0:269
BROADCAST NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

eth0 Link encap:Ethernet HWaddr 00:1B:24:50:81:2A
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:16

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

wlan0 Link encap:Ethernet HWaddr 00:19:7E:90:4F:29
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
 
Old 07-31-2013, 07:29 PM   #15
Slitaz
LQ Newbie
 
Registered: Jul 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
Oh I did run ifconfig wlan0 up

and it came back giving a short command saying " doesn't exist" or something like that
 
  


Reply



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
slitaz & wireless, zd1211rw usb card bjh Linux - Distributions 1 03-26-2011 06:43 AM
Can't get wireless working in Slitaz (Asus Aspire ZG5, Atheros wifi) lostinpurdy Linux - Networking 4 09-18-2010 12:10 AM
great new distro SliTaz GNU/Linux - help with wikipedia david_ozura Linux - News 2 04-16-2009 08:28 AM
LXer: SliTaz, a mighty micro Linux distro LXer Syndicated Linux News 1 03-06-2009 09:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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