[no subject]

2002-11-19 Thread Peter
Hi, trying to print German characters I get the following: LANG=de [pfheiss@/ peter]$ export LANG [pfheiss@/ peter]$ gedit Gdk-WARNING **: locale not supported by C library What library do I need that will support German Umlaute? Thanks & regards -- Peter - To unsubscribe from this list: s

Re: grep for ip address on boot

2002-11-19 Thread Ray Olszewski
I don't know how promptly your application requires you to sync with ppp0 IP address changes, but there is an off-the-shelf alternative to what you are proposing. When pppd runs, it will execute the script /etc/ppp/ip-up, and that script has access to the local IP address as an environment vari

Re: Does the ATI Radeon 9000 Mobility work well with Linux 2.4.x?

2002-11-19 Thread pa3gcu
On Tuesday 19 November 2002 20:48, Ola Theander wrote: > Dear subscribers. > > I'm planning to buy a Dell Inspiron 8200 laptop with an ATI Radeon 9000 > Mobility 64 MB as the chosen graphics accelerator. I would like to know > if there are drivers available for this card for Linux, preferably with

Does the ATI Radeon 9000 Mobility work well with Linux 2.4.x?

2002-11-19 Thread Ola Theander
Dear subscribers. I'm planning to buy a Dell Inspiron 8200 laptop with an ATI Radeon 9000 Mobility 64 MB as the chosen graphics accelerator. I would like to know if there are drivers available for this card for Linux, preferably with both 2D and OpenGL (3D) support. I'm running SuSE Linux 8.0 Prof

Re: grep for ip address on boot

2002-11-19 Thread Mike Dresser
On 19 Nov 2002, Bryan Simmons wrote: > I have an adsl connection that uses a dynamic IP from my ISP. I use the > adsl-status script to find out what my IP is at any time. > What I want to do is parse the response I get from adsl-status to > isolate my IP. Here is the output of the adsl-status sc

grep for ip address on boot

2002-11-19 Thread Bryan Simmons
I have an adsl connection that uses a dynamic IP from my ISP. I use the adsl-status script to find out what my IP is at any time. What I want to do is parse the response I get from adsl-status to isolate my IP. Here is the output of the adsl-status script: adsl-status: Link is up and running on

Re: scanf and stdin having multiple ints

2002-11-19 Thread Bryan Simmons
Thanks, it turns out that %n doesn't do what I need and that %i works just fine. On Mon, 2002-11-18 at 15:46, Ray Olszewski wrote: > I didn't see any other responses to this, so let me say what I can. I can't > help with anything specific to nasm, but as to scanf ... did you consult > its man