LinuxQuestions.org
Visit Jeremy's Blog.
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-31-2013, 08:32 PM   #16
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

Sometimes typing in the terminal can get overwhelming or even redundant if you have been at at task for days. I know; I have done it-
Try this; Slitaz:

1. Open the terminal as root-
Put in your password

2. Than type 'ifconfig wlan0 up'
Than all of that output will display and you'll be at your prompt again with the # at the end.

3. Than type 'ifconfig -a'
Than all of that output will display.

4. Copy all of that output.

5. Go up to the # sign (within your Reply to Thread) which is next to the little quote icon (that looks like a piece of paper) and click on the (#) sign.
When you click on that # sign you will get this:
"[CODE] [CODE]" and your cursor will be in between those brackets.

6. While your cursor is flashing in between those bracket's hit the ENTER button 'one time' and it will move those code tags apart.The first code will be on a line of it's own and the second the next line down.

7. Left click right next to the bracket(on the first line) on the code tag's bracket.Than right click and paste.

This way all of your terminal output will be in the code tag's.
Hope that helps:-
http://linux.die.net/man/8/iwconfig
http://en.support.wordpress.com/code...g-source-code/

Last edited by Ztcoracat; 07-31-2013 at 08:36 PM. Reason: Link insert
 
1 members found this post helpful.
Old 07-31-2013, 10:33 PM   #17
Slitaz
LQ Newbie
 
Registered: Jul 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
Wink

Quote:
Originally Posted by Ztcoracat View Post
Sometimes typing in the terminal can get overwhelming or even redundant if you have been at at task for days. I know; I have done it-
Try this; Slitaz:

1. Open the terminal as root-
Put in your password

2. Than type 'ifconfig wlan0 up'
Than all of that output will display and you'll be at your prompt again with the # at the end.

3. Than type 'ifconfig -a'
Than all of that output will display.

4. Copy all of that output.

5. Go up to the # sign (within your Reply to Thread) which is next to the little quote icon (that looks like a piece of paper) and click on the (#) sign.
When you click on that # sign you will get this:
"[CODE] [CODE]" and your cursor will be in between those brackets.

6. While your cursor is flashing in between those bracket's hit the ENTER button 'one time' and it will move those code tags apart.The first code will be on a line of it's own and the second the next line down.

7. Left click right next to the bracket(on the first line) on the code tag's bracket.Than right click and paste.

This way all of your terminal output will be in the code tag's.
Hope that helps:-
http://linux.die.net/man/8/iwconfig
http://en.support.wordpress.com/code...g-source-code/

HI,

I am sure that is what I just did in the preceding post.

Thanks,

SL.
 
Old 07-31-2013, 11:41 PM   #18
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,

the output from ifconfig shows the device, but from what I understand slitz does not come with the required firmware by default. Fortunately it seems they do provide very nice documentation, including how to install the firmware all the way through to getting on a network with wpa.

http://doc.slitaz.org/en:guides:wifi-easy

If you have not done so already please follow those instructions. If you have done this already can you please tell us at what point following those instructions the problem appears.

Evo2.
 
Old 08-01-2013, 03:57 AM   #19
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
After

Code:
# modprobe b43
Do a

Code:
$ dmesg
And it should list things like what firmware version was loaded. Or if it had issues.

"ifconfig -a" shows your network devices and their names. Without the "-a" it shows only up devices. "iwconfig" which is very old school should show your wireless devices out of your list of network devices. It's not always called wlan0. There's newer wireless CLI methods like "iw", that I'm not that familiar with.

I have a couple b43 wireless devices, and, well, they're a bit quirky. But I'm on quite old computers. On one laptop I have to actually revert the firmware to the version that comes with debian squeeze for any sort of ease / reliability. Version 420-ish, I can get the version 666 to work, but it's not any picnic.

One quirk actually requires me to reset the essid after I've launched dhclient to get a lease. For some reason the essid resets / blanks when dhclient is launched. Although in my case there's a br0 interface via bridge-utils in play.

Another quirk is having to offload the b43 module and reload it after a failed attempt.

