Talk Root - PC Hardware, Software and Web Development forums

Go Back   Talk Root - PC Hardware, Software and Web Development forums > Operating Systems > Linux Discussion > Suse


Welcome to the Talk Root - PC Hardware, Software and Web Development forums. Are you a programmer, web developer, IT guy or a computer guru? We invite you to join our forums and participate in friendly discussion. It doesn't matter your skill level, we are here to help everyone.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.
Sponsored Links
Reply
 
LinkBack Thread Tools Rate Thread
Old 02-18-2004, 06:43 PM   #1
wsfwlky@knmsat.com
 
Posts: n/a
Re: How do I conect to the internet from runlevel 3

|Using YOU, I want to install the new security fixes to the kernel I'm
|currently running. No problem there, however, when I do this I will need
|to run the nvidia installer to get my graphics back in order. To do this
|the xserver can't be running so I asume I have to boot into runlevel 3 to
|run the installer which accesses the internet to complete the installation
|I believe. How can I dial into my internet connection from runlevel 3 and
|still run the nvidia installer.

You can run the ncurses based YOU. Just get a terminal and do:

unset DISPLAY # just to be sure
yast2

Now you will get a ncurses YaST which is not much harder than the GUI
one. You can get the kernel updates that way.

Don't know what you have to do for nvidia but I assume it can be done
from a text terminal too.
--
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 02-18-2004, 08:50 PM   #2
Karen
 
Posts: n/a
Re: How do I conect to the internet from runlevel 3

On Wed, 18 Feb 2004 19:48:35 -0500, Stephanie wrote:

> I can't find how to do this.
>
> Using YOU, I want to install the new security fixes to the kernel I'm
> currently running. No problem there, however, when I do this I will need
> to run the nvidia installer to get my graphics back in order. To do this
> the xserver can't be running so I asume I have to boot into runlevel 3 to
> run the installer which accesses the internet to complete the installation
> I believe. How can I dial into my internet connection from runlevel 3 and
> still run the nvidia installer.


It's a good question Stephanie. I didn't know and it made me research it
and learn how to do it in case I ever need it.

Make sure wvdial is installed. Edit /etc/wvdial.conf

Test it in a console as root by simply typing "wvdial". If that works,
test it in runlevel 3.

Karen

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-19-2004, 05:39 AM   #3
Stephanie
 
Posts: n/a
Re: How do I conect to the internet from runlevel 3

Brian <nospam@my-local.net> wrote in message news:<c114vr$1ap$1$8302bc10@news.demon.co.uk>...
> On Wed, 18 Feb 2004 19:48:35 -0500, Stephanie wrote:
>
> > I can't find how to do this.
> >
> > Using YOU, I want to install the new security fixes to the kernel I'm
> > currently running. No problem there, however, when I do this I will need
> > to run the nvidia installer to get my graphics back in order. To do this
> > the xserver can't be running so I asume I have to boot into runlevel 3 to
> > run the installer which accesses the internet to complete the installation
> > I believe. How can I dial into my internet connection from runlevel 3 and
> > still run the nvidia installer.
> >

> Grab the current NVidia driver first, from:
> http://www.nvidia.com/object/linux_d..._1.0-5336.html
> and park it on your drive somewhere.
>
> Then do your stuff with 'YOU' and when that's finished, go to runlevel 3
> and install the NVidia drivers using the file you grabbed.
> Depending on the changes made to the kernel, you may find your existing
> NVidia setup still runs fine so it could be worth checking before trying
> to reinstall the driver.
>
>
> B.


Thanks Brian.
But I am still not sure what to use to connect to the internet with
dial up. Is there a command line I can use to establish a connection
and then do things on the internet from runlevel 3, i.e. use ftp...
I'm not sure if I'm being clear, but to use something like ftp from a
command prompt, runlevel 3 I need to have an internet connection
running, which in my case would be a dialup connection.
Any thoughts on what i should use.

Steph
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-19-2004, 05:46 AM   #4
jufzg@uieyej.com
 
