LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 01-10-2010, 09:44 AM   #1
Morgandy
LQ Newbie
 
Registered: Dec 2009
Location: Cleveland
Posts: 16

Rep: Reputation: 0
Unhappy Wireless Help - Patience Needed!! :>)


Hi all...

I am brand new to Linux, have RH Enterprise Server 5 installed, single-boot, on an HP DV4 laptop. There is a 3Com 3c501 inernal wireless card in it. I have a Linksys Wireless N router that all my Win machines run fine with. My physical connection from Linux box is working fine with it.

In Gnome, I went to System/Network originally where it let me enter the info on SSID, IP Address, etc... When I tried to activate, I got an error, sorry I didn't write that down. Now when I go back in to look at the wireless settings, it does not give me those original screens that I can edit. It just shows boxes like Nickname eth1, Auto obtain IP with DHCP, and little else. Nothing about MAC/SSID/etc... that I was originally able to enter so I can't try to re-edit those configs.

So now, at this new screen, I hit activate, and the errors come up:
eth1 SIOCSIGADDR - no such interface
several more lines just saying "unknown interface, no such device"

What I need is the most basic steps written out needed to re-configure this (assume I know nothing at all), or how to do it at the command line. That would mean, I need to be told how to look for whether I have the correct files, if I don't, how to get them (exact commands), and then how to configure it all.

A lot to ask, but my job is changing to Linux SA for bizarre reasons and I haven't gotten all the traiing I need yet.

Thanks for all the help.
 
Old 01-10-2010, 10:33 AM   #2
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
First of all you need to know all available interfaces:
Code:
ifconfig -a
Post output here, please.
 
Old 01-10-2010, 11:40 AM   #3
dreamwalking
Member
 
Registered: Dec 2005
Distribution: Slackware 14
Posts: 106

Rep: Reputation: 31
I'm not sure about this but I think eth1 can't be your wireless, it has to be your ethernet. As nimnull22 said, try a
Quote:
sudo ifconfig
and post the output.
The configuration file is at /etc/network/interfaces
 
Old 01-10-2010, 01:03 PM   #4
Morgandy
LQ Newbie
 
Registered: Dec 2009
Location: Cleveland
Posts: 16

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by nimnull22 View Post
First of all you need to know all available interfaces:
Code:
ifconfig -a
Post output here, please.
Here is the output. When I setup with configs, it automatically assigned it eth1 even though I questioned that too.I'm not sure why eth1 isn't showing below now. It is showing the device, and that it is a wireless device, not-activated. Let me know if there is more info I can provide.

Thanks!!

