Getting Wifi Going on an eeePC701

I am trying to get wifi running on Alpha3 in a Asus eeePC701SDX. Researching these forum pages I was encouraged to see in a few threads that wifi in the 701 does work for some and in a few cases is ‘out-of-the-box’!

I am able to get a wired connection.

I have followed the wireless instructions but when I run ifconfig only loop and wired appear. My card is a Realtek, RTL8187SE(rev22) and this appears in Applications>Devices. I am aware that the success stories could involve eeePC701s with different cards and that my card may not be supported…there are ‘millions’ of 701s out there and there must be a few variations.

This card does not appear in the list of drivers available in the guide.

Am I missing a step and can anybody offer some guidance?

I’m using haiku on an EeePC701 and the WiFi works just fine out of the box…

What type of encryption are you using, and on which version of Haiku?

Hello CypressTwist…pleased to hear your result with wifi?

I have not been able to get wifi to work on my 701 so I would like to confirm a few things with you.

Can you tell me the lan network card on your 701? When I type “ifconfig -a” nothing shows for WLAN but a search of Devices shows the Realtek RTL8187SE Wireless Lan Controller.

I suppose the version of Haiku that you are using would be of importance, too?

Hope you can help :slight_smile:

What type of encryption are you using, and on which version of Haiku?[/quote]

Hello Deejam…my guess is that you are having a similar prob…perhaps you can tell us more about your setup especially what Wireless Lan Controller you have on board?

Are you only having trouble with encryption???

in terminal type, listdev and post output (3 lines) for your wireless card.

You should still check with listdev but I think your card is:
RTL8187SE Wireless LAN Controller
Vendor 10ec : Device 8199

I could not see any FreeBSD driver for that card. BSD must have driver first or else you will not get any driver for your wifi card in Haiku.

Search BSD forums for more info.
http://forums.freebsd.org/search.php?searchid=709580

Here they say the wifi cards are Atheros or Ralink and nothing about Realtek in eeepc 701.

What type of encryption are you using, and on which version of Haiku?[/quote]

Hello Deejam…my guess is that you are having a similar prob…perhaps you can tell us more about your setup especially what Wireless Lan Controller you have on board?

Are you only having trouble with encryption???[/quote]
I do not own an Eee myself. I’m asking because I’m trying to gather more information about wifi issues for a bug ticket I created.

The realtek cards are not very well supported. Try an eeePC with an atheros card (i gutted a 701 for it’s wifi card so my 901 could have wireless under Haiku)

[quote=tonestone57]in terminal type, listdev and post output (3 lines) for your wireless card.

You should still check with listdev but I think your card is:
RTL8187SE Wireless LAN Controller
Vendor 10ec : Device 8199

I could not see any FreeBSD driver for that card. BSD must have driver first or else you will not get any driver for your wifi card in Haiku.

Search BSD forums for more info.
http://forums.freebsd.org/search.php?searchid=709580

Here they say the wifi cards are Atheros or Ralink and nothing about Realtek in eeepc 701.
http://en.wikipedia.org/wiki/Asus_eeepc_701[/quote]

Hello Tonestone57;

device Network controller [2|80|0]
vendor 10ec Realtek Semiconductor Co.,Ltd.
device 8199 RTL8187SE Wireless LAN Controller

My ‘machine’ is described as a Asus eeePC 700SDX…in eeePC701 terms, this is a fairly recent product sans the camera…and doesn’t seem to be listed on the Wiki. The card doesn’t seem to appear on the BSD list.

Thanks for you help.

Yep, like I thought you have a network card that is not supported by BSD either.

Haiku uses a FreeBSD network layer. Most of the network drivers are from FreeBSD with a couple of native Haiku network drivers. Haiku uses the latest release which today is 8.2.

No wifi card support in Haiku for RTL8187SE until BSD makes a driver for your wifi card (ie, without using ndiswrapper).

You can also try FreeBSD and use their forums to get more information and double check that your wifi is not working on BSD OS either.

Thanks for your help…I will see what I can find out.