Posts: n/a
Re: How do I conect to the internet from runlevel 3

|But I am still not sure what to use to connect to the internet with
|dial up. Is there a command line I can use to establish a connection
|and then do things on the internet from runlevel 3, i.e. use ftp...
|I'm not sure if I'm being clear, but to use something like ftp from a
|command prompt, runlevel 3 I need to have an internet connection
|running, which in my case would be a dialup connection.

I think yoú'll find that the dialup icon merely runs the program wvdial.
So go to a terminal window and type wvdial and it will probably work.
CLI ftp and web browsers exist, e.g. ncftp, w3m, lynx. Or as suggested,
grab all the files you need from your familiar GUI before you start
installing.
--
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-19-2004, 09:37 AM   #5
Brian
 
Posts: n/a
Re: How do I conect to the internet from runlevel 3

On Thu, 19 Feb 2004 04:39:26 -0800, Stephanie wrote:

> Brian <nospam@my-local.net> wrote in message news:<c114vr$1ap$1$8302bc10@news.demon.co.uk>...
>> On Wed, 18 Feb 2004 19:48:35 -0500, Stephanie wrote:
>>
>> > I can't find how to do this.
>> >
>> > Using YOU, I want to install the new security fixes to the kernel I'm
>> > currently running. No problem there, however, when I do this I will need
>> > to run the nvidia installer to get my graphics back in order. To do this
>> > the xserver can't be running so I asume I have to boot into runlevel 3 to
>> > run the installer which accesses the internet to complete the installation
>> > I believe. How can I dial into my internet connection from runlevel 3 and
>> > still run the nvidia installer.
>> >

>> Grab the current NVidia driver first, from:
>> http://www.nvidia.com/object/linux_d..._1.0-5336.html
>> and park it on your drive somewhere.
>>
>> Then do your stuff with 'YOU' and when that's finished, go to runlevel 3
>> and install the NVidia drivers using the file you grabbed.
>> Depending on the changes made to the kernel, you may find your existing
>> NVidia setup still runs fine so it could be worth checking before trying
>> to reinstall the driver.
>>
>>
>> B.

>
> Thanks Brian.
> But I am still not sure what to use to connect to the internet with
> dial up. Is there a command line I can use to establish a connection
> and then do things on the internet from runlevel 3, i.e. use ftp...
> I'm not sure if I'm being clear, but to use something like ftp from a
> command prompt, runlevel 3 I need to have an internet connection
> running, which in my case would be a dialup connection.
> Any thoughts on what i should use.
>

Hmm. Am I misunderstanding something here?

You seem to be saying that upgrading your kernel via 'YOU' is no problem,
which kind-of implies you're not worried about the need for a net
connection - I assume because you already have this running fine, or at
least when running your GUI.

But you then say that part of the upgrade process for the NVidia drivers
needs to be run from init 3, and it's in that mode you are having problems
with establishing a net connection.
Basically, you seem to be saying that the NVidia upgrade won't complete
unless it has net access.

If that's what you mean, then running the NVidia update you downloaded
won't require you to be online while in init 3 for it to complete - you
have already downloaded everything you need and a net connection won't be
required for the update. It happily runs stand-alone.

An option is available from the NVidia update .sh file which gives you the
*ability* to connect and get the current version, if you want to do it
that way - but since you've already downloaded the current version, it
isn't necessary to do it that way and you can just upgrade directly from
the file.


B.
--
No matter how hard you try, you can't baptize cats.

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-19-2004, 10:04 AM   #6
Brian
 
Posts: n/a
Re: How do I conect to the internet from runlevel 3

On Thu, 19 Feb 2004 16:37:42 +0000, Brian wrote:


> An option is available from the NVidia update .sh file which gives you


Oops, I meant the .run file of course.

B.
--
"Between two evils, I always pick the one I haven't tried."
-Mae West

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Reply


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 11:27 AM.


Sponsors
Banner Best Deals 24x7 @ Geeks.com!
Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0 RC8
vB Ad Management by =RedTyger=
© 2006 TalkRoot.com -