• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help with Intel pro/ 2200 BG mini-pci in Linux

I have an IBM thinkpad R50e that has an integrated intel 2200 BG mini-pci Wi-Fi card .
I am running the newest kernel. When I go to the hardware browser I see my ethernet card and my wireless card as eth0 and eth1 respectivley.
When I want to creat a new wireless connection my intel card doesn't appear in the menu I only see other devices and that's about it.
Shouldn't my integrated intel be nativly supported by Linux kernel's 2.6 + ?
What is missing here ?
 
man iwconfig

iwconfig eth0 nwid network_name maybe.

EDIT: This post is vague, I know this. But I've never setup wireless under Linux (something I plan on doing down the road), and I have a strong distate for Intel's crap. Although, that won't stop me from helping you get it working, I just like pointing out how much better RALink stuff is than Intel's. :Þ
 
depending on the version, edit /etc/conf.d/wireless and then do a /etc/init.d/net.XXX start, where XXX is your wireless adapter
 
Originally posted by: The Linuxator
what version ? Kernel

it's the 2.6.12.1447

Since those are configuration issues he is mentioning and not kernel issues, it probably depends on distro and distro version instead of kernel version.

See if the iwconfig and ifconfig stuff works, then we'll worry about getting it to work on boot.
 
Back
Top