Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Networking & Security
  • Search

[solved] ipw2100+wpa_supplicant+gentoo-sources-2.6.13-r3

Having problems getting connected to the internet or running a server? Wondering about securing your box? Ask here.
Post Reply
Advanced search
9 posts • Page 1 of 1
Author
Message
loisl
Apprentice
Apprentice
User avatar
Posts: 167
Joined: Sun Apr 18, 2004 3:35 pm
Location: Egelsbach

[solved] ipw2100+wpa_supplicant+gentoo-sources-2.6.13-r3

  • Quote

Post by loisl » Sat Oct 08, 2005 8:48 am

Dear all,

I've tested gentoo-sources-2.6.13-r3 and I found out, that my ipw2100 with wpa_supplicant dont work any longer.

On /etc/init.d/net.eth1 start i get the following:

Code: Select all

 * Starting eth1
 *   Starting wpa_supplicant on eth1 ...
ioctl[SIOCSIWPMKSA]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported       [ ok ]
 *     timed out                                                                            [ !! ]
my ieee80211 and ipw2100 modules are loaded.

any ideas what's going on there?
Last edited by loisl on Wed Oct 12, 2005 4:38 pm, edited 1 time in total.
Top
pumpichank
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 81
Joined: Thu Jul 28, 2005 3:20 pm

  • Quote

Post by pumpichank » Sun Oct 09, 2005 3:20 am

I don't know, as I can't even get that far. I tried to emerge ipw2100, hostap_driver, and ieee80211 as usual after a kernel upgrade, and neither ipw2100 or ieee80211 even compile. I'm guessing the wireless support is just busted under 2.6.13-r3.
Top
agentblue
Tux's lil' helper
Tux's lil' helper
Posts: 92
Joined: Thu Jul 07, 2005 12:16 am
Location: Las Vegas

same problem

  • Quote

Post by agentblue » Sun Oct 09, 2005 7:18 am

i have the same problem i posted it earlier mine compiles, well i have kernel-2.6.13-r1 but i get the same ioctl error when trying to use wpa_supplicant
Top
ToeiRei
Veteran
Veteran
User avatar
Posts: 1191
Joined: Mon Jan 03, 2005 10:50 am
Location: Austria
Contact:
Contact ToeiRei
Website

  • Quote

Post by ToeiRei » Sun Oct 09, 2005 10:13 am

Code: Select all

Linux acer 2.6.13-gentoo-r2 #1 Tue Sep 27 16:02:57 CEST 2005 i686 Intel(R) Pentium(R) M processor 1400MHz GenuineIntel GNU/Linux
Same Problem, but Card is working with WEP or unencrypted.

Rei
Please stand by - The mailer daemon is busy burning your messages in hell...
Top
Mr Wonka
n00b
n00b
Posts: 16
Joined: Fri Nov 05, 2004 4:46 pm
Location: Portsmouth, UK
Contact:
Contact Mr Wonka
Website

  • Quote

Post by Mr Wonka » Sun Oct 09, 2005 3:56 pm

I've just hit this exact same problem. I can't even get IPW2100 or IEEE80211 to compile after merging 2.6.13-r3. :evil:

I've submitted bug reports available at: [bug=108608]108608[/bug] and [bug=108613]108613[/bug]

Oh well. The upgrade will have to wait.
--
Gentoo 2005.1
P4 2.4C - 1GB Ram - Nvidia 4800SE
P4 2.4C - 512M Ram - Radeon 7500
Pm 1.7 - 512M Ram - Radeon 7500
Top
loisl
Apprentice
Apprentice
User avatar
Posts: 167
Joined: Sun Apr 18, 2004 3:35 pm
Location: Egelsbach

  • Quote

Post by loisl » Sun Oct 09, 2005 4:31 pm

Mr Wonka wrote:I've just hit this exact same problem. I can't even get IPW2100 or IEEE80211 to compile after merging 2.6.13-r3. :evil:

I've submitted bug reports available at: [bug=108608]108608[/bug] and [bug=108613]108613[/bug]

Oh well. The upgrade will have to wait.
At first my ieee80211 did not emerge as well. But during emerge it said

Code: Select all

 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     2.6.13-gentoo-r3
 * Checking for suitable kernel configuration options:
 *
 * You kernel source contains an incompatible version of the
 * ieee80211 subsystem, which needs to be removed before
 * ieee80211-1.0.3 can be installed. This can be accomplished by running:
 *
 *   # rm -i /usr/src/linux/include/net/ieee80211.h
 *
 * Please note that this will make it impossible to use some of the
 * in-kernel IEEE 802.11 wireless LAN drivers (eg. orinoco).
So I removed the include file, disabled all wireles drivers (not wireless support at all) in the kernel config file and made a new kernel.

Afterwards ieee80211 and ipw2100 etc. emerged successfully, but still there is this issue with wpa_supplicant.

I am using the ~x86 versions of ipw2100, ieee80211, and wpa_supplicant
Top
loisl
Apprentice
Apprentice
User avatar
Posts: 167
Joined: Sun Apr 18, 2004 3:35 pm
Location: Egelsbach

  • Quote

Post by loisl » Tue Oct 11, 2005 5:07 pm

I have filed the wpa_supplicant bug#[bug=]108891[/bug]
Top
saturday
Apprentice
Apprentice
User avatar
Posts: 246
Joined: Mon Dec 20, 2004 3:03 pm
Location: de/munich/home

  • Quote

Post by saturday » Tue Oct 11, 2005 5:48 pm

From the forum:
wpa_supplicant_eth1="-Dipw"

in /etc/conf.d/net has changed to

wpa_supplicant_eth1="-Dwext"
That solved it for me.
Top
pumpichank
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 81
Joined: Thu Jul 28, 2005 3:20 pm

  • Quote

Post by pumpichank » Sat Oct 22, 2005 7:34 pm

Thanks! That fixed things for me too. (My compilation problems were solved by removing that .h file too).
Top
Post Reply

9 posts • Page 1 of 1

Return to “Networking & Security”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic