openSUSE Forums > Archives > Novell Archives » No internet after online update under Suse 9.3

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 07-Nov-2005, 01:58
johnnybestservice@yahoo.com
Guest
 
Posts: n/a
Default No internet after online update under Suse 9.3

Hi

I did an online update under Suse 9.3 and then I can't use internet
afterward. I checked my network card (RTL-8139/8139C/8139C+) under Yast,
but it is still configured. Here is the info from iwconfig. Please help.
Also my Intel Pro Wireless 2200BG is not working. Some advise on the
wirelss is also appreciated. Thank you ahead! I am a newbie to Linux.

eth0 unassociated ESSIDff/any Nickname:"linux"
Mode:Managed Channel=0 Access Point: 00:00:00:00:00:00
Bit Rate=0 kb/s Tx-Power=20 dBm
RTS thrff Fragment thrff
Encryption keyff
Power Managementff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

--Johnny
  #2 (permalink)  
Old 07-Nov-2005, 13:34
baskitcaise
Guest
 
Posts: n/a
Default Re: No internet after online update under Suse 9.3

johnnybestservice@yahoo.com adjusted his/her tinfoil beanie to post:

> Hi
>
> I did an online update under Suse 9.3 and then I can't use internet
> afterward. I checked my network card (RTL-8139/8139C/8139C+) under
> Yast, but it is still configured. Here is the info from iwconfig.
> Please help. Also my Intel Pro Wireless 2200BG is not working. Some
> advise on the wirelss is also appreciated. Thank you ahead! I am a
> newbie to Linux.


Now I could be wrong here but if you have been using the wireless module
that is in 10 you might have to re-compile it again as it sounds like
you got a new kernel in the update.

Just need to make sure your source is the same version as the running
kernel and :


cd /usr/src/linux
make cloneconfig
make prepare-all

cd ../kernel-modules/ipw/
make install


That should get the modules back up to the right version, the above
commands are relative to my SuSE 10 here so you had better check that
they correspond to your system as well, also have a quick read of the
INSTALL file in the ipw dir just incase it is an earlier version than
mine and needs more to be done.


>
> eth0 unassociated ESSIDff/any Nickname:"linux"
> Mode:Managed Channel=0 Access Point: 00:00:00:00:00:00
> Bit Rate=0 kb/s Tx-Power=20 dBm
> RTS thrff Fragment thrff
> Encryption keyff
> Power Managementff
> Link Quality:0 Signal level:0 Noise level:0
> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
> Tx excessive retries:0 Invalid misc:0 Missed beacon:0
>
> --Johnny


What do you get for the wired card using ifconfig?

HTH

--
Mark
Twixt hill and high water
N. Wales, UK
Novell Support Forums SysOp

  #3 (permalink)  
Old 09-Nov-2005, 00:12
johnnybestservice@yahoo.com
Guest
 
Posts: n/a
Default Re: No internet after online update under Suse 9.3

Hi Mark

My kernel is 2.6.11.4-21.9-default and my ifconfig is attached below.

Thank you again!

--Johnny
===============ifconfig======================

eth0 Link encap:Ethernet HWaddr 00:0E:35:01:38:FA
inet6 addr: fe80::20e:35ff:fe01:38fa/64 Scope:Link
UP BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1
RX packets:37985 errors:0 dropped:0 overruns:0 frame:0
TX packets:9376 errors:0 dropped:0 overruns:0 carrier:3
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:5 Base address:0x8000 Memory:90000000-90000fff

eth1 Link encap:Ethernet HWaddr 00:02:3F:6F:25:BD
inet addr:192.168.2.215 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::202:3fff:fe6f:25bd/64 Scope:Link
UP BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:728 (728.0 b) TX bytes:2629 (2.5 Kb)
Interrupt:10 Base address:0xe000

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:234 errors:0 dropped:0 overruns:0 frame:0
TX packets:234 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:16083 (15.7 Kb) TX bytes:16083 (15.7 Kb)
================================================== ==============
> johnnybestservice@yahoo.com adjusted his/her tinfoil beanie to post:
>
> > Hi
> >
> > I did an online update under Suse 9.3 and then I can't use internet
> > afterward. I checked my network card (RTL-8139/8139C/8139C+) under
> > Yast, but it is still configured. Here is the info from iwconfig.
> > Please help. Also my Intel Pro Wireless 2200BG is not working. Some
> > advise on the wirelss is also appreciated. Thank you ahead! I am a
> > newbie to Linux.

>
> Now I could be wrong here but if you have been using the wireless module
> that is in 10 you might have to re-compile it again as it sounds like
> you got a new kernel in the update.
>
> Just need to make sure your source is the same version as the running
> kernel and :
>
>
> cd /usr/src/linux
> make cloneconfig
> make prepare-all
>
> cd ../kernel-modules/ipw/
> make install
>
>
> That should get the modules back up to the right version, the above
> commands are relative to my SuSE 10 here so you had better check that
> they correspond to your system as well, also have a quick read of the
> INSTALL file in the ipw dir just incase it is an earlier version than
> mine and needs more to be done.
>
>
> >
> > eth0 unassociated ESSIDff/any Nickname:"linux"
> > Mode:Managed Channel=0 Access Point: 00:00:00:00:00:00
> > Bit Rate=0 kb/s Tx-Power=20 dBm
> > RTS thrff Fragment thrff
> > Encryption keyff
> > Power Managementff
> > Link Quality:0 Signal level:0 Noise level:0
> > Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
> > Tx excessive retries:0 Invalid misc:0 Missed beacon:0
> >
> > --Johnny

>
> What do you get for the wired card using ifconfig?
>
> HTH
>
> --
> Mark
> Twixt hill and high water
> N. Wales, UK
> Novell Support Forums SysOp
>


 

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