Re: HSF Linmodem compile problems
* Joerg Johannes <[EMAIL PROTECTED]> [030311 09:42] wrote: > > I have a Sony Vaio with internal HSF Linmodem. According to > http://www.gaugusch.at/vaio/#modem I have downloaded the latest HSF > driver from the website mentioned there, and followed the instructions > to compile the driver form source. > The "make install" step proceeded without errors, but when running > hsfconfig I get the folowing error message: > > [...] > ../modules/kernelcompiler.sh: unable to find compiler matching > /proc/version: > ../modules/kernelcompiler.sh: gcc version 3.2.2 > ../modules/kernelcompiler.sh: set CC variable manually in modules/common.mak > [...] > > Any idea how to proceed from here? Edit the file modules/common.mak as suggested and look for the lines #CC= gcc CC := $(shell $(TOP)/modules/kernelcompiler.sh $(KERNELVER) $(KERNELSRC)) Simply uncomment the #CC= gcc line and comment the other one out, now everything should work fine. Gordon -- if (instr(buf,sys_errlist[errno])) /* you don't see this */ -- Larry Wall in eval.c from the perl source code -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Uptime
Andrew Pritchard ([EMAIL PROTECTED]) wrote: > >From the Man page: >uptime gives a one line display of the following information. >The current time, how long the system has been running, how >many users are currently logged on, and the system load >averages for the past 1, 5, and 15 minutes. > > What exactly does the 'load averages' mean? Is it the CPU time? It's the average number of processes ready to run in the last 1,5,15 minutes Gordon -- Gordon Fraser "Never make any mistaeks." (Anonymous, [EMAIL PROTECTED]in a mail discussion about to a kernel http://www.freakzone.netbug report.) pgpaDDaOS0qjE.pgp Description: PGP signature
Re: crontab $MAILTO question
Hi, Alec ([EMAIL PROTECTED]) wrote: > > I make backups using a cron job and I set MAILTO="" > Can I configure cron to mail me > a) *only* when there were errors > b) email only STDERR (not STDOUT) You could simply supply a valid MAILTO and send STDOUT to /dev/null like so: MAILTO=whoever * * * * * whoever dothisandthat > /dev/null That way you will only get an email when there is output to STDERR. Hth, Gordon -- Gordon Fraser We come to bury DOS, not to praise it. [EMAIL PROTECTED](Paul Vojta, [EMAIL PROTECTED], http://www.freakzone.netparaphrasing a quote of Shakespeare) pgpM3pso5Bqlc.pgp Description: PGP signature
Re: Making my HaM modem work in Debian.
[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > I just want to know if somebody could give me some links, advice, > or anything else, in reference to making my Internal PCI Ambient > HaM DataFax Winmodem work with Debian potato... > According to http://www.linmodems.org/ and http://www.idir.net/~gromitkc/winmodem.html you might be lucky using this driver: http://developer.intel.com/design/modems/products/md563x.htm Try the package matching your kernel version (2.2 I guess with Potato), there's Debian notes in the readme-file. Hth, Gordon -- Gordon Fraser "It's God. No, not Richard Stallman, [EMAIL PROTECTED]or Linus Torvalds, but God." (By Matt http://www.freakzone.netWelsh) pgprKqrLbL5KD.pgp Description: PGP signature
Re: How to use the Linux Progress Patch (Splash Screen)?
Timothy R. Butler ([EMAIL PROTECTED]) wrote: > Has anyone here tried the Linux Progress Patch on a recent 2.4.x-series > kernel? I was thinking about getting a little eye candy for my boot messages, > but I can't seem to find LPP for anything newer than Linux 2.4.2 (I'm runing > 2.4.17). I tried applying the old patch to the new kernel, but my attempt > failed with several sections not being patched. > > Does anyone know of a way to get LPP to work on more recent kernels? David Odin has updated the patch to 2.4.13 [1], and I have created Debian-packages [2] with a Debian-like design. They're still preliminary, but work with 2.4.17. If you don't like the design, apply the patch and exchange the linux_logo.h with a new one you can create with fblogo [3] (view README and README.Debian in the patch-packages for further information, there's more work to it...) Good luck! Gordon [1] http://dindinx.org/lpp/ [2] Add to your /etc/apt/sources.list: deb http://freakzone.net/ debian/ deb-src http://freakzone.net/ debian/ and apt-get install kernel-patch-lpp-1024x768 or apt-get install kernel-patch-lpp-640x480 or apt-get source kernel-patch-lpp [3] http://packages.debian.org/unstable/devel/fblogo.html -- Gordon Fraser We come to bury DOS, not to praise it. [EMAIL PROTECTED] -- Paul Vojta, http://www.freakzone.net[EMAIL PROTECTED] pgpQoMU7m7dFO.pgp Description: PGP signature
Re: framebuffer-konsole
Patrick Schnorbus ([EMAIL PROTECTED]) wrote: > > i'd like to use framebuffer on konsole, but i don't know what i have to do. > i've searched in the www but i cannot find any howto. > > can anybody of you give me an instruction or a link? http://www.linuxdoc.org/HOWTO/Framebuffer-HOWTO.html Hth, Gordon -- Gordon Fraser Just don't create a file called [EMAIL PROTECTED]-rf. :-) -- Larry Wall in http://www.freakzone.net<[EMAIL PROTECTED]> pgpFc4J4i7yih.pgp Description: PGP signature
Re: LILO splash screen
Hi, Walter Hofmann ([EMAIL PROTECTED]) wrote: > Now that the new LILO in woody can display splash screens, does > anyone know where I could get suitable bitmaps? I have created a Debian-Splash-Screen for lilo, you can find it at http://freakzone.net/gordon/ together with a short explanation how to install or create your own. Let me know if you like it or not... Gordon -- Gordon Fraser "I once witnessed a long-winded, [EMAIL PROTECTED] month-long flamewar over the use of http://www.freakzone.net mice vs. trackballs...It was very silly." (By Matt Welsh) pgpXS501IXEph.pgp Description: PGP signature
Re: nslookup
Cheryl Homiak ([EMAIL PROTECTED]) wrote: > Which package provides nslookup? dnsutils nslookup is considered deprecated and the use of dig, which is also in dnsutils, is preferred. Gordon PS: Try http://packages.debian.org - it offers a search by file in all packages -- Gordon Fraser lp1 on fire [EMAIL PROTECTED] -- One of the more obfuscated http://www.freakzone.netkernel messages pgpk42xk0QjFr.pgp Description: PGP signature
Re: how to install rpm packages?
pReJkEr ([EMAIL PROTECTED]) wrote: > i have a rpm package and i dont know how to install it? > is there a tool that converts rpm packages to deb format? > alien ...alien converts rpm<->tgz<->deb Gordon -- Gordon Fraser Linux: Where Don't We Want To Go Today? [EMAIL PROTECTED] -- Submitted by Pancrazio http://www.freakzone.netDe Mauro, paraphrasing some well-known sales talk pgpY8ja2NF90j.pgp Description: PGP signature
Re: graphical lilo
Aldous B Bernardo ([EMAIL PROTECTED]) wrote: > > How do I configure a graphical lilo. RH and other distros have > this fancy graphial lilo. I personally don't need it but other > users of my pc ( my kid sister and my parents ) are having a > hard time using the text only mode in lilo. What packages do I > need, or how do I configure them? You can use bitmaps with lilo version 1:22.1-1 and up. Simply create a 640x480 bitmap (uncompressed or RLE encoded) with 16 colours, then update your /etc/lilo.conf like so: Change the install and map entries to: install=/boot/boot-bmp.b map=/boot/map-bmp Specify a bitmap: bitmap=/boot/somebitmap.bmp Coordinates and size of where the menu entries go bmp-table = [x],[y],[ncol],[nrow],[xspc] What colours should be used bmp-colors = [fg],[bg],[sh];[h-fg],[h-bg],[h-sh] Where the timer should be placed bmp-timer = [tx],[ty];[t-fg],[t-bg],[t-sh] I've put a small example on http://freakzone.net/gordon/ ...also, apt-get install lilo-doc gives you an example and documentation :) Hth, Gordon -- Gordon Fraser "Unix is simple, but it takes [EMAIL PROTECTED]a genius to understand the http://www.freakzone.netsimplicity." - Dennis Ritchie
Re: graphical lilo
Sridhar M.A. ([EMAIL PROTECTED]) wrote: > >> map=/boot/map-bmp >^^^ > My woody does not have this file. Where do I get it? What sort of a file > is it? Now that you say so, this line is of course nonsense and has nothing to do with the splash screen. :) I just compared my lilo.conf on my notebook and pc and kinda pasted the difference...thanks for telling me, I've also removed it from my hompage and my example splash screens. Thanks... > My /etc/lilo.conf looks like this: > >boot=/dev/hda >map=/boot/map >install=/boot/boot.b ^^ You still need to set: install=/boot/boot-bmp.b Gordon -- Gordon Fraser Your mouse has moved. Windows NT must be [EMAIL PROTECTED] restarted for the change to take effect. http://www.freakzone.net Reboot now? [ OK ] pgpfsrLSQQlmz.pgp Description: PGP signature
Re: missing parallel port
David Smead ([EMAIL PROTECTED]) wrote: > I can't print on the local printer. I'd guess it is missing a > module. Not I/O address shows up in /proc/ioports. > > There's a parport module that installs. You need to $ modprobe lp (CONFIG_PRINTER that is, if you haven't compiled that module yet) Gordon -- Gordon Fraser There are two ways to write error-free [EMAIL PROTECTED]programs; only the third one works. http://www.freakzone.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]