Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installing Gentoo with Linksys WDT11 and WPC11
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Tinksmartbstupid
n00b
n00b


Joined: 05 Dec 2002
Posts: 68
Location: Coram NY

PostPosted: Mon Jan 27, 2003 12:03 am    Post subject: Installing Gentoo with Linksys WDT11 and WPC11 Reply with quote

I have a linksys wireless pcmcia wpc11 and a Linksys wireless pci adapter for the wpc11. I was wondering if it is possible to install gentoo over a network using the wlan?? thanks
Back to top
View user's profile Send private message
lghman
Guru
Guru


Joined: 29 Nov 2002
Posts: 548
Location: Florida

PostPosted: Mon Jan 27, 2003 3:15 pm    Post subject: Reply with quote

yepp it is. just modprobe the wireless drivers you need, and start it up.

--sonik
Back to top
View user's profile Send private message
Tinksmartbstupid
n00b
n00b


Joined: 05 Dec 2002
Posts: 68
Location: Coram NY

PostPosted: Mon Jan 27, 2003 4:01 pm    Post subject: Confusion Reply with quote

But which Module should I choose, I looked at all of them and tried all of them on the Gentoo 1.4_rc1 cd and none of them worked, I looked for them on the Gentoo 1.4_rc2 X86 disc, but couldn't find them. again I have the Linksys Instant Wireless PCI Adapter (WDT11) and the Linksys Instant Wireless PCMCIA Card (WPC11). I am still searching for the drivers and I guess I'll have to start searching for the Modules too, well if anyone has any information, PLEASE reply cause I would really appreiciate it. thanks

Richey Cintorino
Tinksmarbstupid@netscape.net
Back to top
View user's profile Send private message
shadow303
Tux's lil' helper
Tux's lil' helper


Joined: 19 Apr 2002
Posts: 101

PostPosted: Mon Jan 27, 2003 7:39 pm    Post subject: Reply with quote

For a wpc11, I used the same drivers which are in the linux-wlan-ng ebuild (when I did it, there wasn't an ebuild for it). I am not sure if that is available to you on install.
Back to top
View user's profile Send private message
lghman
Guru
Guru


Joined: 29 Nov 2002
Posts: 548
Location: Florida

PostPosted: Mon Jan 27, 2003 7:41 pm    Post subject: Reply with quote

for the pcmcia card use
Code:

modprobe orinoco_cs


that should load the orinoco_cs , orinoco , and hermes modules
if it dosent than just load them your self

after that if you use dhcp just use
Code:

dhcpcd ethX

where x in the number assigned to the card.

--sonik
Back to top
View user's profile Send private message
Tinksmartbstupid
n00b
n00b


Joined: 05 Dec 2002
Posts: 68
Location: Coram NY

PostPosted: Tue Jan 28, 2003 3:37 am    Post subject: Reply with quote

Well I tried all those things and it gives me an error telling me it can't load
module orinoco_cs. and I have a PCI to PCMCIA instant wireless adapter.
I can't get it to work. I'm using the Gentoo 1.4_rc1 cd becaus the Gentoo 1.4_Rc2 hands on irq 7 or something so I dunno what to do, any help welcome thanks
Back to top
View user's profile Send private message
mbobak
Tux's lil' helper
Tux's lil' helper


Joined: 24 Feb 2003
Posts: 106
Location: Ann Arbor, MI

PostPosted: Sun Mar 30, 2003 8:15 am    Post subject: orinoco_plx, not orinoco_cs! Reply with quote

It's been a while since you posted, so, I'm not sure if the question is
still relevant, but:

You want orinoco_plx, not orinoco_cs, if you have the WPC11 sitting in
a WDT11 in a PCI slot. (i.e., if you have a a PCMCIA--PCI adapter
card.)

The _cs means card services, and is the driver you should use on a laptop,
where you plug directly into a real PCMCIA slot. I forget what _plx stands
for, but it what you want when the PCMCIA card is plugged into a PCI
adapter.

Hope that helps,

-Mark
Back to top
View user's profile Send private message
MasonMouse
Tux's lil' helper
Tux's lil' helper


Joined: 26 Nov 2002
Posts: 146
Location: Texas, USA

PostPosted: Sun Mar 30, 2003 11:10 am    Post subject: Reply with quote

A friend of mine wrote up a How To article on this subject that may help you out.
Back to top
View user's profile Send private message
mbonig
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2003
Posts: 102
Location: Rocky Mountains

PostPosted: Fri May 28, 2004 1:54 am    Post subject: Reply with quote

When I try to emerge "=linux-wlan-ng-0.2.1_pre17"
I get a
Code:

ACCESS DENIED  open_wr:   /usr/src/linux-2.6.5-gentoo-r1/include/config/bootsplash.h

but it has rw access for root, so I don't know why I would be getting this...
_________________
Just say "here", and let's consider the word "here" to be short for "here I am, rock you like a hurricane".
Back to top
View user's profile Send private message
mbobak
Tux's lil' helper
Tux's lil' helper


Joined: 24 Feb 2003
Posts: 106
Location: Ann Arbor, MI

PostPosted: Fri May 28, 2004 5:00 am    Post subject: sandbox? Reply with quote

If I recall correctly, you want to add "sandbox" to your
FEATURES in /etc/make.conf.

Sorry, I don't remember the technical details of what that
actually does, but if I recall correctly, it does solve the problem.

-Mark
Back to top
View user's profile Send private message
mbonig
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2003
Posts: 102
Location: Rocky Mountains

PostPosted: Sat May 29, 2004 6:35 pm    Post subject: Reply with quote

I added sandbox to my FEATURES but I'm still getting the error (although, now on a different file).

Any other ideas?
_________________
Just say "here", and let's consider the word "here" to be short for "here I am, rock you like a hurricane".
Back to top
View user's profile Send private message
mbonig
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2003
Posts: 102
Location: Rocky Mountains

PostPosted: Sun May 30, 2004 4:12 pm    Post subject: Reply with quote

so, just an update

as soon as I added
Code:
FEATURES="-sandbox"
to my make.conf I could build the packages no problem. This disable the sandbox functionality which is a HIGHLY suggested function so I think this is a bug as you shouldn't have to disable sandbox to install this, right?

EDIT (I just noticed at the end of the emerge that it mentions having to disable sandbox for this, is there a command I could have fun before hand to get install/setup info like this?)

Thanks,
_________________
Just say "here", and let's consider the word "here" to be short for "here I am, rock you like a hurricane".
Back to top
View user's profile Send private message
mbobak
Tux's lil' helper
Tux's lil' helper


Joined: 24 Feb 2003
Posts: 106
Location: Ann Arbor, MI

PostPosted: Wed Jun 02, 2004 6:56 am    Post subject: Whoops! Reply with quote

Sorry, it's *disable* sandbox, not enable it....d'oh!

Ah well, at least it got you sort of pointed in the right direction...

;-)

-Mark
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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