Code:
# ifconfig wlan0 down
# modprobe -r b43
# modprobe b43
# ifconfig wlan0 up
Just because there is a driver associated with your device. Doesn't mean it's all roses using that driver. For the longest time I found ndiswrapper a more reliable solution. Because of various quirks like connection speeds. But sometimes it's just too much hassle to setup and keep in sync ndiswrapper.
 
Old 08-01-2013, 05:05 AM   #20
itsgregman
Member
 
Registered: Jan 2008
Location: North Carolina
Distribution: Slackware 14.1
Posts: 211

Rep: Reputation: 77
Strange you're getting a message wlan0 doesn't exist, Usually if the interface is shown with the ifconfig command it is visible and accessible to the system although that doesn't mean it will function correctly.
Admittedly I'm not anywhere near a knowledgeable as many on this forum so what I suggest may do nothing but certainly won't hurt to try.
first edit /etc/network.conf and change the default interface from

INTERFACE="eth0"
to
INTERFACE="wlan0"

Reboot and attempt to connect if it doesn't work run

ifconfig eth0 down
then
ifconfig wlan0 up

and try again.

I know this is repetitious and probably won't work but anything is worth a try. If it fails to connect you can change the /etc/network.conf file back to the original.

Last edited by itsgregman; 08-01-2013 at 05:08 AM.
 
Old 08-01-2013, 08:01 AM   #21
itsgregman
Member
 
Registered: Jan 2008
Location: North Carolina
Distribution: Slackware 14.1
Posts: 211

Rep: Reputation: 77
Have you seen this?
It sounds very much like the issue you are having.

http://forum.slitaz.org/topic/wlan-c...ant#post-22570

His complaint wasn't exactly the same as yours but his solution sounds promising.

Last edited by itsgregman; 08-01-2013 at 08:04 AM.
 
Old 08-01-2013, 09:17 PM   #22
flyinggeorge
Member
 
Registered: Feb 2012
Location: United States
Distribution: Slackware 14.0
Posts: 159

Rep: Reputation: 3
I sort of skimmed through this thread, so forgive me if someone already asked this. I used to have a BCM4312 it was the biggest pain in the ass to get working on Slackware.

This page should walk you through it. According this you either should use fw-cutter and the official broadcom driver and install it that way, or according to this the 4311 is compatible with the 'wl' module.

http://wireless.kernel.org/en/users/Drivers/b43

Also if you haven't already, using

Code:
# iwlist wlan0 scan

***and***

# rfkill list
Post the output of iwlist scan and rfkill list as root.

Last edited by flyinggeorge; 08-01-2013 at 09:23 PM.
 
Old 08-01-2013, 10:25 PM   #23
Slitaz
LQ Newbie
 
Registered: Jul 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
I'm wondering whether I should just get backtrack........if the bcm43 drivers will still present an issue using that software.
 
Old 08-01-2013, 10:30 PM   #24
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,
Quote:
Originally Posted by Slitaz View Post
I'm wondering whether I should just get backtrack
I'm wondering if you have read the links to http://wireless.kernel.org/en/users/Drivers/b43 and http://doc.slitaz.org/en:guides:wifi-easy

Evo2.
 
1 members found this post helpful.
Old 08-01-2013, 10:41 PM   #25
Kallaste
Member
 
Registered: Nov 2011
Distribution: Slackware
Posts: 363

Rep: Reputation: 85
Quote:
Originally Posted by Slitaz View Post
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:

. . .
Hmm . . . you do realize most people here are just regular Linux users who happen to like sharing their knowledge, right?

You need to be the one to get your card working--not us.

Try this: http://www.catb.org/~esr/faqs/smart-...ns.html#volume

Edit: And please use code tags. Some people will not read your posts without them.

Last edited by Kallaste; 08-02-2013 at 12:36 AM.
 
Old 08-01-2013, 10:50 PM   #26
Slitaz
LQ Newbie
 
Registered: Jul 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
I appreciate the help, trust me I am looking all over on google trying to get this damned thing up and running...and having to continously reboot my computer, and plug in my usb key. Thank you everyone.


Here is more of the output from the codes everyone suggested:



tux@slitaz:~$ iwlist wlan0 scan
wlan0 Failed to read scan data : Network is down

