Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SMC2802W v2, detected, configuration failed
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
uiliewuilie
n00b
n00b


Joined: 23 Jan 2005
Posts: 19

PostPosted: Sun Jan 23, 2005 2:05 pm    Post subject: SMC2802W v2, detected, configuration failed Reply with quote

I have a SMC2802W 2.4GHz 54 Mbps Wireless PCI Adapter.
When I boot from the live cd (install-X86-universal-2004.3-R1), the wireless network card is detected, and mounted at eth1 (eth0 is occupied by a network card currently not in use).
When I try to configure the card with net-setup, and choose to use DHCP I get a error message, as well when I choose manual configuration, and enter the correct data.
The error message is:

prism54:request_firmware() failed for 'isl3890'
eth1: could not upload firmware ('isl3890')

I'm wondering what this means, and how to solve this.
Could anyone give me clue?
Thanks
Back to top
View user's profile Send private message
UberLord
Retired Dev
Retired Dev


Joined: 18 Sep 2003
Posts: 6835
Location: Blighty

PostPosted: Sun Jan 23, 2005 2:14 pm    Post subject: Reply with quote

The prism54 drivers only work with v1 cards - which are now very hard to find. You may have better luck using ndiswrapper + windows drivers
Back to top
View user's profile Send private message
uiliewuilie
n00b
n00b


Joined: 23 Jan 2005
Posts: 19

PostPosted: Sun Jan 23, 2005 7:59 pm    Post subject: can't figure out how to use ndiswrapper + windows drivers Reply with quote

I've tried to figure out how to install the ndiswrapper + windows drivers. But the instructions I found on the internet are too compex for me to understand. Probbably because this is the first time i'm installing a linux distribution.
I hope someone can help me out.

Thanks
Back to top
View user's profile Send private message
Sequentious
Apprentice
Apprentice


Joined: 07 Jun 2002
Posts: 290
Location: London Ontario Canada

PostPosted: Mon Jan 24, 2005 6:22 am    Post subject: Reply with quote

I have an SMC 2835w, so it is not exactly the same card, but there is some useful information we can get.

First of all, it is trying to load firmware which leads me to believe at least hotplug (might be handled by cardmgr directly, I cannot remember) is claiming some module for the card. Please run `lspci` and look for a line relating to your card. I get the following:

Code:
0000:03:00.0 Network controller: Intersil Corporation Intersil ISL3890 [Prism GT/Prism Duette] (rev 01)


Granted, yours will likely be different, but at least it will give us some leads. I consider ndiswrapper an extreme last resort. So much so that I bought a new pcmcia card rather than use the 'built-in' centrino wireless minipci (which now has a native driver, co-incidently)
_________________
--
Chris I
chris@cidesign.ca :: www.cidesign.ca/~chris/
Back to top
View user's profile Send private message
uiliewuilie
n00b
n00b


Joined: 23 Jan 2005
Posts: 19

PostPosted: Fri Jan 28, 2005 3:37 pm    Post subject: Temporary solution Reply with quote

As a temporary solution I fired up my old (eth0) 10 mbit utp wired network card.
I've started the installation process, when finished i'll retry to get my SMC 2802w v2 working.
Any suggestions in the mean time are appriciated.
Back to top
View user's profile Send private message
pinnockio
Apprentice
Apprentice


Joined: 08 Jun 2002
Posts: 162

PostPosted: Mon Jan 31, 2005 9:21 am    Post subject: Reply with quote

Hello,


Just do
Code:

emerge ndiswrapper
ndiswrapper -i your-driver.inf (from your install source)

(to chechk wether your card works: dmesg -c)

iwconfig wlan0 essid "your ssid" channel "your channel"
ifconfig wlan0 "192.168.2.2" broadcast "192.168.2.255" netmask "255.255.255.0" up
route add default gw "192.168.2.1"


Replace 192.168.2.x in the above example with the ip's of you internal network. I got the smc card working ;).


Kind regards,

A belgian Gentoo user
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum