LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 03-30-2005, 08:59 PM   #1
amp_man
Member
 
Registered: Feb 2005
Location: Maine
Distribution: Ubuntu
Posts: 59

Rep: Reputation: 16
remove dupe wireless interface


okay, this is slightly cross-posting, but with as many forums as there are hear, I know that not everyone reads every new post. My wireless adapter, a cisco aironet340, shows up twice under hoary, as both wifi0 and eth1. I need to remove one of these, but how do I do it? And which should I remove?

Code:
root@noize:~ # iwconfig
eth1      IEEE 802.11-DS  ESSID:"home"
          Mode:Managed  Frequency:2.442 GHz  Access Point: FF:FF:FF:FF:FF:FF
          Bit Rate:11 Mb/s   Tx-Power=15 dBm   Sensitivity=0/65535
          Retry limit:16   RTS thr:off   Fragment thr:off
          Encryption key:****-****-**   Security mode:open
          Power Management:off
          Link Quality=0/32  Signal level=-10 dBm  Noise level=-103 dBm
          Rx invalid nwid:13  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:28   Missed beacon:0

wifi0     IEEE 802.11-DS  ESSID:"home"
          Mode:Managed  Frequency:2.442 GHz  Access Point: FF:FF:FF:FF:FF:FF
          Bit Rate:11 Mb/s   Tx-Power=15 dBm   Sensitivity=0/65535
          Retry limit:16   RTS thr:off   Fragment thr:off
          Encryption key:****-****-**   Security mode:open
          Power Management:off
          Link Quality=0/32  Signal level=-10 dBm  Noise level=-103 dBm
          Rx invalid nwid:13  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:28   Missed beacon:0
root@noize:~ # ifconfig
eth0      Link encap:Ethernet  HWaddr 00:D0:59:09:09:6C
          inet addr:192.168.1.55  Bcast:255.255.255.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:141 errors:0 dropped:0 overruns:0 frame:0
          TX packets:153 errors:13 dropped:0 overruns:0 carrier:13
          collisions:0 txqueuelen:1000
          RX bytes:153760 (150.1 KiB)  TX bytes:15399 (15.0 KiB)

eth1      Link encap:Ethernet  HWaddr 00:40:96:34:F3:32
          inet addr:192.168.1.57  Bcast:255.255.255.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:59 dropped:0 overruns:0 frame:59
          TX packets:12 errors:23 dropped:0 overruns:0 carrier:23
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:7458 (7.2 KiB)
          Interrupt:3 Base address:0x100

lo        Link encap:Local Loopback
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:6 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1968 (1.9 KiB)  TX bytes:1968 (1.9 KiB)

sit0      Link encap:IPv6-in-IPv4
          inet6 addr: ::127.0.0.1/96 Scope:Unknown
          UP RUNNING NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:7 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wifi0     Link encap:UNSPEC  HWaddr 00-40-96-34-F3-32-30-3A-00-00-00-00-00-00-00-00
          UP BROADCAST RUNNING MULTICAST  MTU:2312  Metric:1
          RX packets:0 errors:59 dropped:0 overruns:0 frame:59
          TX packets:12 errors:23 dropped:0 overruns:0 carrier:23
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 b)  TX bytes:7458 (7.2 KiB)
          Interrupt:3 Base address:0x100
any help is appreciated. BTW, I need this to try and get it to work correctly with my home router...more info here. thanks!

Last edited by amp_man; 03-30-2005 at 09:02 PM.
 
Old 03-31-2005, 01:50 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
it's not a duplicate, wifi0 is the management interface to the card, eth1 is the actual network interface
 
Old 03-31-2005, 02:03 PM   #3
amp_man
Member
 
Registered: Feb 2005
Location: Maine
Distribution: Ubuntu
Posts: 59

Original Poster
Rep: Reputation: 16
Quote:
Originally posted by acid_kewpie
it's not a duplicate, wifi0 is the management interface to the card, eth1 is the actual network interface
Ugh...I was SO hoping that was the problem too. Any suggestions on how to get the router and network card to cooperate? The wireless card works flawlessly at school, and under windows with my router, but once I boot up linux, it decides to slack off. There's more details in the other thread I linked to. Anything would be appreciated, I'm tired of the ugly yellow cord running from the back of the router to the laptop, not to mention being severely limited as to where I can go.
 
  


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
getting applications to use wireless interface pafrica Linux - Wireless Networking 2 09-02-2005 07:28 AM
slk10.1: no wireless interface rgiggs Slackware 3 03-31-2005 05:29 AM
Setup Wireless Interface Gerardoj Slackware 2 01-23-2005 03:46 PM
Need a dupe-killer, please dhave Linux - Software 1 01-17-2005 12:49 PM
mysql dupe entry error, how to avoid? hydro Linux - Software 0 09-20-2003 12:08 PM

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

All times are GMT -5. The time now is 10: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