tux@slitaz:~$ rfkill list
/bin/sh: rfkill: not found
tux@slitaz:~$ su
Password:
root@slitaz:/home/tux# iwlist wlan0 scan
wlan0 Interface doesn't support scanning : Network is down


root@slitaz:/home/tux# rfkill list
sh: rfkill: not found

root@slitaz:/home/tux# ifconfig eth0 down
root@slitaz:/home/tux# ifconfig wlan0 up

ifconfig: SIOCSIFFLAGS: No such file or directory

root@slitaz:/home/tux# modprobe b43
root@slitaz:/home/tux# dmesg


[mem 0x48000000-0x4bffffff]
pci 0000:00:1e.0: PCI bridge to [bus 0a-0b]
pci 0000:00:1e.0: bridge window [io 0x5000-0x5fff]
pci 0000:00:1e.0: bridge window [mem 0xd0200000-0xd02fffff]
pci 0000:00:1e.0: bridge window [mem 0x40000000-0x43ffffff pref]
pci 0000:00:1c.0: enabling device (0000 -> 0003)
pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.1: enabling device (0000 -> 0003)
pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.1: setting latency timer to 64
pci 0000:00:1c.2: enabling device (0000 -> 0003)
pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:1c.2: setting latency timer to 64
pci 0000:00:1e.0: enabling device (0004 -> 0007)
pci 0000:00:1e.0: setting latency timer to 64
pci 0000:0a:09.0: enabling device (0000 -> 0003)
pci 0000:0a:09.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
pci_bus 0000:02: resource 1 [mem 0x44000000-0x441fffff]
pci_bus 0000:02: resource 2 [mem 0x44200000-0x443fffff 64bit pref]
pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
pci_bus 0000:03: resource 1 [mem 0x44400000-0x445fffff]
pci_bus 0000:03: resource 2 [mem 0x44600000-0x447fffff 64bit pref]
pci_bus 0000:04: resource 0 [io 0x4000-0x4fff]
pci_bus 0000:04: resource 1 [mem 0x44800000-0x449fffff]
pci_bus 0000:04: resource 2 [mem 0x44a00000-0x44bfffff 64bit pref]
pci_bus 0000:0a: resource 0 [io 0x5000-0x5fff]
pci_bus 0000:0a: resource 1 [mem 0xd0200000-0xd02fffff]
pci_bus 0000:0a: resource 2 [mem 0x40000000-0x43ffffff pref]
pci_bus 0000:0a: resource 4 [io 0x0000-0xffff]
pci_bus 0000:0a: resource 5 [mem 0x00000000-0xffffffff]
pci_bus 0000:0b: resource 0 [io 0x5000-0x50ff]
pci_bus 0000:0b: resource 1 [io 0x5400-0x54ff]
pci_bus 0000:0b: resource 2 [mem 0x40000000-0x43ffffff pref]
pci_bus 0000:0b: resource 3 [mem 0x48000000-0x4bffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
UDP hash table entries: 512 (order: 2, 16384 bytes)
UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 1
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
pci 0000:00:02.0: Boot video device
PCI: CLS 64 bytes, default 64
Trying to unpack rootfs image as initramfs...
...
Switched to NOHz mode on CPU #0
............................
Freeing initrd memory: 20k freed
Simple Boot Flag at 0x36 set to 0x1
apm: BIOS not found.
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
fuse init (API version 7.15)
SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
msgmni has been set to 1746
io scheduler noop registered
io scheduler deadline registered (default)
ACPI: AC Adapter [ACAD] (on-line)
ACPI: acpi_idle registered with cpuidle
Marking TSC unstable due to TSC halts in idle
Switching to clocksource acpi_pm
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: Thermal Zone [THRM] (79 C)
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Non-volatile memory driver v1.3
intel_rng: FWH not detected
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
brd: module loaded
loop: module loaded
Uniform Multi-Platform E-IDE driver
ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
ide-gd driver 1.18
ide-cd driver 5.00
ata_piix 0000:00:1f.2: version 2.13
ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
ACPI: Battery Slot [BAT1] (battery present)
ata_piix 0000:00:1f.2: setting latency timer to 64
scsi0 : ata_piix
scsi1 : ata_piix
ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x18b0 irq 14
ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18b8 irq 15
e1000e: Intel(R) PRO/1000 Network Driver - 1.2.7-k2
e1000e: Copyright (c) 1999 - 2010 Intel Corporation.
pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
ThunderLAN driver v1.15a
TLAN: 0 devices installed, PCI: 0 EISA: 0
ns83820.c: National Semiconductor DP83820 10/100/1000 driver.
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
PPP MPPE Compression module registered
NET: Registered protocol family 24
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
dmfe: Davicom DM9xxx net driver, version 1.36.4 (2002-01-17)
winbond-840.c:v1.01-e (2.4 port) Sep-11-2006 Donald Becker <becker@scyld.com>
http://www.scyld.com/network/drivers.html
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: using broken periodic workaround
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd0644000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1d.3: setting latency timer to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
input: PC Speaker as /devices/platform/pcspkr/input/input0
cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
TCP cubic registered
NET: Registered protocol family 17
NET: Registered protocol family 15
Using IPI No-Shortcut mode
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
ata1.00: ATA-8: FUJITSU MHY2120BH, 0000000B, max UDMA/100
ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
ata1.00: configured for UDMA/100
scsi 0:0:0:0: Direct-Access ATA FUJITSU MHY2120B 0000 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: Attached scsi generic sg0 type 0
ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-T20N, WP03, max UDMA/33
ata2.00: configured for UDMA/33
scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-T20N WP03 PQ: 0 ANSI: 5
sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
cdrom: Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
sr 1:0:0:0: Attached scsi generic sg1 type 5
usb 1-2: new high speed USB device using ehci_hcd and address 2
scsi2 : usb-storage 1-2:1.0
sda: sda1
sd 0:0:0:0: [sda] Attached SCSI disk
Freeing unused kernel memory: 408k freed
usb 1-3: new high speed USB device using ehci_hcd and address 3
scsi3 : usb-storage 1-3:1.0
usb 1-7: new high speed USB device using ehci_hcd and address 4
Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1280b1, caps: 0xa04713/0x204000/0x0
input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input2
Linux agpgart interface v0.103
agpgart-intel 0000:00:00.0: Intel 945GM Chipset
agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
agpgart-intel 0000:00:00.0: detected 8192K stolen memory
agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3
ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
ACPI: Lid Switch [LID]
input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
ACPI: Power Button [PWRB]
input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input6
ACPI: Sleep Button [SLPB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
ACPI: Power Button [PWRF]
scsi 2:0:0:0: Direct-Access U S 5.00 PQ: 0 ANSI: 2
sd 2:0:0:0: [sdb] 128576 512-byte logical blocks: (65.8 MB/62.7 MiB)
sd 2:0:0:0: [sdb] Write Protect is off
sd 2:0:0:0: [sdb] Mode Sense: 0b 00 00 08
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1
sd 2:0:0:0: Attached scsi generic sg2 type 0
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Attached SCSI removable disk
[drm] Initialized drm 1.1.0 20060810
i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
i915 0000:00:02.0: setting latency timer to 64
vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+memwns=io+mem
[drm] initialized overlay support
scsi 3:0:0:0: Direct-Access SanDisk U3 Cruzer Micro 2.18 PQ: 0 ANSI: 2
sd 3:0:0:0: [sdc] 2006673 512-byte logical blocks: (1.02 GB/979 MiB)
sd 3:0:0:0: [sdc] Write Protect is off
sd 3:0:0:0: [sdc] Mode Sense: 03 00 00 00
sd 3:0:0:0: [sdc] Assuming drive cache: write through
sd 3:0:0:0: [sdc] Assuming drive cache: write through
sd 3:0:0:0: Attached scsi generic sg3 type 0
sdc: sdc1
sd 3:0:0:0: [sdc] Assuming drive cache: write through
sd 3:0:0:0: [sdc] Attached SCSI removable disk
Console: switching to colour frame buffer device 160x50
fb0: inteldrmfb frame buffer device
drm: registered panic notifier
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
HDA Intel 0000:00:1b.0: setting latency timer to 64
hda_codec: ALC883: SKU not ready 0x411111f0
sky2: driver version 1.28
sky2 0000:02:00.0: enabling device (0000 -> 0003)
sky2 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
sky2 0000:02:00.0: setting latency timer to 64
sky2 0000:02:00.0: Yukon-2 FE chip revision 1
sky2 0000:02:00.0: eth0: addr 00:1b:24:50:81:2a
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
ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
yenta_cardbus 0000:0a:09.0: CardBus bridge found [1025:0110]
yenta_cardbus 0000:0a:09.0: Using CSCINT to route CSC interrupts to PCI
yenta_cardbus 0000:0a:09.0: Routing CardBus interrupts to PCI
yenta_cardbus 0000:0a:09.0: TI: mfunc 0x01321b22, devctl 0x66
cfg80211: Calling CRDA to update world regulatory domain
b43-phy0: Broadcom 4311 WLAN found (core revision 10)
ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Registered led device: b43-phy0::tx
Registered led device: b43-phy0::rx
Registered led device: b43-phy0::radio
Broadcom 43xx driver loaded [ Features: PL, Firmware-ID: FW13 ]
yenta_cardbus 0000:0a:09.0: ISA IRQ mask 0x0cf8, PCI irq 20
yenta_cardbus 0000:0a:09.0: Socket status: 30000006
pci_bus 0000:0a: Raising subordinate bus# of parent bus (#0a) from #0b to #0e
yenta_cardbus 0000:0a:09.0: pcmcia: parent PCI bridge window: [io 0x5000-0x5fff]
pcmcia_socket pcmcia_socket0: cs: IO port probe 0x5000-0x5fff: excluding 0x5000-0x50ff 0x5400-0x54ff
yenta_cardbus 0000:0a:09.0: pcmcia: parent PCI bridge window: [mem 0xd0200000-0xd02fffff]
pcmcia_socket pcmcia_socket0: cs: memory probe 0xd0200000-0xd02fffff: excluding 0xd0200000-0xd020ffff
yenta_cardbus 0000:0a:09.0: pcmcia: parent PCI bridge window: [mem 0x40000000-0x43ffffff pref]
pcmcia_socket pcmcia_socket0: cs: memory probe 0x40000000-0x43ffffff: excluding 0x40000000-0x43ffffff
pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding 0x3f0-0x3f7 0x4d0-0x4d7
pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xc7fff 0xcc000-0xcffff 0xdc000-0xdffff 0xe4000-0xfffff
pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: clean.
pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: clean.
pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
sky2 0000:02:00.0: eth0: enabling interface
usb 3-2: new low speed USB device using uhci_hcd and address 2
input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input8
generic-usb 0003:093A:2510.0001: input: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:1d.1-2/input0
sky2 0000:02:00.0: eth0: disabling interface
b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/...devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.



I already went to that site and downloaded and installed the drivers, I am not quite sure why its asking me to perfrom this again.

Thanks to all who helped, I appreciate it.
 
Old 08-01-2013, 10:51 PM   #27
Slitaz
LQ Newbie
 
Registered: Jul 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
I appreciate the help, trust me I am looking all over on google trying to get this damned thing up and running...and having to continously reboot my computer, and plug in my usb key. Thank you everyone.


Here is more of the output from the codes everyone suggested:



tux@slitaz:~$ iwlist wlan0 scan
wlan0 Failed to read scan data : Network is down

tux@slitaz:~$ rfkill list
/bin/sh: rfkill: not found
tux@slitaz:~$ su
Password:
root@slitaz:/home/tux# iwlist wlan0 scan
wlan0 Interface doesn't support scanning : Network is down


root@slitaz:/home/tux# rfkill list
sh: rfkill: not found

root@slitaz:/home/tux# ifconfig eth0 down
root@slitaz:/home/tux# ifconfig wlan0 up

ifconfig: SIOCSIFFLAGS: No such file or directory

root@slitaz:/home/tux# modprobe b43
root@slitaz:/home/tux# dmesg


[mem 0x48000000-0x4bffffff]
pci 0000:00:1e.0: PCI bridge to [bus 0a-0b]
pci 0000:00:1e.0: bridge window [io 0x5000-0x5fff]
pci 0000:00:1e.0: bridge window [mem 0xd0200000-0xd02fffff]
pci 0000:00:1e.0: bridge window [mem 0x40000000-0x43ffffff pref]
pci 0000:00:1c.0: enabling device (0000 -> 0003)
pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.1: enabling device (0000 -> 0003)
pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.1: setting latency timer to 64
pci 0000:00:1c.2: enabling device (0000 -> 0003)
pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:1c.2: setting latency timer to 64
pci 0000:00:1e.0: enabling device (0004 -> 0007)
pci 0000:00:1e.0: setting latency timer to 64
pci 0000:0a:09.0: enabling device (0000 -> 0003)
pci 0000:0a:09.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
pci_bus 0000:02: resource 1 [mem 0x44000000-0x441fffff]
pci_bus 0000:02: resource 2 [mem 0x44200000-0x443fffff 64bit pref]
pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
pci_bus 0000:03: resource 1 [mem 0x44400000-0x445fffff]
pci_bus 0000:03: resource 2 [mem 0x44600000-0x447fffff 64bit pref]
pci_bus 0000:04: resource 0 [io 0x4000-0x4fff]
pci_bus 0000:04: resource 1 [mem 0x44800000-0x449fffff]
pci_bus 0000:04: resource 2 [mem 0x44a00000-0x44bfffff 64bit pref]
pci_bus 0000:0a: resource 0 [io 0x5000-0x5fff]
pci_bus 0000:0a: resource 1 [mem 0xd0200000-0xd02fffff]
pci_bus 0000:0a: resource 2 [mem 0x40000000-0x43ffffff pref]
pci_bus 0000:0a: resource 4 [io 0x0000-0xffff]
pci_bus 0000:0a: resource 5 [mem 0x00000000-0xffffffff]
pci_bus 0000:0b: resource 0 [io 0x5000-0x50ff]
pci_bus 0000:0b: resource 1 [io 0x5400-0x54ff]
pci_bus 0000:0b: resource 2 [mem 0x40000000-0x43ffffff pref]
pci_bus 0000:0b: resource 3 [mem 0x48000000-0x4bffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
UDP hash table entries: 512 (order: 2, 16384 bytes)
UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 1
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
pci 0000:00:02.0: Boot video device
PCI: CLS 64 bytes, default 64
Trying to unpack rootfs image as initramfs...
...
Switched to NOHz mode on CPU #0
............................
Freeing initrd memory: 20k freed
Simple Boot Flag at 0x36 set to 0x1
apm: BIOS not found.
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
fuse init (API version 7.15)
SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
msgmni has been set to 1746
io scheduler noop registered
io scheduler deadline registered (default)
ACPI: AC Adapter [ACAD] (on-line)
ACPI: acpi_idle registered with cpuidle
Marking TSC unstable due to TSC halts in idle
Switching to clocksource acpi_pm
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: Thermal Zone [THRM] (79 C)
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Non-volatile memory driver v1.3
intel_rng: FWH not detected
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
brd: module loaded
loop: module loaded
Uniform Multi-Platform E-IDE driver
ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
ide-gd driver 1.18
ide-cd driver 5.00
ata_piix 0000:00:1f.2: version 2.13
ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
ACPI: Battery Slot [BAT1] (battery present)
ata_piix 0000:00:1f.2: setting latency timer to 64
scsi0 : ata_piix
scsi1 : ata_piix
ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x18b0 irq 14
ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18b8 irq 15
e1000e: Intel(R) PRO/1000 Network Driver - 1.2.7-k2
e1000e: Copyright (c) 1999 - 2010 Intel Corporation.
pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
ThunderLAN driver v1.15a
TLAN: 0 devices installed, PCI: 0 EISA: 0
ns83820.c: National Semiconductor DP83820 10/100/1000 driver.
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
PPP MPPE Compression module registered
NET: Registered protocol family 24
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
dmfe: Davicom DM9xxx net driver, version 1.36.4 (2002-01-17)
winbond-840.c:v1.01-e (2.4 port) Sep-11-2006 Donald Becker <becker@scyld.com>
http://www.scyld.com/network/drivers.html
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: using broken periodic workaround
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd0644000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1d.3: setting latency timer to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
input: PC Speaker as /devices/platform/pcspkr/input/input0
cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
TCP cubic registered
NET: Registered protocol family 17
NET: Registered protocol family 15
Using IPI No-Shortcut mode
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
ata1.00: ATA-8: FUJITSU MHY2120BH, 0000000B, max UDMA/100
ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
ata1.00: configured for UDMA/100
scsi 0:0:0:0: Direct-Access ATA FUJITSU MHY2120B 0000 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: Attached scsi generic sg0 type 0
ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-T20N, WP03, max UDMA/33
ata2.00: configured for UDMA/33
scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-T20N WP03 PQ: 0 ANSI: 5
sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
cdrom: Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
sr 1:0:0:0: Attached scsi generic sg1 type 5
usb 1-2: new high speed USB device using ehci_hcd and address 2
scsi2 : usb-storage 1-2:1.0
sda: sda1
sd 0:0:0:0: [sda] Attached SCSI disk
Freeing unused kernel memory: 408k freed
usb 1-3: new high speed USB device using ehci_hcd and address 3
scsi3 : usb-storage 1-3:1.0
usb 1-7: new high speed USB device using ehci_hcd and address 4
Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1280b1, caps: 0xa04713/0x204000/0x0
input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input2
Linux agpgart interface v0.103
agpgart-intel 0000:00:00.0: Intel 945GM Chipset
agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
agpgart-intel 0000:00:00.0: detected 8192K stolen memory
agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3
ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
ACPI: Lid Switch [LID]
input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
ACPI: Power Button [PWRB]
input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input6
ACPI: Sleep Button [SLPB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
ACPI: Power Button [PWRF]
scsi 2:0:0:0: Direct-Access U S 5.00 PQ: 0 ANSI: 2
sd 2:0:0:0: [sdb] 128576 512-byte logical blocks: (65.8 MB/62.7 MiB)
sd 2:0:0:0: [sdb] Write Protect is off
sd 2:0:0:0: [sdb] Mode Sense: 0b 00 00 08
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1
sd 2:0:0:0: Attached scsi generic sg2 type 0
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Attached SCSI removable disk
[drm] Initialized drm 1.1.0 20060810
i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
i915 0000:00:02.0: setting latency timer to 64
vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+memwns=io+mem
[drm] initialized overlay support
scsi 3:0:0:0: Direct-Access SanDisk U3 Cruzer Micro 2.18 PQ: 0 ANSI: 2
sd 3:0:0:0: [sdc] 2006673 512-byte logical blocks: (1.02 GB/979 MiB)
sd 3:0:0:0: [sdc] Write Protect is off
sd 3:0:0:0: [sdc] Mode Sense: 03 00 00 00
sd 3:0:0:0: [sdc] Assuming drive cache: write through
sd 3:0:0:0: [sdc] Assuming drive cache: write through
sd 3:0:0:0: Attached scsi generic sg3 type 0
sdc: sdc1
sd 3:0:0:0: [sdc] Assuming drive cache: write through
sd 3:0:0:0: [sdc] Attached SCSI removable disk
Console: switching to colour frame buffer device 160x50
fb0: inteldrmfb frame buffer device
drm: registered panic notifier
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
HDA Intel 0000:00:1b.0: setting latency timer to 64
hda_codec: ALC883: SKU not ready 0x411111f0
sky2: driver version 1.28
sky2 0000:02:00.0: enabling device (0000 -> 0003)
sky2 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
sky2 0000:02:00.0: setting latency timer to 64
sky2 0000:02:00.0: Yukon-2 FE chip revision 1
sky2 0000:02:00.0: eth0: addr 00:1b:24:50:81:2a
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
ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
yenta_cardbus 0000:0a:09.0: CardBus bridge found [1025:0110]
yenta_cardbus 0000:0a:09.0: Using CSCINT to route CSC interrupts to PCI
yenta_cardbus 0000:0a:09.0: Routing CardBus interrupts to PCI
yenta_cardbus 0000:0a:09.0: TI: mfunc 0x01321b22, devctl 0x66
cfg80211: Calling CRDA to update world regulatory domain
b43-phy0: Broadcom 4311 WLAN found (core revision 10)
ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Registered led device: b43-phy0::tx
Registered led device: b43-phy0::rx
Registered led device: b43-phy0::radio
Broadcom 43xx driver loaded [ Features: PL, Firmware-ID: FW13 ]
yenta_cardbus 0000:0a:09.0: ISA IRQ mask 0x0cf8, PCI irq 20
yenta_cardbus 0000:0a:09.0: Socket status: 30000006
pci_bus 0000:0a: Raising subordinate bus# of parent bus (#0a) from #0b to #0e
yenta_cardbus 0000:0a:09.0: pcmcia: parent PCI bridge window: [io 0x5000-0x5fff]
pcmcia_socket pcmcia_socket0: cs: IO port probe 0x5000-0x5fff: excluding 0x5000-0x50ff 0x5400-0x54ff
yenta_cardbus 0000:0a:09.0: pcmcia: parent PCI bridge window: [mem 0xd0200000-0xd02fffff]
pcmcia_socket pcmcia_socket0: cs: memory probe 0xd0200000-0xd02fffff: excluding 0xd0200000-0xd020ffff
yenta_cardbus 0000:0a:09.0: pcmcia: parent PCI bridge window: [mem 0x40000000-0x43ffffff pref]
pcmcia_socket pcmcia_socket0: cs: memory probe 0x40000000-0x43ffffff: excluding 0x40000000-0x43ffffff
pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding 0x3f0-0x3f7 0x4d0-0x4d7
pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xc7fff 0xcc000-0xcffff 0xdc000-0xdffff 0xe4000-0xfffff
pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: clean.
pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: clean.
pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
sky2 0000:02:00.0: eth0: enabling interface
usb 3-2: new low speed USB device using uhci_hcd and address 2
input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input8
generic-usb 0003:093A:2510.0001: input: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:1d.1-2/input0
sky2 0000:02:00.0: eth0: disabling interface
b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/...devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.



I already went to that site and downloaded and installed the drivers, I am not quite sure why its asking me to perfrom this again.

Thanks to all who helped, I appreciate it.
 
Old 08-01-2013, 10:52 PM   #28
Slitaz
LQ Newbie
 
Registered: Jul 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
Sorry didn't mean to post twice........not sure how that happened.
 
Old 08-01-2013, 10:56 PM   #29
Slitaz
LQ Newbie
 
Registered: Jul 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Shadow_7 View Post

Just because there is a driver associated with your device. Doesn't mean it's all roses using that driver. For the longest time I found ndiswrapper a more reliable solution. Because of various quirks like connection speeds. But sometimes it's just too much hassle to setup and keep in sync ndiswrapper.
How hard is it to use ndiswrapper? (for a linux noob).........


looking for an easy solution.

maybe slitaz is a garbage distro
 
Old 08-02-2013, 12:19 AM   #30
flyinggeorge
Member
 
Registered: Feb 2012
Location: United States
Distribution: Slackware 14.0
Posts: 159

Rep: Reputation: 3
I'd say it's more likely that the BCM 4311 is a garbage wireless card. As I stated before, I used to own a BCM 4312 and it was very hard to get working, but I managed to get it up and running even with monitor mode. I ended up using the ndiswrapper/b43-fwcutter utilities to get it up and running.

Furthermore, you did not run rfkill or iwlist as root. When you are asked to run a command and it says "command not found" try to run as root or with sudo to see if you really do or don't have it. You can also use locate to make sure it's not just out of your path. eg. 'locate rfkill'

Lastly, iwlist indicates 'network is down' this means that you need to follow the link I posted before to get the device recognized by your kernel. Again:

http://wireless.kernel.org/en/users/Drivers/b43

And I haven't read through what evo2 posted, but you probably should.

http://doc.slitaz.org/en:guides:wifi-easy

**Edit Two things. First when you run dmesg, you can add the tail option with the pipe | character. for example: 'dmesg | tail' would give you only the relevant sections of information. Also, dmesg straight up tells you what to do to fix this error.

Code:
b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/...devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
That link didn't really copy, so here:

http://wireless.kernel.org/en/users/...devicefirmware Notice that this is the same link I provided.

Last edited by flyinggeorge; 08-02-2013 at 12:22 AM.
 
  


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
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 06:01 AM.

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