LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Can't connect if wired & wireless both installed (https://www.linuxquestions.org/questions/linux-wireless-networking-41/cant-connect-if-wired-and-wireless-both-installed-383388/)

nelamvr6 11-15-2005 12:06 PM

Can't connect if wired & wireless both installed
 
I'm havening a weird problem. I'm using SuSE 10.0 on a Sager notebook with w built in Realtek NIC and an Intersil/Prism wireless.

If both the wired and wireless interfaces are enabled and configured I can access local addresses on my LAN, but I cannot connect to the Internet.

If I go into Yast and delete the wireless (so it is listed as "not configured") I can then connect to both the LAN and the Internet.

Here is a snip it from the startup log with both interfaces enabled:

Setting up network interfaces:
lo
lo IP address: 127.0.0.1/8
done eth0 device: Intersil Corporation Intersil ISL3890 [Prism GT/Prism Duette] (rev 01)
eth0 configuration: wlan-id-00:90:4b:2b:7d:ff
eth0 (DHCP) . . . . . <notice>checkproc: /opt/kde3/bin/kdm 5128
<notice>killproc: kill(5076,15)
no IP address yet... backgrounding.
waiting
eth1 device: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
eth1 configuration: eth-id-00:90:f5:27:08:d3
<notice>checkproc: /sbin/dhcpcd 5051
eth1 (DHCP) . IP/Netmask: 192.168.1.103 / 255.255.255.0
doneWaiting for mandatory devices: wlan-id-00:90:4b:2b:7d:ff
12 11 10 8 7 6 4 2 1
eth0 interface could not be set up
failedSetting up service network . . . . . . . . . . . . . . . .failed


Here is the log entry with the wireless not configured:

Setting up network interfaces:
lo
lo IP address: 127.0.0.1/8
done eth0 device: Intersil Corporation Intersil ISL3890 [Prism GT/Prism Duette] (rev 01)
eth0 No configuration found for eth0
unused eth1 device: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
eth1 configuration: eth-id-00:90:f5:27:08:d3
eth1 (DHCP) . IP/Netmask: 192.168.1.103 / 255.255.255.0
doneSetting up service network . . . . . . . . . . . . . . . .done

I noticed that either way the wired card is assigned the same IP address by the router, but I can connect only with the wireless card disabled.

Please help!

Thanks in advance!

WRSpithead 11-16-2005 09:10 PM

are both devices going to the same router? if so, you're going to run into some routing issues.

Belfegor 11-17-2005 07:51 PM

Same Problem
 
I have an Acer 291LMI, and i'm facing the same problem. Hope someone can help us. Thanks in advance

WRSpithead 11-17-2005 08:25 PM

you can't have your default gateway going through two devices. try this:
Code:

route | grep default
How many results come up? If there is more than one and they have different Ifaces, that's gonna be a problem.

Also, chances are your wireless card isn't going to be recognized by YaST. You're just gonna have to get your hands dirty and use either a native driver or ndiswrapper to set it up. Search the web for what you need to do for that specific card.


All times are GMT -5. The time now is 05:56 AM.