No mouse on games
I tried couple games , tuxracer, quake but none of the mouse devices was recognize. Anyone experienced similiar situation on laptop ? Specs: Debian Sarge, Dell Inspiron 5100 , Ati Radeon 7500 + Dri, Trackpad + USB external mouse
Re: Toshiba T1910CS power problem
Elizabeth wrote: >But I am unaware of any other internal battery. Do you know where > it may be located and what it may look like? It is a silver, disc battery enclosed in a plastic encasing that presses two leads up tight against the battery. This battery is located under the top circuit board near the back of the computer. It connects to the top circuit board via a wire that crosses underneath the board toward the front of the unit and onto the top with a red and black cable plugging into a two-lead jumper labeled PJ2. Markings on the battery proper: Toshiba, Made in Japan VG2430 Lithium Battery VG2430 Rechargeable Red/Black wires are hooked correctly to the battery. It is probably the RTC battery. From: http://216.239.39.104/search?q=cache:b8GsnngVGNYJ:www.geocities.com/philip3270/1910cs.txt+t1910cs+rtc&hl=en&ie=UTF-8 14 P000184480 NI-MH BATTERY SUB BATTERY P71007001031 15 P000180060 V-LI BATTERY RTC BATTERY P71008001016 Part 14 would be what I found earlier and this is 15 (it has a sticker on it that says "LI"). From: http://www.partsolver.com/Product.asp?InventoryID=334659&SubstitutePart=False&ModelManufacturer=Toshiba&ModelNumber=2150CDS Model Manufacturer: Toshiba Model Number: 2150CDS [this is another laptop model -ed] Name: 3 volt Lithium Rechargeable CMOS battery Description: Rechargeable coin cell with wire and connector. Anyway, I tried re-starting the computer without this battery but it is still behaving the same way. On one other computer, a desktop, removing the dead CMOS battery allowed the machine to boot up as where with the dead CMOS battery it didn't come on at all. Is it possible that the failure of the laptop to boot-up is a result of having no electricity from one of the two internal batteries and that by removing the connection I am not making much of a difference in that the connection was dead anyway? And that by replacing one or both of the batteries the machine may begin working? Thank you, Elizabeth
Re: ASUS L3800CE
On Tue, Sep 02, 2003 at 10:24:32PM +0200, David Fokkema wrote: > On Mon, Sep 01, 2003 at 10:09:14AM +0200, David Fokkema wrote: ... > I went to another store and ordered a L5800 for about the same price, > ;-) It has a Radeon 9000, which, according to a previous thread, is also > well supported by XFree 4.3. Furthermore, it has usb 2.0 instead of 1.1, > etc. There isn't an entry at linux-laptop.net, but looking through the ... But there is a major difference. The CPU of the L3800C is a Pentium 4-Mobile, but the CPU of the L5800C is a Pentium 4 Desktop one. Anyway I will have such a machine for a Linux installation soon and will make an installation report available at http://tuxmobil.org/asus.html in one week. Werner -- |=| Werner Heuser = Keplerstr. 11A = D-10589 Berlin = Germany |=| T. 0049 - (0)30 - 349 53 86 |=| http://TuxMobil.orgUniX on Mobile Systems: HOWTOs,Software |*| This is no time for phony rhetoric -- Lou Reed
IrDA on Thinkpad
Hello, i have an IBM ThinkPad T20 and i want to use my IR interface. I have already read the IR-Howto, but the problem that i have is not treated there. I have already compiled the 2.4.21 Kernel with NSC-Support as module. But if i try to load the module i get an error (see below). Thanks for help. Regards, Yevgenij. Error-- ROOT:~ $ modprobe irda0 /lib/modules/2.4.21/kernel/drivers/net/irda/nsc-ircc.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg /lib/modules/2.4.21/kernel/drivers/net/irda/nsc-ircc.o: insmod /lib/modules/2.4.21/kernel/drivers/net/irda/nsc-ircc.o failed /lib/modules/2.4.21/kernel/drivers/net/irda/nsc-ircc.o: insmod irda0 failed ROOT:~ Error-- My /etc/modules.conf is attached. findchip give follow information: Findchip ROOT:~ $ findchip -v Found NSC PC87338 Controller at 0x2e, DevID=0x0b, Rev. 2 SIR Base 0x0, FIR Base 0x0 IRQ = 0, DMA = -1 Enabled: no, Suspended: no UART compatible: yes Half duplex delay = 0 us ROOT:~ $ Findchip The relevant configuration of Kernel is here: --Kernel CONFIG_IRLAN=y CONFIG_IRNET=y CONFIG_IRCOMM=y # CONFIG_IRDA_ULTRA is not set # # IrDA options # CONFIG_IRDA_CACHE_LAST_LSAP=y CONFIG_IRDA_FAST_RR=y CONFIG_IRDA_DEBUG=y # # Infrared-port device drivers # # # SIR device drivers # CONFIG_IRTTY_SIR=m CONFIG_IRPORT_SIR=m # # Dongle support # # CONFIG_DONGLE is not set # # FIR device drivers # # CONFIG_USB_IRDA is not set CONFIG_NSC_FIR=m # CONFIG_WINBOND_FIR is not set # CONFIG_TOSHIBA_OLD is not set # CONFIG_TOSHIBA_FIR is not set # CONFIG_SMC_IRCC_FIR is not set # CONFIG_ALI_FIR is not set # CONFIG_VLSI_FIR is not set --Kernel ### This file is automatically generated by update-modules" # # Please do not edit this file directly. If you want to change or add # anything please take a look at the files in /etc/modutils and read # the manpage for update-modules. # ### update-modules: start processing /etc/modutils/0keep # DO NOT MODIFY THIS FILE! # This file is not marked as conffile to make sure if you upgrade modutils # it will be restored in case some modifications have been made. # # The keep command is necessary to prevent insmod and friends from ignoring # the builtin defaults of a path-statement is encountered. Until all other # packages use the new `add path'-statement this keep-statement is essential # to keep your system working keep ### update-modules: end processing /etc/modutils/0keep ### update-modules: start processing /etc/modutils/actions # Special actions that are needed for some modules # The BTTV module does not load the tuner module automatically, # so do that in here post-install bttv insmod tuner post-remove bttv rmmod tuner ### update-modules: end processing /etc/modutils/actions ### update-modules: start processing /etc/modutils/aliases # Aliases to tell insmod/modprobe which modules to use # Uncomment the network protocols you don't want loaded: # alias net-pf-1 off# Unix # alias net-pf-2 off# IPv4 # alias net-pf-3 off# Amateur Radio AX.25 # alias net-pf-4 off# IPX # alias net-pf-5 off# DDP / appletalk # alias net-pf-6 off# Amateur Radio NET/ROM # alias net-pf-9 off# X.25 # alias net-pf-10 off # IPv6 # alias net-pf-11 off # ROSE / Amateur Radio X.25 PLP # alias net-pf-19 off # Acorn Econet alias char-major-10-175 agpgart alias char-major-10-200 tun alias char-major-81 bttv alias char-major-108ppp_generic alias /dev/ppp ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-14 ppp_synctty alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate # Crypto modules (see http://www.kerneli.org/) alias loop-xfer-gen-0 loop_gen alias loop-xfer-3 loop_fish2 alias loop-xfer-gen-10 loop_gen alias cipher-2 des alias cipher-3 fish2 alias cipher-4 blowfish alias cipher-6 idea alias cipher-7 serp6f alias cipher-8 mars6 alias cipher-11 rc62 alias cipher-15 dfc2 alias cipher-16 rijndael alias cipher-17 rc5 ### update-modules: end processing /etc/modutils/aliases ### update-modules: start processing /etc/modutils/apm alias char-major-10-134 apm alias /dev/apm_bios /dev/misc/apm_bios alias /dev/misc/apm_biosapm ### update-modules: end processing /etc/modutils/apm ### upda
unsuscribe
-Message d'origine- De : tvn [mailto:[EMAIL PROTECTED] Envoye : mercredi 3 septembre 2003 07:42 A : debian-laptop@lists.debian.org Objet : No mouse on games I tried couple games , tuxracer, quake but none of the mouse devices was recognize. Anyone experienced similiar situation on laptop ? Specs: Debian Sarge, Dell Inspiron 5100 , Ati Radeon 7500 + Dri, Trackpad + USB external mouse -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: IrDA on Thinkpad
On Tue, Sep 02, 2003 at 10:09:20PM +0200, Yevgen Reznichenko wrote: > Hello, > > i have an IBM ThinkPad T20 and i want to use my IR interface. I have > already read the IR-Howto, but the problem that i have is not treated there. ... It is mentioned there ;-) you always should try to setup SIR. It works in almost any case and it is sufficient enough. FIR is more trickier to setup. Werner -- |=| Werner Heuser = Keplerstr. 11A = D-10589 Berlin = Germany |=| T. 0049 - (0)30 - 349 53 86 |=| http://TuxMobil.orgUniX on Mobile Systems: HOWTOs,Software |*| This is no time for phony rhetoric -- Lou Reed
File blocked - ScanMail for Lotus Notes --> Re: Wicked screensaver
Mail notification from WFP Rome: Undeliverable attachments were detected by the mail scanner in the message that you sent. Certain files such as applications, video and bmp images cannot be delivered due to mail policy restrictions. The undeliverable attachments were replaced with similarly-named empty files, and the original message forwarded to the recipient. Please contact [EMAIL PROTECTED] if you need assistance. (WFPITA10A) Date: 09/03/2003 12:24:46 PM Subject: Re: Wicked screensaver Virus: File: movie0045.pif From: debian-laptop@lists.debian.org To: [EMAIL PROTECTED] Action: Blocked by Filter Rules; Scanned by ScanMail for Lotus Notes 2.6 with scanengine 6.640-1001 and patternfile lpt$vpn.624
APM locks up Ashton Digital Passport 2100
So, I've got this nice laptop from Ashton Digital that I'm trying to put Debian on... But EVERY time it does anything with APM, whether adding a kernel module or activating the debian package for it, everything hard locks, immediately. Has anyone had any experience with this laptop, or this problem? _ MSN 8: Get 6 months for $9.95/month. http://join.msn.com/?page=dept/dialup
Re: Toshiba T1910CS power problem
On Wed, Sep 03, 2003 at 12:48:45AM -0500, Elizabeth Barham wrote: > Elizabeth wrote: > > >Anyway, I tried re-starting the computer without this battery but > it is still behaving the same way. On one other computer, a desktop, > removing the dead CMOS battery allowed the machine to boot up as where > with the dead CMOS battery it didn't come on at all. > >Is it possible that the failure of the laptop to boot-up is a > result of having no electricity from one of the two internal batteries > and that by removing the connection I am not making much of a > difference in that the connection was dead anyway? And that by > replacing one or both of the batteries the machine may begin working? > > Thank you, > Elizabeth > > Batteries can fail in different ways. I replaced both the batteries in my Toshiba when I had to reset the date every time I rebooted. -- Commander Spiral Pyjama Pseudo-Rhinocerous Feline Thingamajig Bill Marcum (the First) Ozy and Millie Name Generator http://heifong.phase.org/omname.php
Re: "Returned due to virus; was:" Re: Your application
Unfortunately it's currently impossible to use the Debian mailing lists with a e-mail address that matches procmail's check for mail coming from a daemon. This means that a username may not have "mail", "admin", "root", "master", "list" or similar strings in it (see procmailrc(5) for "FROM_DAEMON"). We apologize for the inconvenience and ask you to consider using some other username. Below please find all headers of your mail: -- > From [EMAIL PROTECTED] Wed Sep 3 09:39:55 2003 > Return-Path: <[EMAIL PROTECTED]> > Received: by murphy.debian.org (Postfix, from userid 38) > id C6E5E1F5C0; Wed, 3 Sep 2003 09:39:55 -0500 (CDT) > X-From_:[EMAIL PROTECTED] Wed Sep 3 09:39:54 2003 > Received: from watson.ulaval.ca (watson.ulaval.ca [132.203.250.40]) > by murphy.debian.org (Postfix) with SMTP id C51AF1F3CE > for ; Wed, 3 Sep 2003 09:39:53 -0500 > (CDT) > Received: from 72.109.203.213.9lyon1-0-ro-bas-1.9tel.net(213.203.109.72) by > watson.ulaval.ca via csmap >id 19469; Wed, 03 Sep 2003 09:57:22 -0400 (EDT) > From: > To: <[EMAIL PROTECTED]> > Subject: "Returned due to virus; was:" Re: Your application > Old-Date: Wed, 3 Sep 2003 15:57:20 +0200 > X-MailScanner: Found to be clean > Importance: Normal > X-Mailer: Microsoft Outlook Express 6.00.2600. > X-MSMail-Priority: Normal > X-Priority: 3 (Normal) > MIME-Version: 1.0 > Content-Type: multipart/mixed; > boundary="_NextPart_000_01714F86" > Message-Id: <[EMAIL PROTECTED]> > X-Diagnostic: Mail coming from a daemon, ignored > X-Envelope-To: debian-laptop > Date: Wed, 3 Sep 2003 09:39:55 -0500 (CDT)
Re: APM locks up Ashton Digital Passport 2100
At 14:09 2003-09-03, Overkill of TASF wrote: So, I've got this nice laptop from Ashton Digital that I'm trying to put Debian on... But EVERY time it does anything with APM, whether adding a kernel module or activating the debian package for it, everything hard locks, immediately. Has anyone had any experience with this laptop, or this problem? Are you sure your kernel supports APM? Maybe ACPI is the correct way to go. //I -- * Ivar Alm ! Where does Microsoft want to drag you today? ! Umeå, Sweden ! Do you really want to go there? ! [EMAIL PROTECTED] http://www.octofingers.com
Chance ihres Einkommen zu Verbessern!!
>>Spezial für alle Empfänger/in<< Einige Wöchen her erhielte ich von jemand, eine Email. Darin wurde ich gefragt ob ich mein Lebensunterhalt durch das Internet verdienen. Natürlich nicht. Er schreibt: "Er hatte gerade eine Überraschung erlebt, dass man viel Geld verdienen kann ohne fest mit einen Firma gebunden sein zu müssen." Da wurde ich Obgleich ich ähnliche email Anzeigen jeden Monat erhalte, diesmal überraschend nachdenklich. Meine Neugierde wurde geweckt. Nach dem ich gesehen hatte das ich etwas unternehmen müssen, was mein / Familie-Leben verändern wurden, meldete ich mich an, ohne wenn und aber. Heute bin ich froh, richtig entschieden zu haben. Nach nur vier(4)Moante, stehe ich finanziell besser da als viele meine Freunde. Es war keine leere gerede. Nur Neben bei,Zuhause als Hobby. Es funktioniert tatsächlich. Wenn Sie ganz interessiert sind, schicken Sie eine blanko-email zu >>[EMAIL PROTECTED]<< mit nur "Send Info" im Betreff Linie. Danke für Ihrer Zeit. Mcloni >>[EMAIL PROTECTED]<< PPSS: Vorauessetzung==Seriosität!
Re: APM locks up Ashton Digital Passport 2100
At 19:00 2003-09-03, Overkill of TASF wrote: The kernel is 2.4, I'm doing a BF24 install. I can't seem to keep APM from starting up I do an apt-get remove apm, apt-get remove apmd It's kind of frustrating... No matter what I do (Er, what I've tried) APM somehow starts up at boot, and locks the kids up! You cannot boot the machine so you have a prompt? If you can, you seem to have been able to use apt-get, try kill the 'apmd' deamon. Try locating that running program. It's the apm deamon, and if you can kill that one, you should have no apm running. You probably selected to have apm sometimes during install. IIRC, the installation program asks for that... //I -- * Ivar Alm ! Where does Microsoft want to drag you today? ! Umeå, Sweden ! Do you really want to go there? ! [EMAIL PROTECTED] http://www.octofingers.com
Re: ASUS L3800CE
On Wed, Sep 03, 2003 at 09:13:33AM -0100, Werner Heuser wrote: > On Tue, Sep 02, 2003 at 10:24:32PM +0200, David Fokkema wrote: > > On Mon, Sep 01, 2003 at 10:09:14AM +0200, David Fokkema wrote: > ... > > I went to another store and ordered a L5800 for about the same price, > > ;-) It has a Radeon 9000, which, according to a previous thread, is also > > well supported by XFree 4.3. Furthermore, it has usb 2.0 instead of 1.1, > > etc. There isn't an entry at linux-laptop.net, but looking through the > ... > > But there is a major difference. The CPU of the L3800C is a > Pentium 4-Mobile, but the CPU of the L5800C is a Pentium 4 Desktop > one. Anyway I will have such a machine for a Linux installation soon > and will make an installation report available at > http://tuxmobil.org/asus.html in one week. I'm looking forward to it, I'm having some serious trouble... For example, I can't get X 4.3 to work with something other than 1024x768 with the fbdev driver. It is capable of 1400x1050. Using kernel 2.6.0-test2 I managed to get the vesafb to work with 1400x1050, but now X complains about not being able to initialize a mouse, :-( I was kinda suspecting that everything would work in a few hours... David -- Hi! I'm a .signature virus. Copy me into your ~/.signature to help me spread!
acpid events
anyone has some premade acpid events/actions I can look at ? I have a Dell Inspiron 5100 but any generic acpid event/action scripts should do . Thanks
Re: netenv configuration
On Tue, 2003-09-02 at 23:48, Emma Jane Hogbin wrote: > I'm trying to work my way through the configuration examples for netenv > with my laptop: > http://netenv.sourceforge.net/netenv-en.html#config > but I'm not sure how to configure my system from these examples. > > I currently have two configurations: > AT HOME > - DHCP ethernet (typically wireless) > - CUPS connection to the printer > Config file looks like this: > netenv_id=At_home > export IPADDR=192.168.1.100 > export NETWORK=192.168.1.0 > export NETMASK=255.255.255.0 > export BROADCAST=192.168.1.255 > export GATEWAY=192.168.1.1 > export PROFILE=default > (This is the default install from when I installed debian, I think. My > router is DHCP, but it seems to have no problems with me picking my own IP > address.) > > AWAY > - no ethernet > - no printer > Config file looks like this: > netenv_id=No_Ethernet > # there is not internet/ethernet connection in this mode > STARTMODE=manual > > This is what I'm confused about: > - When I'm "at home" netenv is the first thing that loads when I boot > my computer--but my wireless card isn't loaded so netenv wastes > time trying to find a connection to the internet. What do I need to > add to the > configuration to get my wireless card (which is an orinoco card using > the pcmcia-cs packages) to load so that netenv can find the internet? Actually its wierd that it gets stuck on the conection to the internet since netenv doesn't do anything. I ran into that problem. Its more probably /etc/init.d/networking thats getting stuck, check whats in /etc/network/interfaces To make netenv do anything you need to pass a script to run that can actually do something with the variables. Check the docs about that. It also creates a file in /etc/netenv/netenv which you are supposed to source if you want the variables to be defined for something that uses them. do . /etc/netenv/netenv wherever you want the variables, and defined only those needed outside the script with export. you can look at /sbin/netenv, that the program and its a shell script so you can see exactly what it does. If you want some example scripts or more help, email me I can send you me script as starters (I got to go to sleep now, since I am barely functional, so sorry if I am a bit incoherent at the moment >;-) ) > > - I currently start fetchmail by hand depending on whether or not I > have an internet connection. I would like to add this variable to the > netenv config files so that fetchmail starts picking up mail IF I'm > "at home". > Right now I'm not using a system-wide fetchmail, just one that's > configured through my home directory ~/.fetchmailrc (I'm not sure if > that makes > sense...). > > - When I'm "away" I don't want the CUPS server running. It's not that > it's a bad thing, I just don't need it. How do I tell netenv not to > bother starting the CUPS server if I'm "away"? I also don't want > fetchmail running if there isn't an internet connection (which is my > current default). > > Thanks for your suggestions on this configuration problem, > emma :) > > > -- > Emma Jane Hogbin > [[ 416 417 2868 ][ www.xtrinsic.com ]] >
Re: Toshiba T1910CS power problem
Bill writes: > Batteries can fail in different ways. I replaced both the batteries > in my Toshiba when I had to reset the date every time I rebooted. Hi Bill, Thank you for your input. I replaced the RTC battery with a battery from that battery-only place. Its part number is ML2430-WR. The results were the same after replacing the battery and turning the computer on, however. But during this time I did not have the CMOS battery plugged in, so I plugged it in and the machine behaved erratically for a few plug-in/out cycles but then managed to power on and stay on. I did not have the LCD screen plugged in during that trial, however, so just how well into the boot cycle it proceeded is a mystery, as I did try after plugging the screen in but the results were as before. My next step is to replace the CMOS battery although it may be sometime before I am able to purchase a new one. The theory here is that because the old CMOS battery was not plugged in for sometime and then plugged in, the computer sensed it had some electricity and so booted-up. But after a little while plugged in, the computer drained the CMOS' battery and so it behaved as before. Elizabeth
Re: ASUS L3800CE
On Tue, Sep 02, 2003 at 10:24:32PM +0200, David Fokkema wrote: > On Mon, Sep 01, 2003 at 10:09:14AM +0200, David Fokkema wrote: ... > I went to another store and ordered a L5800 for about the same price, > ;-) It has a Radeon 9000, which, according to a previous thread, is also > well supported by XFree 4.3. Furthermore, it has usb 2.0 instead of 1.1, > etc. There isn't an entry at linux-laptop.net, but looking through the ... But there is a major difference. The CPU of the L3800C is a Pentium 4-Mobile, but the CPU of the L5800C is a Pentium 4 Desktop one. Anyway I will have such a machine for a Linux installation soon and will make an installation report available at http://tuxmobil.org/asus.html in one week. Werner -- |=| Werner Heuser = Keplerstr. 11A = D-10589 Berlin = Germany |=| T. 0049 - (0)30 - 349 53 86 |=| http://TuxMobil.orgUniX on Mobile Systems: HOWTOs,Software |*| This is no time for phony rhetoric -- Lou Reed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
IrDA on Thinkpad
Hello, i have an IBM ThinkPad T20 and i want to use my IR interface. I have already read the IR-Howto, but the problem that i have is not treated there. I have already compiled the 2.4.21 Kernel with NSC-Support as module. But if i try to load the module i get an error (see below). Thanks for help. Regards, Yevgenij. Error-- ROOT:~ $ modprobe irda0 /lib/modules/2.4.21/kernel/drivers/net/irda/nsc-ircc.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg /lib/modules/2.4.21/kernel/drivers/net/irda/nsc-ircc.o: insmod /lib/modules/2.4.21/kernel/drivers/net/irda/nsc-ircc.o failed /lib/modules/2.4.21/kernel/drivers/net/irda/nsc-ircc.o: insmod irda0 failed ROOT:~ Error-- My /etc/modules.conf is attached. findchip give follow information: Findchip ROOT:~ $ findchip -v Found NSC PC87338 Controller at 0x2e, DevID=0x0b, Rev. 2 SIR Base 0x0, FIR Base 0x0 IRQ = 0, DMA = -1 Enabled: no, Suspended: no UART compatible: yes Half duplex delay = 0 us ROOT:~ $ Findchip The relevant configuration of Kernel is here: --Kernel CONFIG_IRLAN=y CONFIG_IRNET=y CONFIG_IRCOMM=y # CONFIG_IRDA_ULTRA is not set # # IrDA options # CONFIG_IRDA_CACHE_LAST_LSAP=y CONFIG_IRDA_FAST_RR=y CONFIG_IRDA_DEBUG=y # # Infrared-port device drivers # # # SIR device drivers # CONFIG_IRTTY_SIR=m CONFIG_IRPORT_SIR=m # # Dongle support # # CONFIG_DONGLE is not set # # FIR device drivers # # CONFIG_USB_IRDA is not set CONFIG_NSC_FIR=m # CONFIG_WINBOND_FIR is not set # CONFIG_TOSHIBA_OLD is not set # CONFIG_TOSHIBA_FIR is not set # CONFIG_SMC_IRCC_FIR is not set # CONFIG_ALI_FIR is not set # CONFIG_VLSI_FIR is not set --Kernel ### This file is automatically generated by update-modules" # # Please do not edit this file directly. If you want to change or add # anything please take a look at the files in /etc/modutils and read # the manpage for update-modules. # ### update-modules: start processing /etc/modutils/0keep # DO NOT MODIFY THIS FILE! # This file is not marked as conffile to make sure if you upgrade modutils # it will be restored in case some modifications have been made. # # The keep command is necessary to prevent insmod and friends from ignoring # the builtin defaults of a path-statement is encountered. Until all other # packages use the new `add path'-statement this keep-statement is essential # to keep your system working keep ### update-modules: end processing /etc/modutils/0keep ### update-modules: start processing /etc/modutils/actions # Special actions that are needed for some modules # The BTTV module does not load the tuner module automatically, # so do that in here post-install bttv insmod tuner post-remove bttv rmmod tuner ### update-modules: end processing /etc/modutils/actions ### update-modules: start processing /etc/modutils/aliases # Aliases to tell insmod/modprobe which modules to use # Uncomment the network protocols you don't want loaded: # alias net-pf-1 off# Unix # alias net-pf-2 off# IPv4 # alias net-pf-3 off# Amateur Radio AX.25 # alias net-pf-4 off# IPX # alias net-pf-5 off# DDP / appletalk # alias net-pf-6 off# Amateur Radio NET/ROM # alias net-pf-9 off# X.25 # alias net-pf-10 off # IPv6 # alias net-pf-11 off # ROSE / Amateur Radio X.25 PLP # alias net-pf-19 off # Acorn Econet alias char-major-10-175 agpgart alias char-major-10-200 tun alias char-major-81 bttv alias char-major-108ppp_generic alias /dev/ppp ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-14 ppp_synctty alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate # Crypto modules (see http://www.kerneli.org/) alias loop-xfer-gen-0 loop_gen alias loop-xfer-3 loop_fish2 alias loop-xfer-gen-10 loop_gen alias cipher-2 des alias cipher-3 fish2 alias cipher-4 blowfish alias cipher-6 idea alias cipher-7 serp6f alias cipher-8 mars6 alias cipher-11 rc62 alias cipher-15 dfc2 alias cipher-16 rijndael alias cipher-17 rc5 ### update-modules: end processing /etc/modutils/aliases ### update-modules: start processing /etc/modutils/apm alias char-major-10-134 apm alias /dev/apm_bios /dev/misc/apm_bios alias /dev/misc/apm_biosapm ### update-modules: end processing /etc/modutils/apm ### update-modules:
unsuscribe
-Message d'origine- De : tvn [mailto:[EMAIL PROTECTED] Envoye : mercredi 3 septembre 2003 07:42 A : [EMAIL PROTECTED] Objet : No mouse on games I tried couple games , tuxracer, quake but none of the mouse devices was recognize. Anyone experienced similiar situation on laptop ? Specs: Debian Sarge, Dell Inspiron 5100 , Ati Radeon 7500 + Dri, Trackpad + USB external mouse -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: IrDA on Thinkpad
On Tue, Sep 02, 2003 at 10:09:20PM +0200, Yevgen Reznichenko wrote: > Hello, > > i have an IBM ThinkPad T20 and i want to use my IR interface. I have > already read the IR-Howto, but the problem that i have is not treated there. ... It is mentioned there ;-) you always should try to setup SIR. It works in almost any case and it is sufficient enough. FIR is more trickier to setup. Werner -- |=| Werner Heuser = Keplerstr. 11A = D-10589 Berlin = Germany |=| T. 0049 - (0)30 - 349 53 86 |=| http://TuxMobil.orgUniX on Mobile Systems: HOWTOs,Software |*| This is no time for phony rhetoric -- Lou Reed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
File blocked - ScanMail for Lotus Notes --> Re: Wicked screensaver
Mail notification from WFP Rome: Undeliverable attachments were detected by the mail scanner in the message that you sent. Certain files such as applications, video and bmp images cannot be delivered due to mail policy restrictions. The undeliverable attachments were replaced with similarly-named empty files, and the original message forwarded to the recipient. Please contact [EMAIL PROTECTED] if you need assistance. (WFPITA10A) Date: 09/03/2003 12:24:46 PM Subject: Re: Wicked screensaver Virus: File: movie0045.pif From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Action: Blocked by Filter Rules; Scanned by ScanMail for Lotus Notes 2.6 with scanengine 6.640-1001 and patternfile lpt$vpn.624 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
APM locks up Ashton Digital Passport 2100
So, I've got this nice laptop from Ashton Digital that I'm trying to put Debian on... But EVERY time it does anything with APM, whether adding a kernel module or activating the debian package for it, everything hard locks, immediately. Has anyone had any experience with this laptop, or this problem? _ MSN 8: Get 6 months for $9.95/month. http://join.msn.com/?page=dept/dialup -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Toshiba T1910CS power problem
On Wed, Sep 03, 2003 at 12:48:45AM -0500, Elizabeth Barham wrote: > Elizabeth wrote: > > >Anyway, I tried re-starting the computer without this battery but > it is still behaving the same way. On one other computer, a desktop, > removing the dead CMOS battery allowed the machine to boot up as where > with the dead CMOS battery it didn't come on at all. > >Is it possible that the failure of the laptop to boot-up is a > result of having no electricity from one of the two internal batteries > and that by removing the connection I am not making much of a > difference in that the connection was dead anyway? And that by > replacing one or both of the batteries the machine may begin working? > > Thank you, > Elizabeth > > Batteries can fail in different ways. I replaced both the batteries in my Toshiba when I had to reset the date every time I rebooted. -- Commander Spiral Pyjama Pseudo-Rhinocerous Feline Thingamajig Bill Marcum (the First) Ozy and Millie Name Generator http://heifong.phase.org/omname.php -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: "Returned due to virus; was:" Re: Your application
Unfortunately it's currently impossible to use the Debian mailing lists with a e-mail address that matches procmail's check for mail coming from a daemon. This means that a username may not have "mail", "admin", "root", "master", "list" or similar strings in it (see procmailrc(5) for "FROM_DAEMON"). We apologize for the inconvenience and ask you to consider using some other username. Below please find all headers of your mail: -- > From [EMAIL PROTECTED] Wed Sep 3 09:39:55 2003 > Return-Path: <[EMAIL PROTECTED]> > Received: by murphy.debian.org (Postfix, from userid 38) > id C6E5E1F5C0; Wed, 3 Sep 2003 09:39:55 -0500 (CDT) > X-From_:[EMAIL PROTECTED] Wed Sep 3 09:39:54 2003 > Received: from watson.ulaval.ca (watson.ulaval.ca [132.203.250.40]) > by murphy.debian.org (Postfix) with SMTP id C51AF1F3CE > for <[EMAIL PROTECTED]>; Wed, 3 Sep 2003 09:39:53 -0500 (CDT) > Received: from 72.109.203.213.9lyon1-0-ro-bas-1.9tel.net(213.203.109.72) by > watson.ulaval.ca via csmap >id 19469; Wed, 03 Sep 2003 09:57:22 -0400 (EDT) > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: "Returned due to virus; was:" Re: Your application > Old-Date: Wed, 3 Sep 2003 15:57:20 +0200 > X-MailScanner: Found to be clean > Importance: Normal > X-Mailer: Microsoft Outlook Express 6.00.2600. > X-MSMail-Priority: Normal > X-Priority: 3 (Normal) > MIME-Version: 1.0 > Content-Type: multipart/mixed; > boundary="_NextPart_000_01714F86" > Message-Id: <[EMAIL PROTECTED]> > X-Diagnostic: Mail coming from a daemon, ignored > X-Envelope-To: debian-laptop > Date: Wed, 3 Sep 2003 09:39:55 -0500 (CDT) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: APM locks up Ashton Digital Passport 2100
At 14:09 2003-09-03, Overkill of TASF wrote: So, I've got this nice laptop from Ashton Digital that I'm trying to put Debian on... But EVERY time it does anything with APM, whether adding a kernel module or activating the debian package for it, everything hard locks, immediately. Has anyone had any experience with this laptop, or this problem? Are you sure your kernel supports APM? Maybe ACPI is the correct way to go. //I -- * Ivar Alm ! Where does Microsoft want to drag you today? ! Umeå, Sweden ! Do you really want to go there? ! [EMAIL PROTECTED] http://www.octofingers.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Chance ihres Einkommen zu Verbessern!!
>>Spezial für alle Empfänger/in<< Einige Wöchen her erhielte ich von jemand, eine Email. Darin wurde ich gefragt ob ich mein Lebensunterhalt durch das Internet verdienen. Natürlich nicht. Er schreibt: "Er hatte gerade eine Überraschung erlebt, dass man viel Geld verdienen kann ohne fest mit einen Firma gebunden sein zu müssen." Da wurde ich Obgleich ich ähnliche email Anzeigen jeden Monat erhalte, diesmal überraschend nachdenklich. Meine Neugierde wurde geweckt. Nach dem ich gesehen hatte das ich etwas unternehmen müssen, was mein / Familie-Leben verändern wurden, meldete ich mich an, ohne wenn und aber. Heute bin ich froh, richtig entschieden zu haben. Nach nur vier(4)Moante, stehe ich finanziell besser da als viele meine Freunde. Es war keine leere gerede. Nur Neben bei,Zuhause als Hobby. Es funktioniert tatsächlich. Wenn Sie ganz interessiert sind, schicken Sie eine blanko-email zu >>[EMAIL PROTECTED]<< mit nur "Send Info" im Betreff Linie. Danke für Ihrer Zeit. Mcloni >>[EMAIL PROTECTED]<< PPSS: Vorauessetzung==Seriosität! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: APM locks up Ashton Digital Passport 2100
At 19:00 2003-09-03, Overkill of TASF wrote: The kernel is 2.4, I'm doing a BF24 install. I can't seem to keep APM from starting up I do an apt-get remove apm, apt-get remove apmd It's kind of frustrating... No matter what I do (Er, what I've tried) APM somehow starts up at boot, and locks the kids up! You cannot boot the machine so you have a prompt? If you can, you seem to have been able to use apt-get, try kill the 'apmd' deamon. Try locating that running program. It's the apm deamon, and if you can kill that one, you should have no apm running. You probably selected to have apm sometimes during install. IIRC, the installation program asks for that... //I -- * Ivar Alm ! Where does Microsoft want to drag you today? ! Umeå, Sweden ! Do you really want to go there? ! [EMAIL PROTECTED] http://www.octofingers.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: ASUS L3800CE
On Wed, Sep 03, 2003 at 09:13:33AM -0100, Werner Heuser wrote: > On Tue, Sep 02, 2003 at 10:24:32PM +0200, David Fokkema wrote: > > On Mon, Sep 01, 2003 at 10:09:14AM +0200, David Fokkema wrote: > ... > > I went to another store and ordered a L5800 for about the same price, > > ;-) It has a Radeon 9000, which, according to a previous thread, is also > > well supported by XFree 4.3. Furthermore, it has usb 2.0 instead of 1.1, > > etc. There isn't an entry at linux-laptop.net, but looking through the > ... > > But there is a major difference. The CPU of the L3800C is a > Pentium 4-Mobile, but the CPU of the L5800C is a Pentium 4 Desktop > one. Anyway I will have such a machine for a Linux installation soon > and will make an installation report available at > http://tuxmobil.org/asus.html in one week. I'm looking forward to it, I'm having some serious trouble... For example, I can't get X 4.3 to work with something other than 1024x768 with the fbdev driver. It is capable of 1400x1050. Using kernel 2.6.0-test2 I managed to get the vesafb to work with 1400x1050, but now X complains about not being able to initialize a mouse, :-( I was kinda suspecting that everything would work in a few hours... David -- Hi! I'm a .signature virus. Copy me into your ~/.signature to help me spread! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
acpid events
anyone has some premade acpid events/actions I can look at ? I have a Dell Inspiron 5100 but any generic acpid event/action scripts should do . Thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: netenv configuration
On Tue, 2003-09-02 at 23:48, Emma Jane Hogbin wrote: > I'm trying to work my way through the configuration examples for netenv > with my laptop: > http://netenv.sourceforge.net/netenv-en.html#config > but I'm not sure how to configure my system from these examples. > > I currently have two configurations: > AT HOME > - DHCP ethernet (typically wireless) > - CUPS connection to the printer > Config file looks like this: > netenv_id=At_home > export IPADDR=192.168.1.100 > export NETWORK=192.168.1.0 > export NETMASK=255.255.255.0 > export BROADCAST=192.168.1.255 > export GATEWAY=192.168.1.1 > export PROFILE=default > (This is the default install from when I installed debian, I think. My > router is DHCP, but it seems to have no problems with me picking my own IP > address.) > > AWAY > - no ethernet > - no printer > Config file looks like this: > netenv_id=No_Ethernet > # there is not internet/ethernet connection in this mode > STARTMODE=manual > > This is what I'm confused about: > - When I'm "at home" netenv is the first thing that loads when I boot > my computer--but my wireless card isn't loaded so netenv wastes > time trying to find a connection to the internet. What do I need to add to > the > configuration to get my wireless card (which is an orinoco card using > the pcmcia-cs packages) to load so that netenv can find the internet? Actually its wierd that it gets stuck on the conection to the internet since netenv doesn't do anything. I ran into that problem. Its more probably /etc/init.d/networking thats getting stuck, check whats in /etc/network/interfaces To make netenv do anything you need to pass a script to run that can actually do something with the variables. Check the docs about that. It also creates a file in /etc/netenv/netenv which you are supposed to source if you want the variables to be defined for something that uses them. do . /etc/netenv/netenv wherever you want the variables, and defined only those needed outside the script with export. you can look at /sbin/netenv, that the program and its a shell script so you can see exactly what it does. If you want some example scripts or more help, email me I can send you me script as starters (I got to go to sleep now, since I am barely functional, so sorry if I am a bit incoherent at the moment >;-) ) > > - I currently start fetchmail by hand depending on whether or not I > have an internet connection. I would like to add this variable to the > netenv config files so that fetchmail starts picking up mail IF I'm "at > home". > Right now I'm not using a system-wide fetchmail, just one that's > configured through my home directory ~/.fetchmailrc (I'm not sure if that > makes > sense...). > > - When I'm "away" I don't want the CUPS server running. It's not that > it's a bad thing, I just don't need it. How do I tell netenv not to > bother starting the CUPS server if I'm "away"? I also don't want > fetchmail running if there isn't an internet connection (which is my > current default). > > Thanks for your suggestions on this configuration problem, > emma :) > > > -- > Emma Jane Hogbin > [[ 416 417 2868 ][ www.xtrinsic.com ]] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Toshiba T1910CS power problem
Bill writes: > Batteries can fail in different ways. I replaced both the batteries > in my Toshiba when I had to reset the date every time I rebooted. Hi Bill, Thank you for your input. I replaced the RTC battery with a battery from that battery-only place. Its part number is ML2430-WR. The results were the same after replacing the battery and turning the computer on, however. But during this time I did not have the CMOS battery plugged in, so I plugged it in and the machine behaved erratically for a few plug-in/out cycles but then managed to power on and stay on. I did not have the LCD screen plugged in during that trial, however, so just how well into the boot cycle it proceeded is a mystery, as I did try after plugging the screen in but the results were as before. My next step is to replace the CMOS battery although it may be sometime before I am able to purchase a new one. The theory here is that because the old CMOS battery was not plugged in for sometime and then plugged in, the computer sensed it had some electricity and so booted-up. But after a little while plugged in, the computer drained the CMOS' battery and so it behaved as before. Elizabeth -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]