09
Attachments
-
lspci09.jpg (120.7 KB, 983 downloads) 10 years old
what are you doing?
the pictures are unreadable
just attach the lspci.txt
just put a usb stick into the slitaz machine, copy lspci.txt to the stick and and then send it like you send the ipg
I would if I could, USB is not working when running SliTaz
can you save it to the internal disk?
I get ahold of it, machine wasn't seeing a usb card reader, a standard USB stick was OK
Download attachment ipw2200-firmware-3.1.tazpkg and copy to usb flash drive
Insert flash drive into slitaz computer.
Boot into slitaz.
Applications/System Tools/PCMan File Manager
Click on flash drive in left pane.
Navigate to ipw2200-firmware-3.1.tazpkg and double click it.
Type root in password:
Click OK button
Click Install button
Confirm ipw2200 firmware installed
Click Close button
Reload ipw2200 kernel module after installing firmware:
Open terminal
type su
,hit Enter key
Password:
Type root
and hit Enter key
Prompt should change to root:
root@slitaz:/home/tux#
Type
modprobe -r ipw2200 ; modprobe ipw2200
Hit Enter key
Applications/System Tools/Wifi configuration
Type root
in Password:
Click OK button
Double click the listed wifi access point to connect.
If the wifi access point is open (no password required) you should connect.
Click the Close button.
If the wifi access point requires is secure (password required) a second box opens,type in the password.
Click the OK button to connect.
I was on SliTaz 4.0,connections not showing.
Installation of ipw2200 firmware went OK, you guys can tell if did the reloading of ipw2200 kernel module went OK?
The kernel is not recognizing the wireless adapter.
Download http://mirror.slitaz.org/packages/4.0/rfkill-0.4.tazpkg
Copy to the flash drive.
Boot into 4.0
Install rfkill and ipw2200 firmware.
Open a terminal
Type
rfkill list all
Hit Enter key
If the output lists:
Hard blocked: yes
There is a hardware switch on the laptop that needs to be toggled to turn on the wifi adapter.
If the output lists:
Soft blocked: yes
Unblock by typing
rfkill unblock all
or
rfkill unblock wifi
Hit Enter
Only Soft blocked: yes can be unblocked with rfkill
Recheck:
rfkill list all
Hit Enter
Soft blocked: no
Hard blocked: no
After Soft blocked and Hard blocked both say no:
Rerun directions to unload/load ipw2200 in my previous post.
If you still have no success.
Type
dmesg > dmesg.txt
Hit Enter
Copy dmesg.txt to the flash drive.
Attach dmesg.txt to your reply.
are sakura and X term equivalent?
Xterm is plain jane,sakura has copy/paste, scroll bar,tabs,etc..
I tought that I had to post it if some response was given, was I right?
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200 0000:06:04.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
ipw2200: Unable to load firmware: -2
ipw2200: failed to register network device
ipw2200 0000:06:04.0: PCI INT A disabled
ipw2200: probe of 0000:06:04.0 failed with error -5
What is Reason -2
what is -2
what is -5
How do I enable PCI INT A?
ipw2200: Unable to load firmware: -2
the ipw2200 firmware is not present during boot
either you install slitaz to the hard disk, or if you boot from usb stick, you have to run tazusb to get an image, after the firmware is stored. otherwise you have to run all the commands each time you boot
save the firmware, install it and run
root@slitaz:/home/tux#
Type
modprobe -r ipw2200 ; modprobe ipw2200
Hit Enter key
until dmesg looks like this
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200 0000:02:0a.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Radio Frequency Kill Switch is On:
Kill switch must be turned off for wireless networking to work.
cfg80211: failed to add phy80211 symlink to netdev!
ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
my wireless is switched off - thats the kill switch section
You must log in to post.