Go Back   openSUSE Forums > Archives > Novell Archives
Forums FAQ Members List Search Today's Posts Mark Forums Read


Novell Archives Archived content from Novell openSUSE support forums

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 22-Sep-2006, 22:20
toddbmobile@hotmail.com
Guest
 
Posts: n/a
Default wireless lan

I have got my Broadcom wireless card set up w/ ndiswrapper and cannot
connect to the Internet. I can however ping my wireless router (gateway)
and even pull an IP from it. What I cannot do is get beyond the router. I
am dual booting with Windows XP pro and, I can using the same security
settings (WEP/WPA) connect my laptop to the Internet while in Windows. I
also added my router as a nameserver to the etc/resolv.conf file with no
effect. Is the issues related to IPv6 or something else? Below is a scren
shot of my wlan device after running the iwconfig in the shell. I have
altered my encryption key below for security reasons. I had this working
fine under Suse 9.3, I just cannot figure out what is the problem. Also
is the KDE wireless manager a good tool to use?

IEEE 802.11g ESSID:"thewifihide68" Nickname:"Suse-linuxLT"
Mode:Managed Frequency:2.462 GHz Access Point:
00:11:50:31:CF:AB
Bit Rate=54 Mb/s Tx-Power:25 dBm
RTS thr=2347 B Fragment thr=2346 B
Encryption key82C-(my encrypiton key)-B99D-EF Security
modepen
Power Managementff
Link Quality:100/100 Signal level:-40 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

  #2 (permalink)  
Old 24-Sep-2006, 17:39
Brad Doster
Guest
 
Posts: n/a
Default Re: wireless lan

Sounds like you default gateway is not configured, or is configured
incorrectly. 'route' should show your internet router in the Gateway
column for your default route.

bd
NSC Volunteer SysOp


  #3 (permalink)  
Old 25-Sep-2006, 07:29
Clive Eisen
Guest
 
Posts: n/a
Default Re: wireless lan

toddbmobile@hotmail.com wrote:
> I have got my Broadcom wireless card set up w/ ndiswrapper and cannot
> connect to the Internet. I can however ping my wireless router (gateway)
> and even pull an IP from it. What I cannot do is get beyond the router. I
> am dual booting with Windows XP pro and, I can using the same security
> settings (WEP/WPA) connect my laptop to the Internet while in Windows. I
> also added my router as a nameserver to the etc/resolv.conf file with no
> effect. Is the issues related to IPv6 or something else? Below is a scren
> shot of my wlan device after running the iwconfig in the shell. I have
> altered my encryption key below for security reasons. I had this working
> fine under Suse 9.3, I just cannot figure out what is the problem. Also
> is the KDE wireless manager a good tool to use?
>
> IEEE 802.11g ESSID:"thewifihide68" Nickname:"Suse-linuxLT"
> Mode:Managed Frequency:2.462 GHz Access Point:
> 00:11:50:31:CF:AB
> Bit Rate=54 Mb/s Tx-Power:25 dBm
> RTS thr=2347 B Fragment thr=2346 B
> Encryption key82C-(my encrypiton key)-B99D-EF Security
> modepen
> Power Managementff
> Link Quality:100/100 Signal level:-40 dBm Noise level:-256 dBm
> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
> Tx excessive retries:0 Invalid misc:0 Missed beacon:0
>

Go to /etc/sysconfig/network
find the ifcf* that relates to your broadcom
add the following lines
DHCLIENT_MODIFY_RESOLV_CONF="yes"
DHCLIENT_SET_DEFAULT_ROUTE="yes"

then execute rcnetwork restart
  #4 (permalink)  
Old 26-Sep-2006, 08:10
toddbmobile@hotmail.com
Guest
 
Posts: n/a
Default Re: wireless lan

