|
| View previous topic :: View next topic |
| Author |
Message |
kazim
|
Posted: Sat Aug 07, 2004 10:25 am Post subject: Centrino drivers |
|
|
Trying to install RE: ipw2100-firmware-1.1-1.0.dag (through synaptic) I get this error:
| Code: |
While installing package ipw2100-firmware-1.1-1.0.dag:
(synaptic:4490): Gtk-CRITICAL **: file gtklabel.c: line 1009 (gtk_label_set_label): assertion `str != NULL' failed
|
Perhaps I have the wrong Gtk installed ? Any idea where to go from here. Also a little stuck with the 2100 driver in general, does anyone have useful experience? Once I have installed this rpm does that mean I will have access to the device thru iwconfig, or are there further steps to take?
--update--
OK, so I need the 2100 drivers now,I cannot find these in the repository. I can see them on this site http://atrpms.net/dist/rh9/ipw2100/ but only for 20-35.9 (I am running 20-30.9), and many many things depend on that so am not too keen on changing...
Last edited by kazim on Sat Aug 07, 2004 10:56 am; edited 3 times in total |
|
|
 |
jebba
|
Posted: Sat Aug 07, 2004 10:54 am Post subject: |
|
|
Try downloading the RPM to your hard drive then just `rpm -Uvh yada.rpm` it...
I haven't used those drivers. Did you get yerself a new thinkpad? ;)
-Jeff
|
|
|
 |
kazim
|
Posted: Sat Aug 07, 2004 10:58 am Post subject: |
|
|
firmaware installed fine, but then cant find an rpm of the drivers.. see above
Thinkpad T41
|
|
|
 |
jebba
|
|
 |
kazim
|
Posted: Sat Aug 07, 2004 11:15 am Post subject: |
|
|
| Code: | [root@LUCI root]# insmod ipw2100
insmod: ipw2100: no module by that name found |
Am I missing something?
|
|
|
 |
kazim
|
Posted: Sat Aug 07, 2004 11:34 am Post subject: |
|
|
OK I should clarify:
I cannot do anything with simply the firmware, so I install http://atrpms.net/dist/rh9/ipw2100/ipw2100-0.51-14.rh9.at.i386.rpm
That fails dependency:
| Code: | error: Failed dependencies:
kernel-module-ipw2100-0.51-14.rh9.at is needed by ipw2100-0.51-14.rh9.at[root@LUCI 2100]# |
now theres no kernel module 20-30.9 rpm. So i download:
http://download.atrpms.net/testing/sources/redhat-9-i386/atrpms/ipw2100-0.51-14.rh9.at.src.rpm
When I make, I get :
| Code: |
[root@LUCI ipw2100-0.51]# make
make -C /lib/modules/2.4.20-30.9/build SUBDIRS=/home/kazim/DOWNLOAD/2100/ipw2100-0.51 BUILD_DIR=/home/kazim/DOWNLOAD/2100/ipw2100-0.51 modules
make[1]: Entering directory `/usr/src/linux-2.4.20-30.9'
make -r -f tmp_include_depends all
make[2]: Entering directory `/usr/src/linux-2.4.20-30.9'
make[2]: Circular /usr/src/linux-2.4.20-30.9/include/asm/smplock.h <- /usr/src/linux-2.4.20-30.9/include/linux/interrupt.h dependency dropped.
make[2]: Circular /usr/src/linux-2.4.20-30.9/include/linux/netfilter_ipv4/ip_conntrack_helper.h <- /usr/src/linux-2.4.20-30.9/include/linux/netfilter_ipv4/ip_conntrack.h dependency dropped.
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/linux-2.4.20-30.9'
make -C /home/kazim/DOWNLOAD/2100/ipw2100-0.51 CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.20-30.9/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2
-march=i386 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.20-30.9/include/linux/modversions.h" MAKING_MODULES=1 modules
make[2]: Entering directory `/home/kazim/DOWNLOAD/2100/ipw2100-0.51'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-30.9/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i386 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.20-30.9/include/linux/modversions.h -I/usr/src/linux-2.4.20-30.9/drivers/net/wireless -DCONFIG_IPW2100_DEBUG=y -DCONFIG_IPW2100_PROMISC=y -nostdinc -iwithprefix include -DKBUILD_BASENAME=ipw2100_fw -c -o ipw2100_fw.o ipw2100_fw.c
ipw2100_fw.c:51:28: linux/firmware.h: No such file or directory
ipw2100_fw.c: In function `ipw2100_mod_firmware_load':
ipw2100_fw.c:341: dereferencing pointer to incomplete type
ipw2100_fw.c:352: dereferencing pointer to incomplete type
ipw2100_fw.c: In function `ipw2100_get_firmware':
ipw2100_fw.c:421: warning: implicit declaration of function `request_firmware'
ipw2100_fw.c:433: dereferencing pointer to incomplete type
ipw2100_fw.c:433: dereferencing pointer to incomplete type
ipw2100_fw.c: In function `ipw2100_release_firmware':
ipw2100_fw.c:452: warning: implicit declaration of function `release_firmware'
make[2]: *** [ipw2100_fw.o] Error 1
make[2]: Leaving directory `/home/kazim/DOWNLOAD/2100/ipw2100-0.51'
make[1]: *** [_mod_/home/kazim/DOWNLOAD/2100/ipw2100-0.51] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-30.9'
make: *** [modules] Error 2
|
Where am I going wrong?
|
|
|
 |
jebba
|
Posted: Sat Aug 07, 2004 11:49 am Post subject: |
|
|
The line where it failed is this:
ipw2100_fw.c:51:28: linux/firmware.h: No such file or directory
Is there a firmware.h in any of the files you've got there? Like the ipw2100-firmware RPM?
|
|
|
 |
jebba
|
|
 |
kazim
|
Posted: Sat Aug 07, 2004 11:55 am Post subject: |
|
|
| Code: |
[root@LUCI SPECS]# rpmbuild -bb ipw2100-0.51-14.rh9.at.spec
error: line 1: Unknown tag: %kmdl ipw2100
|
|
|
|
 |
jebba
|
Posted: Sat Aug 07, 2004 1:03 pm Post subject: |
|
|
Oh yeah. Um, kernel module RPMs are kinda tricky to build...sry
|
|
|
 |
|
|
|