LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   HELP, problem when making ieee80211 and ipw2200 (https://www.linuxquestions.org/questions/mandriva-30/help-problem-when-making-ieee80211-and-ipw2200-391870/)

Tje 12-12-2005 07:27 AM

HELP, problem when making ieee80211 and ipw2200
 
as I followed instructions like in
linuxquestions.org/questions/showthread.php?t=382213

I got errors problem when trying to make ieee80211, here's

Code:

[root@localhost ieee80211-1.1.6]# make
<stdin>:1:28: linux/rhconfig.h: No such file or directory
Checking in /lib/modules/2.6.11-6mdk-i686-up-4GB/build/ for ieee80211 components...

make -C /lib/modules/2.6.11-6mdk-i686-up-4GB/build M=/home/tje/Desktop/toshiba-linux/wireless/ieee80211-1.1.6 MODVERDIR=/home/tje/Desktop/toshiba-linux/wireless/ieee80211-1.1.6 modules
make[1]: Entering directory `/usr/src/linux-2.6.11-6mdk'
  CC [M]  /home/tje/Desktop/toshiba-linux/wireless/ieee80211-1.1.6/ieee80211_tx.o
/home/tje/Desktop/toshiba-linux/wireless/ieee80211-1.1.6/ieee80211_tx.c:193: error: syntax error before "gfp_mask"
/home/tje/Desktop/toshiba-linux/wireless/ieee80211-1.1.6/ieee80211_tx.c:194: warning: function declaration isn't a prototype
/home/tje/Desktop/toshiba-linux/wireless/ieee80211-1.1.6/ieee80211_tx.c: In function `ieee80211_alloc_txb':
/home/tje/Desktop/toshiba-linux/wireless/ieee80211-1.1.6/ieee80211_tx.c:197: error: `nr_frags' undeclared (first use in this function)
/home/tje/Desktop/toshiba-linux/wireless/ieee80211-1.1.6/ieee80211_tx.c:197: error: (Each undeclared identifier is reported only once
/home/tje/Desktop/toshiba-linux/wireless/ieee80211-1.1.6/ieee80211_tx.c:197: error: for each function it appears in.)
/home/tje/Desktop/toshiba-linux/wireless/ieee80211-1.1.6/ieee80211_tx.c:198: error: `gfp_mask' undeclared (first use in this function)
/home/tje/Desktop/toshiba-linux/wireless/ieee80211-1.1.6/ieee80211_tx.c:204: error: `txb_size' undeclared (first use in this function)
make[2]: *** [/home/tje/Desktop/toshiba-linux/wireless/ieee80211-1.1.6/ieee80211_tx.o] Error 1
make[1]: *** [_module_/home/tje/Desktop/toshiba-linux/wireless/ieee80211-1.1.6]Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.11-6mdk'
make: *** [modules] Error 2
[root@localhost ieee80211-1.1.6]#

also for the ipw2200, here's

Code:

[root@localhost ipw2200-1.0.8]# make
<stdin>:1:28: linux/rhconfig.h: No such file or directory

 ERROR: ieee80211.h not found in '/lib/modules/2.6.11-6mdk-i686-up-4GB/include'.

 You need to install the ieee80211 subsystem from http://ieee80211.sf.net
 and point this build to the location where you installed those sources, eg.:

 % make IEEE80211_INC=/usr/src/ieee80211/

 will look for ieee80211.h in /usr/src/ieee80211/net/

make: *** [check_inc] Error 1
[root@localhost ipw2200-1.0.8]#

please guys, I wanna to use my wireless for internet in linux...
someone help me on this..

Thanks,

Tje

Tje 12-12-2005 07:28 AM

sorry...I should tell this..
I am using Mandrake LE 2005 on Toshiba Satellite M30 Pro S731
my wireless access point router is SpeedTouch..

sam.pedraglio 12-12-2005 09:48 AM

Excuse me for the stupid question but, doesn't M2005LE has the right driver for your wi-fi card?

valyo_bg 12-12-2005 03:45 PM

ipw2200
 
I use same driver (ipw2200) for my Laptop. My wi-fi card is Pro/Wireless 2915ABG. Here is steps for installation:
1. Download latest driver from Intel website (I use ipw-2.2*).
2. Then unpack all files to temp directory.
3. Rename all files from firmware directory from ipw-2.2* to ipw-2.3*.
4. Then copy all renamed files to /usr/lib/hotplug/firmware.
5. Do as root: modprobe ipw2200.
6. From MCC -> Network -> Create new WLAN connection

My OS is Mandriva 2006 Free and wireless adpter is work without problems after this step's.

Regards,
Valentin

Tje 12-12-2005 07:44 PM

Quote:

Originally Posted by sam.pedraglio
Excuse me for the stupid question but, doesn't M2005LE has the right driver for your wi-fi card?

thank u for your reply..

yes M2005LE does has the driver...but it just didnt work anything..
But I will try to re-install the driver from M2005LE instead of from soundfourge..
then do the instructions from valentin, I wonder if it applicable for M2005LE, because his OS is mandriva 2006.

I still wanna try with M2005LE, I have been trying to get it work since last week... :(

regards,

Tje

Tje 12-12-2005 07:47 PM

Quote:

Originally Posted by valyo_bg
I use same driver (ipw2200) for my Laptop. My wi-fi card is Pro/Wireless 2915ABG. Here is steps for installation:
1. Download latest driver from Intel website (I use ipw-2.2*).
2. Then unpack all files to temp directory.
3. Rename all files from firmware directory from ipw-2.2* to ipw-2.3*.
4. Then copy all renamed files to /usr/lib/hotplug/firmware.
5. Do as root: modprobe ipw2200.
6. From MCC -> Network -> Create new WLAN connection

My OS is Mandriva 2006 Free and wireless adpter is work without problems after this step's.

Regards,
Valentin


thanks valentin,
but...what is your laptop, my laptop is Toshiba Satellite Pro M30-S731

and...ur steps, does it applicable for M2005LE ?
however, I still wanna try ur steps because it has a unique step that I never think about: "rename all the files from firmware directory from ipw-2.2 to ipw-2.3"

Regards,

Tje

Tje 12-12-2005 07:50 PM

Quote:

Originally Posted by Tje
thank u for your reply..

yes M2005LE does has the driver...but it just didnt work anything..
But I will try to re-install the driver from M2005LE instead of from soundfourge..
then do the instructions from valentin, I wonder if it applicable for M2005LE, because his OS is mandriva 2006.

I still wanna try with M2005LE, I have been trying to get it work since last week... :(

regards,

Tje


ooopsss sorry...
wrong message...

I will try again the driver from soundforge....the driver from M2005LE, didnt work.

sorry once again

sam.pedraglio 12-14-2005 04:59 AM

Quote:

Originally Posted by Tje
thank u for your reply..

yes M2005LE does has the driver...but it just didnt work anything..
But I will try to re-install the driver from M2005LE instead of from soundfourge..
then do the instructions from valentin, I wonder if it applicable for M2005LE, because his OS is mandriva 2006.

I still wanna try with M2005LE, I have been trying to get it work since last week... :(

regards,

Tje

I'm sorry, you're very unlucky. My card was working well.

valyo_bg 12-15-2005 09:24 AM

My Laptop is Prestigio, but this is not so important. I hope that your Wireless card is similar model like my. Also why you won't try Mandriva 2006? For my point of view it is most better then 2005LE. My old linux was Mandriva 2005, but installed on Desktop PC. Now I migrate to Mandriva 2006 and I'm very satisfated. I hope that you will have success to install properly your Wireless card.
Best Regards,
Valentin

Tje 12-17-2005 10:37 AM

Quote:

Originally Posted by valyo_bg
My Laptop is Prestigio, but this is not so important. I hope that your Wireless card is similar model like my. Also why you won't try Mandriva 2006? For my point of view it is most better then 2005LE. My old linux was Mandriva 2005, but installed on Desktop PC. Now I migrate to Mandriva 2006 and I'm very satisfated. I hope that you will have success to install properly your Wireless card.
Best Regards,
Valentin

oh yes..
thank you..
about mandriva 2006, actually, I just finished downloaded..

I tried LE2005 , it is because the ISO of 2006 one havent come out at that time..
I have LE2005 not even a month..
yes...made me think that LE2005 is useless...

going to try 2006 now..
thanks Valentin...very appreciated....
something wrong with my wireless again if I have installed 2006 on my laptop, I will ask it again here..is that ok?

Best Regards,

Tje

sam.pedraglio 12-18-2005 10:32 AM

Quote:

Originally Posted by Tje
yes...made me think that LE2005 is useless...
Tje

I'd be a little bit softer. It was a release on the way to 2006. It's working for a lot of things.
As I've already told you, I think you're unlacky with your card. My one was working well.

Tje 12-22-2005 06:42 AM

Quote:

Originally Posted by valyo_bg
I use same driver (ipw2200) for my Laptop. My wi-fi card is Pro/Wireless 2915ABG. Here is steps for installation:
1. Download latest driver from Intel website (I use ipw-2.2*).
2. Then unpack all files to temp directory.
3. Rename all files from firmware directory from ipw-2.2* to ipw-2.3*.
4. Then copy all renamed files to /usr/lib/hotplug/firmware.
5. Do as root: modprobe ipw2200.
6. From MCC -> Network -> Create new WLAN connection

My OS is Mandriva 2006 Free and wireless adpter is work without problems after this step's.

Regards,
Valentin

you know what Valentin...
this is my first time I use internet on Linux...
yes...I just use linux just for learning, programming, and bla bla blah..never about Internet ..

I use laptop and wireless connection...I believe Mandriva will give the best performance for my wireless Centrino Processor..

yes..you helped me..with only a little instruction up there...very easy...
and now I love Mandriva 2006..

THANK YOU..
Merry Christmas and Happy New Year 2006...hope you best wishes...

Regards,


Tje

Tje 12-22-2005 06:42 AM

Quote:

Originally Posted by sam.pedraglio
I'd be a little bit softer. It was a release on the way to 2006. It's working for a lot of things.
As I've already told you, I think you're unlacky with your card. My one was working well.

no worries mate..Valentin has helped a lot..thx for any comments btw... :)

Cheers,

Tje

valyo_bg 12-22-2005 08:26 AM

I'm glad to hear that everythink is OK. I wish you to enjoy with Mandriva 2006, Merry Christmas and Happy New 2006!
Regards,
Valentin

Tje 12-23-2005 09:18 AM

Quote:

Originally Posted by valyo_bg
I'm glad to hear that everythink is OK. I wish you to enjoy with Mandriva 2006, Merry Christmas and Happy New 2006!
Regards,
Valentin

yes..thanks a lot Valentin..
Merry Christmas and Happy New Year 2006 too Valentin..
:)

Regards,
Tje


All times are GMT -5. The time now is 06:37 AM.