eth0 Link encap:Ethernet HWaddr 00:26:22:A89:C2
inet addr:192.168.1.106 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::226:22ff:fea8:d9c2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10405 errors:0 dropped:0 overruns:0 frame:0
TX packets:5505 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6583690 (6.2 MiB) TX bytes:1332347 (1.2 MiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1482 errors:0 dropped:0 overruns:0 frame:0
TX packets:1482 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3163972 (3.0 MiB) TX bytes:3163972 (3.0 MiB)

peth0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:10409 errors:0 dropped:867146806 overruns:0 frame:0
TX packets:5843 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6584563 (6.2 MiB) TX bytes:1379933 (1.3 MiB)
Interrupt:19 Base address:0xa000

vif0.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:5505 errors:0 dropped:0 overruns:0 frame:0
TX packets:10405 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1332347 (1.2 MiB) TX bytes:6583690 (6.2 MiB)

virbr0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:30 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:8560 (8.3 KiB)

xenbr0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:4583 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:978546 (955.6 KiB) TX bytes:0 (0.0 b)
 
Old 01-10-2010, 01:47 PM   #5
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
Quote:
Originally Posted by Morgandy View Post
Hi all...
... When I tried to activate, I got an error, sorry I didn't write that down
...
Can you tell please, how you tried to activate it. What command was it?
 
Old 01-11-2010, 09:48 AM   #6
Morgandy
LQ Newbie
 
Registered: Dec 2009
Location: Cleveland
Posts: 16

Original Poster
Rep: Reputation: 0
Hi, I did the whole wireless config from gnome, not the terminal. I went to System/Network, option to add was there and I selected wireless and I 'thought' I was configuring right. Then I hit either okay or apply (forget which), and an 'activate' option was there. It failed.

Does anyone have wireless setup through gnome or just at command prompt? If at command, can you walk me through it?

Thanks again...
 
Old 01-11-2010, 11:17 AM   #7
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
OK, can you please type and post output for:
Code:
lspci
thanks
 
Old 02-11-2010, 08:04 AM   #8
siawash
Member
 
Registered: Jun 2004
Location: Ireland
Distribution: Zorin 6
Posts: 589

Rep: Reputation: 32
Hello, sorry about the long output but I have the same problem running Debian 64 bit: Linux debian 2.6.26-2-amd64 #1 SMP Tue Jan 12 22:12:20 UTC 2010 x86_64 GNU/Linux

I know my wi-fi adapter works fine in Windows dual boot.

Are there dedicated scripts like /etc/network/interfaces? AND /etc/resolv.conf?


Code:
eth0      Link encap:Ethernet  HWaddr 00:90:f5:93:a4:7e  
          inet addr:192.168.0.5  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::290:f5ff:fe93:a47e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2825 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3062 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1813395 (1.7 MiB)  TX bytes:631641 (616.8 KiB)
          Interrupt:245 Base address:0xe000 

lo        Link encap:Local Loopback  
          LOOPBACK  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


Code:
(prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
	Capabilities: <access denied>
	Kernel driver in use: pcieport-driver
	Kernel modules: shpchp

00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 6 (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
	Capabilities: <access denied>
	Kernel driver in use: pcieport-driver
	Kernel modules: shpchp

00:1d.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 (prog-if 00 [UHCI])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, medium devsel, latency 0, IRQ 16
	I/O ports at 1840 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd

00:1d.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 (prog-if 00 [UHCI])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, medium devsel, latency 0, IRQ 17
	I/O ports at 1860 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd

00:1d.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 (prog-if 00 [UHCI])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, medium devsel, latency 0, IRQ 18
	I/O ports at 1880 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd

00:1d.3 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 (prog-if 00 [UHCI])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, medium devsel, latency 0, IRQ 19
	I/O ports at 18a0 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd

00:1d.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 (prog-if 20 [EHCI])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, medium devsel, latency 0, IRQ 16
	Memory at d0905000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd
	Kernel modules: ehci-hcd

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90) (prog-if 01 [Subtractive decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
	Capabilities: <access denied>

00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, medium devsel, latency 0
	Capabilities: <access denied>

00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller (prog-if 01 [AHCI 1.0])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 1270
	I/O ports at 18f0 [size=8]
	I/O ports at 18e4 [size=4]
	I/O ports at 18e8 [size=8]
	I/O ports at 18e0 [size=4]
	I/O ports at 18c0 [size=32]
	Memory at d0906000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: medium devsel, IRQ 17
	Memory at d0907000 (64-bit, non-prefetchable) [size=256]
	I/O ports at 1c00 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c-i801

03:00.0 VGA compatible controller: nVidia Corporation Device 060a (rev a2) (prog-if 00 [VGA controller])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, fast devsel, latency 0, IRQ 11
	Memory at d1000000 (32-bit, non-prefetchable) [size=16M]
	Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Memory at d2000000 (64-bit, non-prefetchable) [size=32M]
	I/O ports at 2000 [size=128]
	Capabilities: <access denied>
	Kernel modules: nvidiafb

06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, fast devsel, latency 0, IRQ 1269
	I/O ports at 4000 [size=256]
	Memory at d0500000 (64-bit, non-prefetchable) [size=4K]
	Memory at d0200000 (64-bit, prefetchable) [size=64K]
	[virtual] Expansion ROM at d0220000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: r8169
	Kernel modules: r8169

07:00.0 Network controller: Intel Corporation PRO/Wireless 5300 AGN [Shiloh] Network Connection
	Subsystem: Intel Corporation Device 1001
	Flags: bus master, fast devsel, latency 0, IRQ 11
	Memory at d0400000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>

08:00.0 FireWire (IEEE 1394): JMicron Technologies, Inc. Device 2380 (prog-if 10 [OHCI])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, fast devsel, latency 0, IRQ 19
	Memory at d0603000 (32-bit, non-prefetchable) [size=2K]
	Memory at d0602000 (32-bit, non-prefetchable) [size=128]
	Memory at d0601000 (32-bit, non-prefetchable) [size=128]
	Memory at d0600000 (32-bit, non-prefetchable) [size=128]
	Capabilities: <access denied>
	Kernel driver in use: ohci1394
	Kernel modules: ohci1394

08:00.1 System peripheral: JMicron Technologies, Inc. Device 2382
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, fast devsel, latency 0, IRQ 7
	Memory at d0604000 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>

08:00.2 SD Host controller: JMicron Technologies, Inc. Device 2381 (prog-if 01)
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, fast devsel, latency 0, IRQ 19
	Memory at d0605000 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: sdhci
	Kernel modules: sdhci

08:00.3 System peripheral: JMicron Technologies, Inc. Device 2383
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, fast devsel, latency 0, IRQ 19
	Memory at d0606000 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: jmb38x_ms
	Kernel modules: jmb38x_ms

siawacsh@debian:~$ 
siawacsh@debian:~$ lspci -v
00:00.0 Host bridge: Intel Corporation QuickPath Architecture I/O Hub to ESI Port (rev 13)
        Subsystem: CLEVO/KAPOK Computer Device 0903
        Flags: fast devsel
        Capabilities: <access denied>

00:01.0 PCI bridge: Intel Corporation QuickPath Architecture I/O Hub PCI Express Root Port 1 (rev 13) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        Capabilities: <access denied>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:03.0 PCI bridge: Intel Corporation QuickPath Architecture I/O Hub PCI Express Root Port 3 (rev 13) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        Capabilities: <access denied>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:07.0 PCI bridge: Intel Corporation QuickPath Architecture I/O Hub PCI Express Root Port 7 (rev 13) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: d1000000-d3ffffff
	Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport-driver
	Kernel modules: shpchp

00:13.0 PIC: Intel Corporation QuickPath Architecture I/O Hub I/OxAPIC Interrupt Controller (rev 13) (prog-if 20 [IO(X)-APIC])
	Subsystem: Device 0058:0003
	Flags: bus master, fast devsel, latency 0
	Memory at fec90000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>

00:14.0 PIC: Intel Corporation QuickPath Architecture I/O Hub System Management Registers (rev 13) (prog-if 00 [8259])
	Subsystem: Device 0058:0003
	Flags: fast devsel
	Capabilities: <access denied>

00:14.1 PIC: Intel Corporation QuickPath Architecture I/O Hub GPIO and Scratch Pad Registers (rev 13) (prog-if 00 [8259])
	Subsystem: Device 0058:0003
	Flags: fast devsel
	Capabilities: <access denied>

00:14.2 PIC: Intel Corporation QuickPath Architecture I/O Hub Control Status and RAS Registers (rev 13) (prog-if 00 [8259])
	Subsystem: Device 0058:0003
	Flags: fast devsel
	Capabilities: <access denied>

00:16.0 System peripheral: Intel Corporation DMA Engine (rev 13)
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: fast devsel
	Memory at d0700000 (64-bit, non-prefetchable) [disabled] [size=16K]
	Capabilities: <access denied>

00:16.1 System peripheral: Intel Corporation DMA Engine (rev 13)
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: fast devsel
	Memory at d0704000 (64-bit, non-prefetchable) [disabled] [size=16K]
	Capabilities: <access denied>

00:16.2 System peripheral: Intel Corporation DMA Engine (rev 13)
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: fast devsel
	Memory at d0708000 (64-bit, non-prefetchable) [disabled] [size=16K]
	Capabilities: <access denied>

00:16.3 System peripheral: Intel Corporation DMA Engine (rev 13)
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: fast devsel
	Memory at d070c000 (64-bit, non-prefetchable) [disabled] [size=16K]
	Capabilities: <access denied>

00:16.4 System peripheral: Intel Corporation DMA Engine (rev 13)
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: fast devsel
	Memory at d0710000 (64-bit, non-prefetchable) [disabled] [size=16K]
	Capabilities: <access denied>

00:16.5 System peripheral: Intel Corporation DMA Engine (rev 13)
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: fast devsel
	Memory at d0714000 (64-bit, non-prefetchable) [disabled] [size=16K]
	Capabilities: <access denied>

00:16.6 System peripheral: Intel Corporation DMA Engine (rev 13)
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: fast devsel
	Memory at d0718000 (64-bit, non-prefetchable) [disabled] [size=16K]
	Capabilities: <access denied>

00:16.7 System peripheral: Intel Corporation DMA Engine (rev 13)
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: fast devsel
	Memory at d071c000 (64-bit, non-prefetchable) [disabled] [size=16K]
	Capabilities: <access denied>

00:1a.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 (prog-if 00 [UHCI])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, medium devsel, latency 0, IRQ 16
	I/O ports at 1800 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd

00:1a.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 (prog-if 00 [UHCI])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, medium devsel, latency 0, IRQ 17
	I/O ports at 1820 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd

00:1a.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 (prog-if 20 [EHCI])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, medium devsel, latency 0, IRQ 18
	Memory at d0904000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd
	Kernel modules: ehci-hcd

00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, fast devsel, latency 0, IRQ 16
	Memory at d0900000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: HDA Intel
	Kernel modules: snd-hda-intel

00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 1 (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=04, subordinate=05, sec-latency=0
	I/O behind bridge: 00003000-00003fff
	Memory behind bridge: d0300000-d03fffff
	Prefetchable memory behind bridge: 00000000d0000000-00000000d01fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport-driver
	Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 2 (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 00004000-00004fff
	Memory behind bridge: d0500000-d05fffff
	Prefetchable memory behind bridge: 00000000d0200000-00000000d02fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport-driver
	Kernel modules: shpchp

00:1c.2 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 3 (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	Memory behind bridge: d0400000-d04fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport-driver
	Kernel modules: shpchp

00:1c.3 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 4 (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
	Memory behind bridge: d0600000-d06fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport-driver
	Kernel modules: shpchp

00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 5 (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
	Capabilities: <access denied>
	Kernel driver in use: pcieport-driver
	Kernel modules: shpchp

00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 6 (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
	Capabilities: <access denied>
	Kernel driver in use: pcieport-driver
	Kernel modules: shpchp

00:1d.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 (prog-if 00 [UHCI])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, medium devsel, latency 0, IRQ 16
	I/O ports at 1840 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd

00:1d.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 (prog-if 00 [UHCI])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, medium devsel, latency 0, IRQ 17
	I/O ports at 1860 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd

00:1d.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 (prog-if 00 [UHCI])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, medium devsel, latency 0, IRQ 18
	I/O ports at 1880 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd

00:1d.3 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 (prog-if 00 [UHCI])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, medium devsel, latency 0, IRQ 19
	I/O ports at 18a0 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd

00:1d.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 (prog-if 20 [EHCI])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, medium devsel, latency 0, IRQ 16
	Memory at d0905000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd
	Kernel modules: ehci-hcd

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90) (prog-if 01 [Subtractive decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
	Capabilities: <access denied>

00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, medium devsel, latency 0
	Capabilities: <access denied>

00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller (prog-if 01 [AHCI 1.0])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 1270
	I/O ports at 18f0 [size=8]
	I/O ports at 18e4 [size=4]
	I/O ports at 18e8 [size=8]
	I/O ports at 18e0 [size=4]
	I/O ports at 18c0 [size=32]
	Memory at d0906000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: medium devsel, IRQ 17
	Memory at d0907000 (64-bit, non-prefetchable) [size=256]
	I/O ports at 1c00 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c-i801

03:00.0 VGA compatible controller: nVidia Corporation Device 060a (rev a2) (prog-if 00 [VGA controller])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, fast devsel, latency 0, IRQ 11
	Memory at d1000000 (32-bit, non-prefetchable) [size=16M]
	Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Memory at d2000000 (64-bit, non-prefetchable) [size=32M]
	I/O ports at 2000 [size=128]
	Capabilities: <access denied>
	Kernel modules: nvidiafb

06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, fast devsel, latency 0, IRQ 1269
	I/O ports at 4000 [size=256]
	Memory at d0500000 (64-bit, non-prefetchable) [size=4K]
	Memory at d0200000 (64-bit, prefetchable) [size=64K]
	[virtual] Expansion ROM at d0220000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: r8169
	Kernel modules: r8169

07:00.0 Network controller: Intel Corporation PRO/Wireless 5300 AGN [Shiloh] Network Connection
	Subsystem: Intel Corporation Device 1001
	Flags: bus master, fast devsel, latency 0, IRQ 11
	Memory at d0400000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>

08:00.0 FireWire (IEEE 1394): JMicron Technologies, Inc. Device 2380 (prog-if 10 [OHCI])
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, fast devsel, latency 0, IRQ 19
	Memory at d0603000 (32-bit, non-prefetchable) [size=2K]
	Memory at d0602000 (32-bit, non-prefetchable) [size=128]
	Memory at d0601000 (32-bit, non-prefetchable) [size=128]
	Memory at d0600000 (32-bit, non-prefetchable) [size=128]
	Capabilities: <access denied>
	Kernel driver in use: ohci1394
	Kernel modules: ohci1394

08:00.1 System peripheral: JMicron Technologies, Inc. Device 2382
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, fast devsel, latency 0, IRQ 7
	Memory at d0604000 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>

08:00.2 SD Host controller: JMicron Technologies, Inc. Device 2381 (prog-if 01)
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, fast devsel, latency 0, IRQ 19
	Memory at d0605000 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: sdhci
	Kernel modules: sdhci

08:00.3 System peripheral: JMicron Technologies, Inc. Device 2383
	Subsystem: CLEVO/KAPOK Computer Device 0903
	Flags: bus master, fast devsel, latency 0, IRQ 19
	Memory at d0606000 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: jmb38x_ms
	Kernel modules: jmb38x_ms

siawacsh@debian:~$

Last edited by siawash; 02-11-2010 at 08:13 AM.
 
Old 02-11-2010, 10:22 AM   #9
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
Subsystem: CLEVO/KAPOK Computer Device 0903
Flags: bus master, fast devsel, latency 0, IRQ 1269
I/O ports at 4000 [size=256]
Memory at d0500000 (64-bit, non-prefetchable) [size=4K]
Memory at d0200000 (64-bit, prefetchable) [size=64K]
[virtual] Expansion ROM at d0220000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169

07:00.0 Network controller: Intel Corporation PRO/Wireless 5300 AGN [Shiloh] Network Connection
Subsystem: Intel Corporation Device 1001
Flags: bus master, fast devsel, latency 0, IRQ 11
Memory at d0400000 (64-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>


Looks like debian did find driver for Intel 5300 AGN card.
 
Old 02-11-2010, 10:52 AM   #10
siawash
Member
 
Registered: Jun 2004
Location: Ireland
Distribution: Zorin 6
Posts: 589

Rep: Reputation: 32
OK so which script do i enter SSID and network name.? How do I activate the network?
 
Old 02-11-2010, 12:04 PM   #11
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
You need to install driver first for your: 07:00.0 Network controller: Intel Corporation PRO/Wireless 5300 AGN [Shiloh] Network
 
Old 02-11-2010, 12:33 PM   #12
siawash
Member
 
Registered: Jun 2004
Location: Ireland
Distribution: Zorin 6
Posts: 589

Rep: Reputation: 32
Would you be kind enough to elaborate or some instructions?
 
Old 02-11-2010, 12:42 PM   #13
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
If you have a working wired connection, configure the rpmforge repository.
http://wiki.centos.org/AdditionalRes...ories/RPMForge

Then do
Code:
su -
yum install iwl5000-firmware
modprobe -r iwlagn
modprobe iwlagn
 
Old 02-11-2010, 02:14 PM   #14
siawash
Member
 
Registered: Jun 2004
Location: Ireland
Distribution: Zorin 6
Posts: 589

Rep: Reputation: 32
Is it the same for aptitude? As in

apt-get install iw1500-firmware
modeprobe -r iwlagn
modeprobe iwlagn
 
Old 02-11-2010, 02:25 PM   #15
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Quote:
Originally Posted by siawash View Post
Is it the same for aptitude? As in

apt-get install iw1500-firmware
modeprobe -r iwlagn
modeprobe iwlagn
No, it isn't. I think (not entirely sure) Debian Lenny doesn't have the driver for this card. I know Debian Squeeze does, and the firmware is included in the package firmware-iwlwifi. The corresponding Lenny package does not list the iwl5000 firwmare.
http://packages.debian.org/lenny/all...lwifi/filelist
 
  


Reply

Tags
laptop, linksys, wireless



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
ubuntu wireless tools & wireless card ANSWER NEEDED plugo Linux - Networking 1 10-09-2009 08:43 PM
patience is a virtue sycamorex General 4 04-11-2009 04:59 AM
losing patience strunal Linux - General 6 11-17-2007 06:54 PM
Patience in Troubleshooting Nishtya Linux - General 7 05-03-2007 07:52 AM
HELP, this is trying my patience Mandrake92 Linux - Newbie 1 06-01-2004 10:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

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