Need guide in repair network connection

Hi all,

I have been installed 2 booting system (XP and Suse linux), and I have been configurated the Xp wireless connection too (Because the MAC address is collision with other user). It works…But, the problem is the linux network connection wont working even network connection status “automatic connected”. Detail problem is MAC address is collision with other MAC address, so from google I got information about changes the mac address. I tried the way (change the networks connection with static IP address), but, it wont solve my problem. The message I got, such as :

  1. From sudo /usr/sbin/iwlist scan [ESSID:“ABCDF” (sample)]
linux-73xw:~/Desktop # sudo /usr/sbin/iwlist scan
lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.


wlan0     Scan completed :
          Cell 01 - Address: 00:23:69:10:F5:30
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=57/70  Signal level=-53 dBm  
                    Encryption key:on
                    ESSID:"ABCDF" 
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=0000006a83042be3
                    Extra: Last beacon: 28ms ago

  1. From /usr/sbin/iwconfig [Encryption key:123A-45BC-DEFG-67H8-9IJ0-11K1-L2 (sample)]
linux-73xw:~/Desktop # /usr/sbin/iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 101.11abgn  ESSID:"ABCDF"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:23:69:10:F5:30   
          Bit Rate=1 Mb/s   Tx-Power=15 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:123A-45BC-DEFG-67H8-9IJ0-11K1-L2
          Power Management:off
          Link Quality=55/70  Signal level=-55 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

  1. From my MAC address 123.456.7.8 (sample)
linux-73xw:~/Desktop # ping -c 5 123.456.7.8
PING 123.456.7.8 (123.456.7.8) 56(84) bytes of data.
64 bytes from 123.456.7.8: icmp_seq=1 ttl=64 time=0.042 ms
64 bytes from 123.456.7.8: icmp_seq=2 ttl=64 time=0.038 ms
64 bytes from 123.456.7.8: icmp_seq=3 ttl=64 time=0.039 ms
64 bytes from 123.456.7.8: icmp_seq=4 ttl=64 time=0.047 ms
64 bytes from 192.168.1.100: icmp_seq=5 ttl=64 time=0.047 ms

--- 123.456.7.8 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 3997ms
rtt min/avg/max/mdev = 0.038/0.042/0.047/0.008 ms

  1. From Samba - opening windows to a wider world
linux-73xw:~/Desktop # ping -5 66.70.73.150
ping: invalid option -- '5'
Usage: ping -LRUbdfnqrvVaA] -c count] -i interval] -w deadline]
            -p pattern] -s packetsize] -t ttl] -I interface or address]
            -M mtu discovery hint] -S sndbuf]
             -T timestamp option ]  -Q tos ] [hop1 ...] destination
linux-73xw:~/Desktop # ping -5 www.samba.org
ping: invalid option -- '5'
Usage: ping -LRUbdfnqrvVaA] -c count] -i interval] -w deadline]
            -p pattern] -s packetsize] -t ttl] -I interface or address]
            -M mtu discovery hint] -S sndbuf]
             -T timestamp option ]  -Q tos ] [hop1 ...] destination
  1. Then, from /sbin/lspci -nnk
linux-73xw:~/Desktop # /sbin/lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub [8086:2a40] (rev 07)
	Kernel modules: intel-agp
00:01.0 PCI bridge [0604]: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port [8086:2a41] (rev 07)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 03)
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd
00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 [8086:2938] (rev 03)
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd
00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 03)
	Kernel driver in use: ehci_hcd
	Kernel modules: ehci-hcd
00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 03)
	Kernel driver in use: HDA Intel
	Kernel modules: snd-hda-intel
00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 [8086:2940] (rev 03)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.1 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 [8086:2942] (rev 03)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.2 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 [8086:2944] (rev 03)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.4 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 [8086:2948] (rev 03)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1d.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 03)
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd
00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 03)
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd
00:1d.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 [8086:2936] (rev 03)
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd
00:1d.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 03)
	Kernel driver in use: ehci_hcd
	Kernel modules: ehci-hcd
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 93)
00:1f.0 ISA bridge [0601]: Intel Corporation ICH9M LPC Interface Controller [8086:2919] (rev 03)
	Kernel modules: iTCO_wdt
00:1f.2 SATA controller [0106]: Intel Corporation ICH9M/M-E SATA AHCI Controller [8086:2929] (rev 03)
	Kernel driver in use: ahci
	Kernel modules: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 03)
	Kernel driver in use: i801_smbus
	Kernel modules: i2c-i801
00:1f.6 Signal processing controller [1180]: Intel Corporation 82801I (ICH9 Family) Thermal Subsystem [8086:2932] (rev 03)
01:00.0 VGA compatible controller [0300]: nVidia Corporation G98M [GeForce G 105M] [10de:06ec] (rev a1)
	Kernel modules: nvidiafb
04:00.0 Network controller [0280]: Intel Corporation WiFi Link 5100 [8086:4232]
	Kernel driver in use: iwlagn
	Kernel modules: iwlagn
05:00.0 Ethernet controller [0200]: Atheros Communications AR8131 Gigabit Ethernet [1969:1063] (rev c0)
	Kernel driver in use: atl1c
	Kernel modules: atl1c
07:00.0 System peripheral [0880]: JMicron Technology Corp. SD/MMC Host Controller [197b:2382]
	Kernel driver in use: sdhci-pci
	Kernel modules: sdhci-pci
07:00.2 SD Host controller [0805]: JMicron Technology Corp. Standard SD Host Controller [197b:2381]
	Kernel modules: sdhci-pci
07:00.3 System peripheral [0880]: JMicron Technology Corp. MS Host Controller [197b:2383]
	Kernel driver in use: jmb38x_ms
	Kernel modules: jmb38x_ms
07:00.4 System peripheral [0880]: JMicron Technology Corp. xD Host Controller [197b:2384]

For add on information, I used gnome mode, my notebook is ACER aspire 4770G and wireless intel link 5100 AGN driver.

After following thread “Getting yourwireless work”, I am sure I got a wrong way, but I dont have idea what it is. Is there someone have an advice or other user guide to repair MAC address in open suse linux enterprise v11?

Thank you alot…

Your driver is in place:

04:00.0 Network controller [0280]: Intel Corporation WiFi Link 5100 [8086:4232] 
    Kernel driver in use: iwlagn 
    Kernel modules: iwlagn 

You say much about MAC addresses, but the only importance really is if you use access control, which allows access by MAC.

Perhaps the writer of the wireless guide will offer advice

Thank you for the information caf4926…

I wrote all information above, because I am little frustated. lol! lol! lol!

Okay, I am waiting the guide. Once more, thank you alot sir…

I think you’re confusing two terms… ‘MAC address’ and ‘IP Address’.

Typically with wireless networking you want the wireless router to assign your ip address, so there would be no need to change it.
The MAC address is built into your hardware and under normal circumstances wouldn’t be changed.

Go into YAST, select network card, and set it to use network manager (instead of traditional method, ifup).
Your DHCP server (wireless router) won’t assign the same IP Address to two different network cards. It can tell they are different because they have unique MAC Addresses.

Hi rodhuffaker,

Thank you for reply and I am Sorry that I make you confusing about MAC address and IP Address.
Btw, continuing my problem…Maybe this information gives you explanation clearly about my problem. I have change other IP address into own in windows from Network connection → Properties → Internet protocol (TCP/IP) → properties.Result, it work… But, I am not too familiar in suse linux. Is the setup same as windows?And, do you have a guide or advice?

Hmm… I have followed your instruction about YAST → Network card, but I cant find any word with “network card” even I tried using search option. :question: Is network card same function with Internet protocol (TCP/IP) → properties?

Hmm… I have tried change the setup with static IP Address, it didnt worked. I put back into the default setup, it didnt worked too. 2 things that confused me are (first time) i guess the main problem just ip address (because I used other ip address). Then, from “ping -c 5 123.456.7.8” I know that I connect with wireless, but from “ping -5 66.70.73.150” I saw that i have not permission to browse internet (because linux read a collision ip address).

Hello all…

Is there someone know how to repair a collision IP address and check IP address in linux? From windows, I just go to command prompt and write ipconfig/all to check mine. Is it same as in linux? I mean, I just go to terminal and write the right command… If yes, can someone help with "what is the command to check ip address? Thank you…

On 03/10/2011 09:36 PM, ikky wrote:
>
> Hello all…
>
> Is there someone know how to repair a collision IP address and check IP
> address in linux? From windows, I just go to command prompt and write
> ipconfig/all to check mine. Is it same as in linux? I mean, I just go to
> terminal and write the right command… If yes, can someone help with
> "what is the command to check ip address? Thank you…

/sbin/ifconfig

If you set up the interface to use DHCP, then there will be no IP collisions.
Static IP addresses seems to be a little complicated for your level of
experience. Not only will you avoid assigning of duplicate addresses, but the
network mask, the route settings, and the nameserver will be correct.