You are not logged in.

#1 2007-08-30 04:47:29

mjjjurek
Member
Registered: 2007-07-23
Posts: 18

Wireless Network Configuration

Hello,

I am trying to get my Trendnet TEW-423PI card to work with Arch.  I tried installing it with ndiswrapper, but it seems to not detect the card.

I am currently connected through my lan card on eth0 and I have my wireless card on another port.  Can they still work simultaneously?  Would the wireless card be called eth1, wlan0, or wlan1?

I followed the instructions on these pages:

http://wiki.archlinux.org/index.php/Wireless
http://wiki.archlinux.org/index.php/Ndi … supplicant

I have the driver Mrv8000c.inf installed.

When I run iwconfig, I get:

lo      no wireless extensions.
eth0  no wireless extensions.

When I run iwlist (any of the three possibilities) scan, I get:

Interface doesn't support scanning.

Any ideas?

Offline

#2 2007-08-30 05:03:41

Jansson
Member
From: Sweden
Registered: 2006-09-10
Posts: 106

Re: Wireless Network Configuration

Hello mijjurek.

When I run iwconfig, I get:

lo      no wireless extensions.
eth0  no wireless extensions.

When I run iwlist (any of the three possibilities) scan, I get:

Interface doesn't support scanning.

Whitch is the third possibility?

Could you give us the ouput of:

#ndiswrapper -l

/Jansson

Offline

#3 2007-08-30 05:17:55

mjjjurek
Member
Registered: 2007-07-23
Posts: 18

Re: Wireless Network Configuration

Oh.  Sorry about that.  The 3 possibilities are wlan0, wlan1, or eth1.  I don't know which one it is, so I tried all three.

Running ndiswrapper -l gives me:

mrv8000c : driver installed

Thanks for your reply

Offline

#4 2007-08-30 05:25:40

AlmaMater
Member
Registered: 2007-02-28
Posts: 108

Re: Wireless Network Configuration

edit modprobe.conf in /etc/

alias ath0 ndiswrapper

and use ath0 (thats what i use, u can especify eth1 instead ath0)

and add ndiswrapper to your MODULES array in /etc/rc.conf

Last edited by AlmaMater (2007-08-30 05:28:44)

Offline

#5 2007-08-30 05:35:08

mjjjurek
Member
Registered: 2007-07-23
Posts: 18

Re: Wireless Network Configuration

There was already an entry for wlan0.  That did not work.

I tried ath0 and eth1 as well.  Same problems.

Offline

#6 2007-08-30 05:35:12

Jansson
Member
From: Sweden
Registered: 2006-09-10
Posts: 106

Re: Wireless Network Configuration

ok, ndiswrapper states that it's installed, but it can't find the device, my working ndiswrapper:

jansson ~ $ ndiswrapper -l
bcmwl5 : driver installed
    device (14E4:4311) present (alternate driver: bcm43xx)

So something is fishy somewhere.... don't know where you got the .inf, but the manufacturers support site is a great place to get hold of proper drivers (even if it's probably an selfextracting exe you'll get... but wine should be able to unpack it for you).

If "#ndiswrapper -m" is run, it creates an entry in modrobe.conf, so no fiddling there should be necessary.

/Jansson

Offline

#7 2007-08-30 12:13:53

mjjjurek
Member
Registered: 2007-07-23
Posts: 18

Re: Wireless Network Configuration

The manufacturer of my wireless card has not released a driver for my specific card.  I only learned through researching the net that the Mrv8000c.inf was the file that seemed to work from other people who owned my same card.  Should I consider returning this card?  I am waiting to hear back from the manufacturer of the card to see if there are any other alternatives.

I already ran ndiswrapper -m.  I ran it again and it said "module configuration already contains alias directive"

Last edited by mjjjurek (2007-08-30 16:13:46)

Offline

#8 2007-08-30 19:38:33

mjjjurek
Member
Registered: 2007-07-23
Posts: 18

Re: Wireless Network Configuration

If I have to buy a new card, is there a good cheap alternative that is known to work with Arch?

Offline

#9 2007-08-30 21:16:38

mjjjurek
Member
Registered: 2007-07-23
Posts: 18

Re: Wireless Network Configuration

Apparently, the chip for the card is Realtek 8185L.  I am going to try installing this driver for linux instead to see what happens...

http://www.realtek.com.tw/downloads/dow … e#RTL8185L

Offline

#10 2007-08-31 11:21:41

DkSoul
Member
Registered: 2005-11-24
Posts: 34

Re: Wireless Network Configuration

Hi,

Check if the ndiswrapper kernel module is loaded

lsmod |grep ndiswrapper

If it isn't you should add it to your /etc/rc.conf (and reboot your computer)

#
# Modules to load at boot-up (in this order)
#   - prefix a module with a ! to blacklist it
#
MODULES=(ndiswrapper)

or load it manually (as root)

modprobe ndiswrapper

Then add your network card driver to ndiswrapper and see if it works smile

DkSoul

Last edited by DkSoul (2007-08-31 11:24:37)

Offline

#11 2007-08-31 12:43:58

mjjjurek
Member
Registered: 2007-07-23
Posts: 18

Re: Wireless Network Configuration

Thanks for you help.  Unfortunately, I have already added it to my list of modules and have manually started it numerous times.  My previous message about trying the other driver did not work.  In fact, I am thinking I got a bum network card since I do not see the thing at all when I run the command lshwd.  So, now I am back to asking, is there a wireless network card that you guys recommend?

Offline

#12 2007-08-31 13:38:09

DkSoul
Member
Registered: 2005-11-24
Posts: 34

Re: Wireless Network Configuration

Have you already tried with the latest drivers? (http://www.trendware.com/downloads/info/TEW-423PI.htm)
About your question, I have a wireless card (MSI PC54G2) with a Ralink 2500 chipset and I have had no problems with it so far.

Offline

#13 2007-08-31 18:04:35

mjjjurek
Member
Registered: 2007-07-23
Posts: 18

Re: Wireless Network Configuration

Yeah.  I did that as well.  I just returned the network card.  I will go out and buy another one as soon as I am sure what I get will work.  Thanks again!

Offline

Board footer

Powered by FluxBB