> toddbmobile@hotmail.com wrote:
> > I have got my Broadcom wireless card set up w/ ndiswrapper and cannot
> > connect to the Internet. I can however ping my wireless router (gateway)
> > and even pull an IP from it. What I cannot do is get beyond the router. I
> > am dual booting with Windows XP pro and, I can using the same security
> > settings (WEP/WPA) connect my laptop to the Internet while in Windows. I
> > also added my router as a nameserver to the etc/resolv.conf file with no
> > effect. Is the issues related to IPv6 or something else? Below is a scren
> > shot of my wlan device after running the iwconfig in the shell. I have
> > altered my encryption key below for security reasons. I had this working
> > fine under Suse 9.3, I just cannot figure out what is the problem. Also
> > is the KDE wireless manager a good tool to use?
> >
> > IEEE 802.11g ESSID:"thewifihide68" Nickname:"Suse-linuxLT"
> > Mode:Managed Frequency:2.462 GHz Access Point:
> > 00:11:50:31:CF:AB
> > Bit Rate=54 Mb/s Tx-Power:25 dBm
> > RTS thr=2347 B Fragment thr=2346 B
> > Encryption key82C-(my encrypiton key)-B99D-EF Security
> > modepen
> > Power Managementff
> > Link Quality:100/100 Signal level:-40 dBm Noise level:-256 dBm
> > Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
> > Tx excessive retries:0 Invalid misc:0 Missed beacon:0
> >

> Go to /etc/sysconfig/network
> find the ifcf* that relates to your broadcom
> add the following lines
> DHCLIENT_MODIFY_RESOLV_CONF="yes"
> DHCLIENT_SET_DEFAULT_ROUTE="yes"
>
> then execute rcnetwork restart


>>>>>>>> Thank you, that did the trick.<<<<<<<<<<<<<<<<<<<

Todd
  #5 (permalink)  
Old 26-Sep-2006, 08:20
Clive Eisen
Guest
 
Posts: n/a
Default Re: wireless lan

toddbmobile@hotmail.com wrote:
>> toddbmobile@hotmail.com wrote:
>>> I have got my Broadcom wireless card set up w/ ndiswrapper and cannot
>>> connect to the Internet. I can however ping my wireless router (gateway)
>>> and even pull an IP from it. What I cannot do is get beyond the router. I
>>> am dual booting with Windows XP pro and, I can using the same security
>>> settings (WEP/WPA) connect my laptop to the Internet while in Windows. I
>>> also added my router as a nameserver to the etc/resolv.conf file with no
>>> effect. Is the issues related to IPv6 or something else? Below is a scren
>>> shot of my wlan device after running the iwconfig in the shell. I have
>>> altered my encryption key below for security reasons. I had this working
>>> fine under Suse 9.3, I just cannot figure out what is the problem. Also
>>> is the KDE wireless manager a good tool to use?
>>>
>>> IEEE 802.11g ESSID:"thewifihide68" Nickname:"Suse-linuxLT"
>>> Mode:Managed Frequency:2.462 GHz Access Point:
>>> 00:11:50:31:CF:AB
>>> Bit Rate=54 Mb/s Tx-Power:25 dBm
>>> RTS thr=2347 B Fragment thr=2346 B
>>> Encryption key82C-(my encrypiton key)-B99D-EF Security
>>> modepen
>>> Power Managementff
>>> Link Quality:100/100 Signal level:-40 dBm Noise level:-256 dBm
>>> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
>>> Tx excessive retries:0 Invalid misc:0 Missed beacon:0
>>>

>> Go to /etc/sysconfig/network
>> find the ifcf* that relates to your broadcom
>> add the following lines
>> DHCLIENT_MODIFY_RESOLV_CONF="yes"
>> DHCLIENT_SET_DEFAULT_ROUTE="yes"
>>
>> then execute rcnetwork restart

>
>>>>>>>>> Thank you, that did the trick.<<<<<<<<<<<<<<<<<<<

> Todd

Your welcome

It comes up about once a week

FAQ anyone?

--
Clive
 

Bookmarks


Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2