LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 10-19-2006, 10:43 AM   #1
xucaen
Member
 
Registered: Feb 2004
Location: Boston
Distribution: Kubuntu 22.04
Posts: 101

Rep: Reputation: 16
Etch netinstall and linksys wpc11 v3?


Hi, lastnight I replaced a hard drive in my old Thinkpad 770z. I booted up a netinstall CD for testing 'Etch' that I burned last week.
The install went smoothly (except it couldn't find grub, so I installed lilo)
The netinstall found my wireless lan card, a Linksys wpc11 v3. and it used it to access my internet and it successfully downloaded all the files it needed from ftp.debian.org. So, I know the card works with this version of 'Etch'.

However, upon rebooting my laptop and logging in, I find that the card isn't working.

What happened? How did the install program use my card and then not set the configuration properly for the reboot?

BTW, Before my hard drive went, I had installed debian stable (Sarge I think) from the stable netinstall CD and it worked all around. So I'm not sure what's different with Etch as far as the wireless goes.

Does anyone out there have Etch running on a laptop with a linksys wpc11 v3 card?

Thanks!

Jim

EDIT: I just found a similar post: http://www.linuxquestions.org/questi....php?p=2469521

Last edited by xucaen; 10-19-2006 at 11:05 AM.
 
Old 10-20-2006, 01:15 PM   #2
xucaen
Member
 
Registered: Feb 2004
Location: Boston
Distribution: Kubuntu 22.04
Posts: 101

Original Poster
Rep: Reputation: 16
Thumbs up

Quote:
Originally Posted by xucaen
Does anyone out there have Etch running on a laptop with a linksys wpc11 v3 card?

Thanks!

Jim

EDIT: I just found a similar post: http://www.linuxquestions.org/questi....php?p=2469521

I figured it out.

I did some google searches, and found the name of the driver for my card: orinoco_cs. So at first I thought maybe the driver didn't get installed. But apt-get showed it was already installed.

So, at that point I had to assume that the problem was someplace else. The only other place to look was /etc/network/interfaces.

It turns out that Etch didn't write out the /etc/network/interfaces file correctly. Oh, it had a section for my eth0, all filled in with my key and essid, but it left out one line:

auto eth0

Once I added this line the card started working.

Jim
 
Old 01-07-2007, 07:07 PM   #3
kilogramo
LQ Newbie
 
Registered: Jan 2007
Posts: 3

Rep: Reputation: 0
i couldnt fix it with auto eth0
 
Old 01-07-2007, 07:49 PM   #4
xucaen
Member
 
Registered: Feb 2004
Location: Boston
Distribution: Kubuntu 22.04
Posts: 101

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by kilogramo
i couldnt fix it with auto eth0

Can you post your /etc/network/interfaces?
 
Old 01-07-2007, 07:54 PM   #5
kilogramo
LQ Newbie
 
Registered: Jan 2007
Posts: 3

Rep: Reputation: 0
auto eth0

allow-hotplug eth0

iface eth0 inet dhcp

wireless-essid linksys

wireless-mode managed
 
Old 01-07-2007, 08:50 PM   #6
xucaen
Member
 
Registered: Feb 2004
Location: Boston
Distribution: Kubuntu 22.04
Posts: 101

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by kilogramo
auto eth0

allow-hotplug eth0

iface eth0 inet dhcp

wireless-essid linksys

wireless-mode managed



Here's what I have:

Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
        # wireless-* options are implemented by the wireless-tools package
        wireless-mode managed
        wireless-essid linksys
        wireless-key1 c28094ed7b1234567890
        wireless-key c28094ed7b1234567890

auto eth0
 
Old 01-08-2007, 05:26 AM   #7
kilogramo
LQ Newbie
 
Registered: Jan 2007
Posts: 3

Rep: Reputation: 0
yes i have the same /etc/network/interfaces but it doesnt works, it should work because during netinstall it went all right. Any other idea?
 
Old 01-08-2007, 05:50 AM   #8
xucaen
Member
 
Registered: Feb 2004
Location: Boston
Distribution: Kubuntu 22.04
Posts: 101

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by kilogramo
yes i have the same /etc/network/interfaces but it doesnt works, it should work because during netinstall it went all right. Any other idea?
Sorry, in my case, editing that file was all I needed. You could use modconf to make sure the correct drivers are being loaded for your network card.


Jim
 
Old 12-15-2007, 11:31 AM   #9
poonippi
Member
 
Registered: Dec 2007
Distribution: Debain Fluxbox
Posts: 76

Rep: Reputation: 15
Quote:
Originally Posted by xucaen View Post
Hi, lastnight I replaced a hard drive in my old Thinkpad 770z. I booted up a netinstall CD for testing 'Etch' that I burned last week.
The install went smoothly (except it couldn't find grub, so I installed lilo)
The netinstall found my wireless lan card, a Linksys wpc11 v3. and it used it to access my internet and it successfully downloaded all the files it needed from ftp.debian.org. So, I know the card works with this version of 'Etch'.

However, upon rebooting my laptop and logging in, I find that the card isn't working.

What happened? How did the install program use my card and then not set the configuration properly for the reboot?

BTW, Before my hard drive went, I had installed debian stable (Sarge I think) from the stable netinstall CD and it worked all around. So I'm not sure what's different with Etch as far as the wireless goes.

Does anyone out there have Etch running on a laptop with a linksys wpc11 v3 card?

Thanks!

Jim
I have an IBM 770Z with a WPC11 WLAN PCMCIA card. I used the etch netinst CD but DCHP fails?? How was your route configured, WEP/WPA?
 
Old 12-15-2007, 01:50 PM   #10
poonippi
Member
 
Registered: Dec 2007
Distribution: Debain Fluxbox
Posts: 76

Rep: Reputation: 15
Quote:
Originally Posted by poonippi View Post
I have an IBM 770Z with a WPC11 WLAN PCMCIA card. I used the etch netinst CD but DCHP fails?? How was your route configured, WEP/WPA?
After playing on the router I got 128-bit WEP encryption :-D Lovely jubbly
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Debian Etch netinstall boot floppy with ssh fakie_flip Debian 0 08-08-2006 05:51 PM
Etch netinstall lacks pppconfig blunt_axe Debian 2 08-07-2006 08:28 AM
etch beta 2 amd64 netinstall broken? mnotgninnep Debian 3 04-19-2006 07:17 PM
Etch Netinstall fixed? kmoffat Debian 0 11-03-2005 12:19 AM
Etch Unstable NetInstall CD fails on start of install BuckRogers01 Debian 9 07-16-2005 01:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 11:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration