View previous topic :: View next topic |
Author |
Message |
zoe Guru
Joined: 10 Jun 2007 Posts: 324 Location: Greece
|
Posted: Mon Dec 01, 2008 8:12 pm Post subject: firmware: requesting ipw2200-bss.fw[solved] |
|
|
today i noticed that as gentoo started to boot it stopped for quite a while in a line saying
Quote: |
firmware: requesting ipw2200-bss.fw
|
So i tried to see what was this and i found that
Quote: |
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kd
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
firmware: requesting ipw2200-bss.fw
ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
ipw2200: Unable to load firmware: -2
ipw2200: failed to register network device
ipw2200: probe of 0000:06:03.0 failed with error -5
|
I tried to search for this ipw2200-bss.fw firmware but i don't have it in my system
please,anyone has any idea?
thanks in advance
Last edited by zoe on Thu Dec 11, 2008 11:33 am; edited 1 time in total |
|
Back to top |
|
|
trancedelik n00b
Joined: 27 Nov 2008 Posts: 15
|
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Tue Dec 02, 2008 12:07 pm Post subject: |
|
|
Are you sure that he cannot use the one from portage ?
Code: |
# emerge -av net-wireless/ipw2200-firmware
|
Can you post this plz :
For the record, it's the same version from the sourceforge site : http://www.gentoo-portage.com/net-wireless/ipw2200-firmware |
|
Back to top |
|
|
zoe Guru
Joined: 10 Jun 2007 Posts: 324 Location: Greece
|
Posted: Tue Dec 02, 2008 5:22 pm Post subject: |
|
|
thanks for the replies,i just now managed to see it.i'll try and i'll post back
thanks again
EDIT:i did the emerge but i have the same problem and with equery i get this
Quote: |
[ Searching for package 'ipw' in all categories among: ]
* installed packages
[I--] [ ] net-wireless/ipw2200-firmware-3.0
|
I don't understand,maybe has got something to do with kernel config.and i say that because when i tried to install the
Quote: |
< > Intel PRO/Wireless 2200BG and 2915ABG Network Connection
|
built in my kernel i get make errors when i try to make modules install.so i don't have it at all in my kernel for now untill i find a solution.it doesn't even let me install
Quote: |
< > Generic IEEE 802.11 Networking Stack
|
it's strange but i don't know what to do.if someone has time to help me it would be good
thanks again,if you need more info plz post[/quote] |
|
Back to top |
|
|
zoe Guru
Joined: 10 Jun 2007 Posts: 324 Location: Greece
|
Posted: Tue Dec 02, 2008 6:13 pm Post subject: |
|
|
this is what i mean.if i try to built in intel pro 2200 in my kernel i get this
Quote: |
make[3]: *** No rule to make target `drivers/net/wireless/ipw2200.o', needed by `drivers/net/wireless/built-in.o'. Stop.
make[2]: *** [drivers/net/wireless] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2
|
i don't understand what is going wrong,plz help |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Tue Dec 02, 2008 10:51 pm Post subject: |
|
|
Ok, first thing first.
Can you double check your kernel to see if you have this :
Code: |
Section Network support --> Wireless
{M} Improved wireless configuration API
[*] nl80211 new netlink interface support (NEW)
-*- Wireless extensions
[*] Wireless extensions sysfs files (NEW)
<M> Generic IEEE 802.11 Networking Stack (mac80211)
Rate control algorithm selection --->
[ ] Enable mac80211 mesh networking (pre-802.11s) support (NEW)
[*] Enable LED triggers
[ ] Export mac80211 internals in DebugFS (NEW)
[ ] Select mac80211 debugging features (NEW) --->
<M> Generic IEEE 802.11 Networking Stack (DEPRECATED)
[ ] Enable full debugging output (NEW)
<M> IEEE 802.11 WEP encryption (802.1x)
<M> IEEE 802.11i CCMP support
<M> IEEE 802.11i TKIP encryption
|
After that, go to Device Driver --> Network Device Support --> Wireless LAN
Code: |
[*] Wireless LAN (IEEE 802.11)
<M> Intel PRO/Wireless 2200BG and 2915ABG Network Connection
|
After that, recompile your box and reboot.
After that run this :
Code: |
# emerge -av net-wireless/ipw2200-firmware
|
Reboot your box again and run :
Code: |
# ifconfig -a
# iwconfig
# dmesg | grep -i ipw
|
|
|
Back to top |
|
|
zoe Guru
Joined: 10 Jun 2007 Posts: 324 Location: Greece
|
Posted: Wed Dec 03, 2008 9:38 am Post subject: |
|
|
i did as you said but when i tried to install the kernel i got this error
Quote: |
scripts/kconfig/conf -s arch/x86/Kconfig
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
GZIP kernel/config_data.gz
IKCFG kernel/config_data.h
CC kernel/configs.o
LD kernel/built-in.o
CC [M] crypto/ablkcipher.o
CC [M] crypto/blkcipher.o
CC [M] crypto/chainiv.o
CC [M] crypto/eseqiv.o
LD [M] crypto/crypto_blkcipher.o
CC [M] crypto/cryptomgr.o
CC [M] crypto/ecb.o
CC [M] crypto/aes_generic.o
CC [M] crypto/michael_mic.o
CC drivers/acpi/ac.o
CC drivers/acpi/battery.o
LD drivers/acpi/built-in.o
CC drivers/ide/ide-disk.o
LD drivers/ide/built-in.o
CC drivers/leds/led-core.o
CC drivers/leds/led-triggers.o
LD drivers/leds/built-in.o
make[3]: *** No rule to make target `drivers/net/wireless/ipw2200.c', needed by `drivers/net/wireless/ipw2200.o'. Stop.
make[2]: *** [drivers/net/wireless] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2
|
it's really starnge,in my kernel i have this
Quote: |
{M} Improved wireless configuration API
[*] nl80211 new netlink interface support
-*- Wireless extensions
<M> Generic IEEE 802.11 Networking Stack (mac80211)
Rate control algorithm selection --->
[ ] Enable mac80211 mesh networking (pre-802.11s) support
[*] Enable LED triggers
[ ] Enable packet alignment debugging
[ ] Enable debugging output
{M} Generic IEEE 802.11 Networking Stack (DEPRECATED)
[ ] Enable full debugging output
<M> IEEE 802.11 WEP encryption (802.1x)
<M> IEEE 802.11i CCMP support
<M> IEEE 802.11i TKIP encryption
|
and in wireless lan as you suggest,do i have to add something to cryptographic API?
i don't know what to do,thanks for the reply |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Wed Dec 03, 2008 12:16 pm Post subject: |
|
|
Hi, can you post this :
Code: |
# cd /usr/src/linux
# cat .config | grep -i ipw
|
I want to see if your ipw2200 is set. |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Wed Dec 03, 2008 12:17 pm Post subject: |
|
|
For the crypto, double check that you have this :
Code: |
Section Cryptographic options
(*) Cryptographic algorithm manager
(M) SHA1 digest algorithm
(M) SHA256 digest algorithm
(M) ECB support
(M) CBC support
(M) PCBC support
(*) AES cipher algorithms
(*) AES cipher algorithms (i586)
(*) ARC4 cipher algorithm
(*) Michael MIC keyed digest algorithm
|
|
|
Back to top |
|
|
zoe Guru
Joined: 10 Jun 2007 Posts: 324 Location: Greece
|
Posted: Wed Dec 03, 2008 6:38 pm Post subject: |
|
|
hi again
no it's not set because if i set it built it or like module because i get the above errors when i try to install the kernel
Quote: |
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
|
i don't know how to install them with this errors that i kepp getting |
|
Back to top |
|
|
Stupendoussteve n00b
Joined: 06 Sep 2005 Posts: 72 Location: US West
|
Posted: Wed Dec 03, 2008 7:10 pm Post subject: |
|
|
You need to re-emerge your sources, you should not be getting "No rule to make target" errors in the Linux kernel.
Save your .config first. |
|
Back to top |
|
|
zoe Guru
Joined: 10 Jun 2007 Posts: 324 Location: Greece
|
Posted: Thu Dec 04, 2008 8:49 am Post subject: |
|
|
so re-emerge my sources and then what?try to compile again? |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Thu Dec 04, 2008 12:36 pm Post subject: |
|
|
You need to enable the option and after that you need to recompile your kernel and copy the bzImage to your /boot. |
|
Back to top |
|
|
zoe Guru
Joined: 10 Jun 2007 Posts: 324 Location: Greece
|
Posted: Thu Dec 04, 2008 6:19 pm Post subject: |
|
|
i wrote it before,when i try to enable any of this options about pro wireless and 802.11 protocol it gives me a make error.i can't compile my kernel if i have anything in my kernel enabled of the above.so i don't know what to do else in order to let me compile my kernel.is it safe to recompile gentoo sources,i haven't done it,i didn't have problem before compiling my kernel.plesae i must solve this and don't know what to do |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Fri Dec 05, 2008 1:44 am Post subject: |
|
|
Hi, can you try this :
Copy your .config from /usr/src/linux
Code: |
# cp /usr/src/linux/.config /root/.config
# cd /usr/src/linux
# make clean
# cp /root/.config /usr/src/linux
# make menuconfig
# time make && make modules_install
|
Recompile your box and retry. |
|
Back to top |
|
|
zoe Guru
Joined: 10 Jun 2007 Posts: 324 Location: Greece
|
Posted: Fri Dec 05, 2008 9:03 am Post subject: |
|
|
hi again
i did as you said,copied my .config made a make clean,then put it back,tried to enable the options for wireless again and to compile my kernel with time make && make modules_install but i still get the same error!!!
Quote: |
make[3]: *** No rule to make target `drivers/net/wireless/ipw2200.c', needed by `drivers/net/wireless/ipw2200.o'. Stop.
make[2]: *** [drivers/net/wireless] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2
real 8m40.614s
user 6m41.713s
sys 0m15.941s
|
any other idea?thanks for the time |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Fri Dec 05, 2008 12:08 pm Post subject: |
|
|
Hi, can you post this :
Code: |
# emerge --info
# cd /usr/src/
# ls -la
|
|
|
Back to top |
|
|
zoe Guru
Joined: 10 Jun 2007 Posts: 324 Location: Greece
|
Posted: Fri Dec 05, 2008 5:07 pm Post subject: |
|
|
yes,of course
my emerge --info is
Quote: |
Portage 2.1.4.5 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.26-gentoo-r3 i686)
=================================================================
System uname: 2.6.26-gentoo-r3 i686 Intel(R) Pentium(R) M processor 2.00GHz
Timestamp of tree: Thu, 27 Nov 2008 20:20:01 +0000
app-shells/bash: 3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python: 2.5.2-r7
dev-util/cmake: 2.4.6-r1
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox: 1.2.18.1-r2
sys-devel/autoconf: 2.13, 2.63
sys-devel/automake: 1.7.9-r1, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils: 2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool: 1.5.26
virtual/os-headers: 2.6.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=pentium-m -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://files.gentoo.gr "
LANG="en_GB.UTF-8"
LDFLAGS="-Wl,-O1"
LINGUAS="en el"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X acl acpi alsa apache2f apm arts berkdb bzip2 cdr cgi cli cracklib crypt cups dbus dri dvd encode fortran gdbm gpm gtk hal iconv ipv6 isdnlog jpeg kde lm_sensors midi mp3 mpeg mudflap ncurses nforce2 nls nptl nptlonly nsplugin opengl openmp oss pam pcre perl php pmu png pppd python qt3 qt3support qt4 readline reflection samba session spl ssl suid symlink sysfs tcpd timidity unicode v4l v4l2 win32codecs x86 xmlrpc xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="eved keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en el" USERLAND="GNU" VIDEO_CARDS="fglrx"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
|
and ls -la gives
Quote: |
drwxr-xr-x 22 root root 4096 2008-12-05 11:30 .
drwxr-xr-x 3 root root 4096 2008-11-24 15:26 ..
drwxr-xr-x 27 root root 4096 2008-12-05 11:30 arch
drwxr-xr-x 2 root root 4096 2008-12-05 10:57 block
-rw-r--r-- 1 root root 47175 2008-12-05 11:24 .config
-rw-r--r-- 1 root root 47264 2008-12-05 11:24 .config.old
-rw-r--r-- 1 root root 18693 2008-07-13 21:51 COPYING
-rw-r--r-- 1 root root 92729 2008-07-13 21:51 CREDITS
drwxr-xr-x 3 root root 4096 2008-12-05 11:30 crypto
drwxr-xr-x 79 root root 12288 2008-11-24 15:26 Documentation
drwxr-xr-x 79 root root 4096 2008-12-05 11:27 drivers
drwxr-xr-x 63 root root 12288 2008-12-05 10:56 fs
-rw-r--r-- 1 root root 867 2008-07-13 21:51 .gitignore
drwxr-xr-x 43 root root 4096 2008-11-24 15:32 include
drwxr-xr-x 2 root root 4096 2008-12-05 11:29 init
drwxr-xr-x 2 root root 4096 2008-12-05 10:56 ipc
-rw-r--r-- 1 root root 2465 2008-07-13 21:51 Kbuild
drwxr-xr-x 5 root root 12288 2008-12-05 11:25 kernel
drwxr-xr-x 6 root root 12288 2008-12-05 11:29 lib
lrwxrwxrwx 1 root root 31 2008-11-25 16:16 linux-2.6.26-gentoo-r3 -> /usr/src/linux-2.6.26-gentoo-r3
-rw-r--r-- 1 root root 233 2008-12-01 19:44 .lst
-rw-r--r-- 1 root root 3696 2008-07-13 21:51 .mailmap
-rw-r--r-- 1 root root 100983 2008-07-13 21:51 MAINTAINERS
-rw-r--r-- 1 root root 55091 2008-11-24 15:25 Makefile
-rw-r--r-- 1 root root 133 2008-12-05 11:24 .missing-syscalls.d
drwxr-xr-x 2 root root 4096 2008-12-05 10:53 mm
-rw-r--r-- 1 root root 925 2008-12-05 11:30 modules.order
-rw-r--r-- 1 root root 217710 2008-12-05 11:30 Module.symvers
drwxr-xr-x 43 root root 4096 2008-12-05 11:29 net
-rw-r--r-- 1 root root 16930 2008-07-13 21:51 README
-rw-r--r-- 1 root root 3172 2008-07-13 21:51 REPORTING-BUGS
drwxr-xr-x 6 root root 4096 2008-11-24 15:26 samples
drwxr-xr-x 9 root root 4096 2008-12-05 10:51 scripts
drwxr-xr-x 5 root root 4096 2008-12-05 10:56 security
drwxr-xr-x 20 root root 4096 2008-12-05 11:30 sound
-rw-r--r-- 1 root root 1086106 2008-12-05 11:30 System.map
-rw-r--r-- 1 root root 812768 2008-12-05 11:29 .tmp_kallsyms1.o
-rw-r--r-- 1 root root 665 2008-12-05 11:29 ..tmp_kallsyms1.o.cmd
-rw-r--r-- 1 root root 3336768 2008-12-05 11:29 .tmp_kallsyms1.S
-rw-r--r-- 1 root root 812768 2008-12-05 11:30 .tmp_kallsyms2.o
-rw-r--r-- 1 root root 665 2008-12-05 11:30 ..tmp_kallsyms2.o.cmd
-rw-r--r-- 1 root root 3336768 2008-12-05 11:30 .tmp_kallsyms2.S
-rw-r--r-- 1 root root 1086106 2008-12-05 11:30 .tmp_System.map
drwxr-xr-x 2 root root 4096 2008-12-05 11:27 .tmp_versions
-rwxr-xr-x 1 root root 5986675 2008-12-05 11:29 .tmp_vmlinux1
-rw-r--r-- 1 root root 739 2008-12-05 11:29 ..tmp_vmlinux1.cmd
-rwxr-xr-x 1 root root 6519155 2008-12-05 11:29 .tmp_vmlinux2
-rw-r--r-- 1 root root 755 2008-12-05 11:29 ..tmp_vmlinux2.cmd
drwxr-xr-x 2 root root 4096 2008-12-05 10:51 usr
-rw-r--r-- 1 root root 3 2008-12-05 11:29 .version
drwxr-xr-x 3 root root 4096 2008-11-24 15:26 virt
-rwxr-xr-x 1 root root 6519155 2008-12-05 11:30 vmlinux
-rw-r--r-- 1 root root 743 2008-12-05 11:30 .vmlinux.cmd
-rw-r--r-- 1 root root 7231565 2008-12-05 11:29 vmlinux.o
-rw-r--r-- 1 root root 692 2008-12-05 11:29 .vmlinux.o.cmd
|
any ideas?maybe if i downgrade my kernel? |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Fri Dec 05, 2008 6:08 pm Post subject: |
|
|
Hi, can you actually post this :
Code: |
# cd /usr/src
# ls -la
|
Your /usr/src seems to be weird for my concen. |
|
Back to top |
|
|
zoe Guru
Joined: 10 Jun 2007 Posts: 324 Location: Greece
|
Posted: Sat Dec 06, 2008 2:25 pm Post subject: |
|
|
hi,my /src looks like this
Quote: |
total 12
drwxr-xr-x 3 root root 4096 2008-11-24 15:26 .
drwxr-xr-x 15 root root 4096 2008-11-25 12:17 ..
-rw-r--r-- 1 root root 0 2008-06-11 17:44 .keep
lrwxrwxrwx 1 root root 22 2008-11-24 15:26 linux -> linux-2.6.26-gentoo-r3
drwxr-xr-x 22 root root 4096 2008-12-05 11:30 linux-2.6.26-gentoo-r3
|
what do you think? |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Sat Dec 06, 2008 2:25 pm Post subject: |
|
|
So, your /usr/src is fine. |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Sat Dec 06, 2008 2:26 pm Post subject: |
|
|
Can you post this :
Code: |
# equery list gentoo-sources
|
|
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Sat Dec 06, 2008 2:36 pm Post subject: |
|
|
Hi, we don't have the choice, post this :
Code: |
# cat /usr/src/linux/.config
|
|
|
Back to top |
|
|
zoe Guru
Joined: 10 Jun 2007 Posts: 324 Location: Greece
|
Posted: Sat Dec 06, 2008 2:48 pm Post subject: |
|
|
you want me to post my whole .config? |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Sat Dec 06, 2008 2:48 pm Post subject: |
|
|
I don't know what is going on with your kernel |
|
Back to top |
|
|
|