Re: After discussing on LCDs in Debian-laptop, did you get spammed by Sharp Systems as well?
> Today i got a spam by Sharp Systems, offering a LCD display. > Did any of you (especially the ones who did participate in a discussion > related to LCD displays) get that spam, too? > Please tell me, i'm trying to find out why they spammed me... > (It wasn't among the usual spam that is eaten by my filters, but it was > only sent to my @debian.org address. I usually get spam multiple times, > this one i got only once, and it had proper headers. So it has to be > directed by some way, probably abuse of debian mailing lists, a thing we > have to stop - but it might have been some other reason they spammed me, > probably they spammed all @debian.org addresses?) > So if you got one, too - please tell me. I've got this spam message as well (to my @scnsoft.com address). Seems like they grepped maillist to get per-person addresses.
alsa/kernel-modules - new problems
- Original Message - From: "Ivan Uemlianin" <[EMAIL PROTECTED]> To: Sent: Sunday, August 11, 2002 11:01 AM Subject: alsa/sound/kernel-modules on thinkpad > Dear all > > Thanks for all comments. > > I have indeed been running bf24 all this time. I hadn't been updating LILO > during kernel installation. The reason for this omission is that the > dpkg -i dialogs didn't seem to be giving me an option to avoid installing > lilo into the MBR (I have another OS hogging the MBR). I ran through it all > again and found I could install the boot block on the linux partitiondeb > (/dev/hda3). So now uname and I are in agreement, and there is a new set of > error messages: > > > * During dpkg -i kernel-image-2.4.18_forAlsa.1.0_i386.deb I got this new > depmod error: > > depmod: *** Unresolved symbols in /lib/modules/2.4.18/alsa/snd-intel8x0.o > There was a problem running depmod. This may be benign, > (You may have versioned symbol names, for instance). > Or this could be an error. In any case, since depmod is > run at install time, we could just defer running depmod > Would you like to abort now? [Yes] no > > > * During the following reboot a lot of 'couldn't locate module X' messages > scrolled past, and after logging on lsmod brought me: > > debian:~# lsmod > Module Size Used byNot tainted > debian:~# > > I should have (at least?) one module, as I configured sound support to be > modular. I decided to mess about with modprobe (the four modules I probe > are taken from the alsa-project doc page for my sound card): > > debian:~# modprobe snd-intel8x0 > /lib/modules/2.4.18/alsa/snd-intel8x0.o: unresolved symbol > snd_mpu401_uart_new_R606a10b8 > /lib/modules/2.4.18/alsa/snd-intel8x0.o: insmod > /lib/modules/2.4.18/alsa/snd-intel8x0.o failed > /lib/modules/2.4.18/alsa/snd-intel8x0.o: insmod snd-intel8x0 failed > debian:~# modprobe snd-pcm-oss > debian:~# modprobe snd-mixer-oss > debian:~# modprobe snd-seq-oss > debian:~# lsmod > Module Size Used byNot tainted > snd-seq-oss23424 0 (unused) > snd-seq-midi-event 2792 0 [snd-seq-oss] > snd-seq33100 2 [snd-seq-oss snd-seq-midi-event] > snd-seq-device 3888 0 [snd-seq-oss snd-seq] > snd-pcm-oss34656 0 (unused) > snd-pcm47008 0 [snd-pcm-oss] > snd-timer 9152 0 [snd-seq snd-pcm] > snd-mixer-oss 8576 0 [snd-pcm-oss] > snd23688 0 [snd-seq-oss snd-seq-midi-event snd-seq > snd-seq-device snd-pcm-oss snd-pcm snd-timer snd-mixer-oss] > soundcore 3492 2 [snd] > debian:~# > > * Intel 810 + AC97 Audio no longer in boot messages. Interestingly, with > the new kernel, these old sound card messages no longer appear when booting > up: > > Aug 10 20:00:52 debian kernel: Intel 810 + AC97 Audio, version 0.21, > 10:28:09 Apr 14 2002 > Aug 10 20:00:52 debian kernel: PCI: Found IRQ 11 for device 00:1f.5 > Aug 10 20:00:52 debian kernel: PCI: Sharing IRQ 11 with 00:1f.3 > Aug 10 20:00:52 debian kernel: PCI: Sharing IRQ 11 with 00:1f.6 > Aug 10 20:00:52 debian kernel: PCI: Sharing IRQ 11 with 02:00.1 > Aug 10 20:00:52 debian kernel: PCI: Setting latency timer of device 00:1f.5 > to 64 > Aug 10 20:00:52 debian kernel: i810: Intel ICH3 found at IO 0x18c0 and > 0x1c00, IRQ 11 > Aug 10 20:00:52 debian kernel: i810_audio: Audio Controller supports 6 > channels. > Aug 10 20:00:52 debian kernel: ac97_codec: AC97 Audio codec, id: > 0x4144:0x5348 (Analog Devices AD1881A) > Aug 10 20:00:52 debian kernel: i810_audio: AC'97 codec 0 Unable to map > surround DAC's (or DAC's not present), total channels = 2 > Aug 10 20:00:52 debian kernel: ac97_codec: AC97 Modem codec, id: > 0x5349:0x4c27 (Unknown) > Aug 10 20:00:52 debian kernel: i810_audio: timed out waiting for codec 1 > analog ready. > Aug 10 20:00:54 debian lpd[392]: restarted > > > * To get some more info I tried a few alsa commands: > > debian:~# alsactl store > /usr/sbin/alsactl-0.9: save_state:963: No soundcards found... > debian:~# amixer > amixer: Mixer attach default error: No such file or directory > debian:~# > > > So I feel I've moved forward: I'm now correctly installing the new kernel > and the alsa error messags have narrowed in scope. The remaining/new issues > are: > > * Not all of the messages that scroll past on bootup are saved in > /var/log/messages - specifically the 'can't locate module' messages. Are > these other messags saved somewhere else? Is it something like stoud > > /var/log/messages and stderr > /some/where/else? Why am I getting a pile of > new 'can't locate module' errors? > > * Where has this unresolved symbols problem with snd-intel8x0.o come from > and why? I've never had that error message before. This might be a good > one to solve. > > * Presumably those intel810 boot messages no longer come up because I've > deselected the i810_audio module in favour of alsa. Also presumably > alsactl's problems fi
Re: alsa/kernel-modules - new problems
> > * During dpkg -i kernel-image-2.4.18_forAlsa.1.0_i386.deb I got this new > > depmod error: > > > > depmod: *** Unresolved symbols in /lib/modules/2.4.18/alsa/snd-intel8x0.o > > There was a problem running depmod. This may be benign, > > (You may have versioned symbol names, for instance). > > Or this could be an error. In any case, since depmod is > > run at install time, we could just defer running depmod > > Would you like to abort now? [Yes] no So, you installed kernel-image-for-alsa. Try to install correspondent alsa modules as well.
sleep/suspend on Toshiba 2805-S302
I might have a few hours today for my laptop setup. Is it possible to get sleep/suspend to work on this laptop? And is it even worth it, battery wise? apm -S seems to work, but then within a second or two the laptop wakes up. On the other hand, apm -s seems to put it in suspend (the power light slowly flashes orange), but the system does not come back when I press the power button again. It attempts to restart, so it seems, but after a few seconds the LCD fades white in the center -- and that doesn't look too good. Do I need a special disk partition for suspend? I've never seen one when looking at the partition tables. WinME is still on the machine and it can "Stand By" and restore still. $ fgrep APM /boot/config-2.4.18-xfs-laptop CONFIG_APM=m # CONFIG_APM_IGNORE_USER_SUSPEND is not set # CONFIG_APM_DO_ENABLE is not set CONFIG_APM_CPU_IDLE=y # CONFIG_APM_DISPLAY_BLANK is not set # CONFIG_APM_RTC_IS_GMT is not set # CONFIG_APM_ALLOW_INTS is not set # CONFIG_APM_REAL_MODE_POWER_OFF is not set -- Bill Moseley mailto:[EMAIL PROTECTED]
Unidentified subject!
I have installed Debian Woody 3.0 R0 Computer : Intel Pentium III 500 MHz Video Card : ATI Rage 128 Monitor : Gateway VX700 When I type STARTX I get the following messages: (WW) Chips(0): Mode pool is empty (EE) Chips(0): No valid modes found (II) Unloading /usr/X11R6/lib/modules/linux/libfbdevhw.a (II) Unloading /usr/X11R6/lib/modules/libvgahw.a (II) Unloading /usr/X11R6/lib/modules/drivers/r128_drv.0 (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found how can i resolve this problem for run Xserver ? Is there anybody who has installed Debian on this model notebook successfully and knows how I can fix this problem. Thanks Brice _ Rejoignez MSN Hotmail, le plus important service de messagerie http://www.hotmail.com/fr
Re: sleep/suspend on Toshiba 2805-S302
On Tue, 13 Aug 2002, Bill Moseley wrote: >to restart, so it seems, but after a few seconds the LCD fades white in the >center -- and that doesn't look too good. If you have Trident Cyber video, you might try upgrading to XFree 4.2. I had similar problem with XFree 4.1. >Do I need a special disk partition for suspend? I've never seen one when You might want to try Gabor Kuti's software suspend patch. It works quite nice for me (it suspends to swap partition). http://falcon.sch.bme.hu/~seasons/linux/swsusp.html
ObeliX ./. MobiliX: The Gauls want a second round in court
Hi, though not technically related to laptops, I suppose my press release from today might interest you. Werner German Linux Projects under Trademark Trouble Though Obelix has lost the charge against the trademark http://mobilix.org";>MobiliX, the Gauls want a second round in court. Even before the end of the appelation time "Lés Editions Albert René" has appealed against the decision of the German court. To deliver detailed arguments their lawyers now have time until 26th September. The charge about 250.000 USD was accusing http://mobilix.org";>MobiliX of using a name which might be mistaken for Obelix. And therefore abusing the good reputation of Obelix. But during the first round in the court at Munich these arguments were rejected by the judges. The judges argued that the trademark MobiliX is built from the word "Mobil" and the abbrevation "iX". This abbrevation is a very common description for UniX projects. But this didn't impress the plaintiff, they are continuing their way through the courts and they are already charging other German Linux projects. At http://mobilix.org";>MobiliX many informations about BSD, Linux and other UniXes on laptops, PDAs, cell phones and other mobile computers are available. The documentation of the case is available http://mobilix.org/mobilix_asterix.html";>online. -- |=| Werner Heuser = Keplerstr. 11A = D-10589 Berlin = Germany |=|T. 0049 - (0)30 - 349 53 86 |=| http://MobiliX.org Linux and BSD on Mobile Computers |=| http://Xtops.DELaptops+PDAs pre-installed with UniX |*| This is no time for phony rhetoric -- Lou Reed
Re: XFree error & ATI RADEON Mobility M6 LY rev 0
It works now but I don't know why !:-| The difference is that I have re-installed my Debian box using tasksel and installing more things then the first time. After that, all works well ! I think the package should need more dependencies but it's SID ;-) François On Tue, 13 Aug 2002 07:12:43 +1000, de|ire <[EMAIL PROTECTED]> wrote: | hi i have the same card. it can be confusing.. | | you can run it fine using the xfree ati driver. though if you want to use the accellerated graphics power of the card you need to make sure you have the latest DRI package and libmesa [http://dri.sf.net]. | once this has been installed, make the entry 'radeon' in /etc/modules and manually copy the radeon.o driver over to your /lib/modules/.../char/drm/ folder. then make sure you have no libmesavoodo libs on your machine anywhere, as these are often given application preference over the libmesa stuff [which gives you OpenGL]. your xf86 config needs to have some adjustments. please see mine [attached] for help. [bear in mind that my xf86config references the x driver for the radeon card, but /etc/modules loads the dri dirver.] | once these are done rmmod radeon, then insmod radeon [to insert the new radeon driver]. then startx and run glxinfo to be sure you are running the DRI drivers. glxinfo should read "direct rendering = yes". | | cheers, | | at approximately Mon, 12 Aug 2002 12:33:25 +0200, the X-mailer used by | Francois Chenais <[EMAIL PROTECTED]> suggested that "[EMAIL PROTECTED]" is somehow related to: | | | | > | Hello, | > | | > | I have a Nec Versa L320 using ATI RADEON Mobility M6 LY rev 0 video | > | card with jigdo installed. Kernel bf-2.4.18. | > | | > | I have installed XFree 4.2.0 (protocol v 11, rev 0, vendor release 6600) | > | from www/A-Eskwadraat.nl/~bas/x4.2 sid/i386/ deb server. | > | | > | startx faild with error | > | | > | (EE) RADEON(0): [agp] AGP not available | > | (EE) RADEON(0): [drm] failed to remove DRM signal handler | > | DRIUnlock called when not locked | > | | > | agpgart and radeon modules are installed | > | | > | Any idea ? | > | | > | François | | | |
WPC11 on a Toshiba 2100CDT
The object: to get my WPC11 Linksys Wireless PCMCIA card to work under linux. So as to shorten this message, consult the Mini-HowTO <>, which is what I used to try to get the card working. I downloaded the most recent kernel (2.4.19) and the pcmcia-cs source and the wlan-ng package and recompiled with wireless support (just as the HOWTO says). Now (after running "lilo -v"), after rebooting to use the new kernel, my machine enters lilo and then, before booting linux at all, goes into an endless rebooting loop. When I have my LinuxOLD kernel on the menu, I'm still able to boot with that. I even tried controlling it by simply recompiling my kernel as anyone would do and then rebooting - to no avail. I think that possibly my debian installation does not accept the kernel (because of incompatable software pkgs??) or that I made a mistake in compiling (in all of the 4 times i tried). Anyone had either similar problems or success? (Sorry for the poorly written email - I was in a hurry.)
Re: WPC11 on a Toshiba 2100CDT
El mar, 13-08-2002 a las 20:34, Ben escribió: > The object: to get my WPC11 Linksys Wireless PCMCIA card to > work under linux. > > So as to shorten this message, consult the Mini-HowTO <>, which > is what I used to try to get the card working. I downloaded the most > recent kernel (2.4.19) and the pcmcia-cs source and the wlan-ng > package and recompiled with wireless support (just as the HOWTO > says). Now (after running "lilo -v"), > [...] > I think that possibly my debian installation does not accept > the kernel (because of incompatable software pkgs??) or that I made a > mistake in compiling (in all of the 4 times i tried). > > Anyone had either similar problems or success? It works with kernel-2.4.19 (Debian package) without any patches. I guess I read the same howto as you, but I made a test before to try compile it and it worked :-) Just comments the lines (following the suggesstions of the file) on /etc/pcmcia/wireless.opts -- German Poo Caaman~o mailto:[EMAIL PROTECTED] http://www.ubiobio.cl/~gpoo/chilelindo.html «Hay 10 tipos de personas: las que entienden binario y las que no.»