[gentoo-user] nfs error: "permission denied" when executing a command
Hi, i have a problem with NFS. A partition mounted on machine gentoo1 is correctly exported and mounted in gentoo2 (that is, it is possible to read and write on it). However whenever i try to execute a program from gentoo2 that it is stored on the exports of gentoo1, i get the "Permission denied" error. What can be the cause of this? This is my /etc/exports located on gentoo1. /pippo0 gentoo1(sync,no_subtree_check,rw) /pippo1 gentoo1(sync,no_subtree_check,rw) and this is the gentoo2 /etc/fstab relevant part: gentoo1:/pippo0 /pippo0nfs rw,user,auto00 gentoo1:/pippo1 /pippo1nfs rw,user,auto00 Any help would be appreciated, thanks in advance, marco -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] nfs error: "permission denied" when executing a command
Hi James and the others, thank you very much, this option made the trick. Regards, marco On 7/19/07, James Ausmus <[EMAIL PROTECTED]> wrote: man mount /user gets you (*'s added by me for easy find): user Allow an ordinary user to mount the file system. The name of the mounting user is written to mtab so that he can unmount the file system again. This option implies the options noexec, nosuid, and nodev (unless overridden by subsequent options, as in the option line user,exec,dev,suid) So, short answer, add "exec" to your mount options... HTH- James > > Any help would be appreciated, > thanks in advance, > marco > -- > [EMAIL PROTECTED] mailing list > > -- [EMAIL PROTECTED] mailing list -- [EMAIL PROTECTED] mailing list
[gentoo-user] problem with ssh login
Hi lists, i'm trying to remotely login to a Gentoo box via ssh. However (and the behaviour is the same from different machines) whenever i try to login the procedure hangs before recognizing the remote protocol version: ssh -vvv [EMAIL PROTECTED] OpenSSH_4.5p1, OpenSSL 0.9.8d 28 Sep 2006 debug1: Reading configuration data /etc/ssh/ssh_config debug2: ssh_connect: needpriv 0 ... [snip] ... ebug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug2: key_type_from_name: unknown key type '-END' debug3: key_read: missing keytype debug1: identity file /home/pippo/.ssh/id_rsa type 1 debug1: identity file /home/pippo/.ssh/id_dsa type -1 [hangs here] i can only do a Crtl+C and abort the ssh login session. What can be the cause of this behaviour? Thanks in advance, Marco -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Re: problem with ssh login
Hi Mateus, yes, i've tried different target machines, and tried from different origin client to the same target but the results are the same. > > Have you tryid connecting to other machines as well?(not from, but to) > m -- [EMAIL PROTECTED] mailing list
[gentoo-user] 32bit apps on 64bit gentoo - fonts error
Hi, i'm running on Gentoo 64bit. I've just upgraded the system, and in particular i went to version 10.0 of emul-linux* libraries. This created a problem with 32bit binary applications such as mozilla-firefox-bin and mozilla-thunderbird-bin (and also acroread), in parrticular for what concern fonts (see attachment). Anyone has a clue for this issue? # equery l emul- [ Searching for package 'emul-' in all categories among: ] * installed packages [I--] [ -] app-emulation/emul-linux-x86-baselibs-10.2 (0) [I--] [ -] app-emulation/emul-linux-x86-compat-1.0-r3 (0) [I--] [ ~] app-emulation/emul-linux-x86-gtklibs-11.0 (0) [I--] [M-] app-emulation/emul-linux-x86-java-1.5.0.08 (1.5) [I--] [ -] app-emulation/emul-linux-x86-java-1.6.0.02 (1.6) [I--] [ -] app-emulation/emul-linux-x86-qtlibs-10.0 (0) [I--] [ -] app-emulation/emul-linux-x86-soundlibs-10.0-r1 (0) [I--] [ ~] app-emulation/emul-linux-x86-xlibs-10.1 (0) # equery l mozilla- [I--] [ ] mail-client/mozilla-thunderbird-2.0.0.6 (0) [I--] [ -] mail-client/mozilla-thunderbird-bin-2.0.0.6 (0) [I--] [ ] www-client/mozilla-firefox-2.0.0.6 (0) [I--] [ -] www-client/mozilla-firefox-bin-2.0.0.6 (0) Please note that this error does not appear with the 64bit compiled version of firefox and thunderbird. Regards, Marco Calviani <>
[gentoo-user] Re: 32bit apps on 64bit gentoo - fonts error
I've seen also this thread: http://forums.gentoo.org/viewtopic-t-543623-postdays-0-postorder-asc-highlight-fonts+32bit-start-50.html but no luck... m On 8/31/07, Marco Calviani <[EMAIL PROTECTED]> wrote: > Hi, > i'm running on Gentoo 64bit. I've just upgraded the system, and in > particular i went to version 10.0 of emul-linux* libraries. This > created a problem with 32bit binary applications such as > mozilla-firefox-bin and mozilla-thunderbird-bin (and also acroread), > in parrticular for what concern fonts (see attachment). > > Anyone has a clue for this issue? > > # equery l emul- > [ Searching for package 'emul-' in all categories among: ] > * installed packages > [I--] [ -] app-emulation/emul-linux-x86-baselibs-10.2 (0) > [I--] [ -] app-emulation/emul-linux-x86-compat-1.0-r3 (0) > [I--] [ ~] app-emulation/emul-linux-x86-gtklibs-11.0 (0) > [I--] [M-] app-emulation/emul-linux-x86-java-1.5.0.08 (1.5) > [I--] [ -] app-emulation/emul-linux-x86-java-1.6.0.02 (1.6) > [I--] [ -] app-emulation/emul-linux-x86-qtlibs-10.0 (0) > [I--] [ -] app-emulation/emul-linux-x86-soundlibs-10.0-r1 (0) > [I--] [ ~] app-emulation/emul-linux-x86-xlibs-10.1 (0) > > # equery l mozilla- > [I--] [ ] mail-client/mozilla-thunderbird-2.0.0.6 (0) > [I--] [ -] mail-client/mozilla-thunderbird-bin-2.0.0.6 (0) > [I--] [ ] www-client/mozilla-firefox-2.0.0.6 (0) > [I--] [ -] www-client/mozilla-firefox-bin-2.0.0.6 (0) > > Please note that this error does not appear with the 64bit compiled > version of firefox and thunderbird. > > Regards, > Marco Calviani > > -- [EMAIL PROTECTED] mailing list
[gentoo-user] Problem with CPU temperature (Santa Rosa CPU)
Hi list, i have a Santa Rosa (Core 2 Duo T7300) Acer AS5720 laptop, and i'm getting problems with the temperature of the CPU. In particular i'm using the coretemp module for determining the core temperature. Normally (using cpufreqd and the "ondemand" governor) the CPU stays at nearly 50C (which i think is quite high since in windows , using Core Temp it gives about 30C). While compiling this increases up to 95-100C (after which it shuts down). The problem is that the fan is not spinning up at all! What can be the cause of this behaviour? consider that i'm using an up to date system with gentoo-sources-2.6.22-r8. Any help appreciated, Regards, Marco -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Problem with CPU temperature (Santa Rosa CPU)
Hi Volker, yes i can imagine there could be something wrong with ACPI, but how can i recognize it? What is fancontrol? m > ACPI. You might be missing some options there. Or something else. Are you > using fancontrol? If yes, try without, if no, try with it ;) > -- -- [EMAIL PROTECTED] mailing list
[gentoo-user] Re: [gentoo-laptop] Problem with CPU temperature (Santa Rosa CPU)
Hi Beso, actually i'm getting this error: cat /proc/acpi/thermal_zone/TZ01/polling_frequency cat /proc/acpi/thermal_zone/TZ01/cooling_mode m On 10/9/07, Beso <[EMAIL PROTECTED]> wrote: > your thermal doesn't poll make it poll like this: > echo "2 seconds" > > /proc/acpi/thermal_zone/THRM/polling_frequency > or wichever thermal zone is in /proc/acpi/thermal_zone. then verify your > trip points in the same THRM directory but in the file trip_points. you > should see something like this: > critical (S5): 105 C > passive: 76 C: tc1=3 tc2=1 tsp=150 devices=CPU0 > active[0]: 67 C: devices= FN1 > active[1]: 57 C: devices= FN2 > > in the eg passive means that your cpu is downclocked since it has passed 76 > degrees C > active [0] means that your fan is triggered to on > active[1] means that the fan is not triggered and it is shut down. > the critical point is when the system shuts down. > if the polling_frequency tweak doesn't work then you have another problem > (eg i had to compile the fan and thermal module included in kernel since > modprobing them would not start the fan). if it works copy the tweak command > and put it in some init script (i put it at the start of /etc/init.d/xdm so > that i'm sure it loads after acpi, since that file doesn't exists without > acpi loaded). > then try installing kima if you're using kde and add the kima kmenu applet > to monitor some things. you should be able to see that the processor hardly > passes 60 degrees while thermal goes high till the passive point and over; > if you monitor also the cpu load and freq you should be able to see how your > processors reacts to programs. remember to also install the klaptopdaemon > since is quite useful in controlling the cpufreq_utils governors and acpi > settings. try also the laptop_mode-tools and see if they can help you have a > better use for your disk. the last thing that you can also install is the > hddtemp for monitoring your disk temperature. > > 2007/10/9, Marco Calviani <[EMAIL PROTECTED]>: > > > > Hi list, > >i have a Santa Rosa (Core 2 Duo T7300) Acer AS5720 laptop, and i'm > > getting problems with the temperature of the CPU. In particular i'm > > using the coretemp module for determining the core temperature. > > Normally (using cpufreqd and the "ondemand" governor) the CPU stays at > > nearly 50C (which i think is quite high since in windows , using Core > > Temp it gives about 30C). > > While compiling this increases up to 95-100C (after which it shuts > > down). The problem is that the fan is not spinning up at all! > > What can be the cause of this behaviour? consider that i'm using an up > > to date system with gentoo-sources-2.6.22-r8. > > > > Any help appreciated, > > Regards, > > Marco > > -- > > [EMAIL PROTECTED] mailing list > > > > > > > > -- > dott. ing. beso -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Problem with CPU temperature (Santa Rosa CPU)
Hi Volker, i'm attaching my kernel .config. As you can see all the ACPI related points are enabled. > posting your config? make menuconfig and reading the help-text to all the > acpi-options? > Thanks, i've found fancontrol, but since the laptop lacks some chipset to control the fan itself, the /etc/fancontrol is not created. I've realized that the temperature given in the /proc/acpi/thermal_zone/TZ01/temperature is more or less random at a given machine startup and it does not change while the machine is on. When it start at a temperature above 60C, the fan starts (and never switch off) but the cores temperature remains low (~35C). If it's 0C or 50C or something below this threshold, the fan does not switch on and the core temp increases up to 100C. It would be nice to be able to link the fan control directly with the coretemp and not with the ACPI thermal zone m -- [EMAIL PROTECTED] mailing list
Re: [gentoo-laptop] Re: [gentoo-user] Problem with CPU temperature (Santa Rosa CPU)
Hi Beso, sorry i misunderstood your suggestion. I did what you suggest and this is the result of the trip_points: critical (S5): 100C which i suppose is the reason why at that temperature the laptop switch off. So, nothing except for the critical state. Should i have to add there something? An additional problem is this: doing a $ cat /proc/acpi/thermal_zone/TZ01/temperature it gives only a: temperature: 0C My question is: even if i change the polling frequency, how the fan can start if the temperature gives 0?? Do you know if it's possible to link the fan start with the core temperature instead of the ACPI thermal zone? Regards, m > > thats why i told you to do this commanda: > > echo "2 seconds" > > /proc/acpi/thermal_zone/TZ01/polling:frequency > > > this enables the polling of your thermal every 2 seconds. this should be > enough. > do you have the other file that i mentioned: > > /proc/acpi/thermal_zone/TZ01/trip_points ?! > this sets the trip points for your processor. whitout it you governor cannot > understand what to do even if it polls right. > > as for the kernel thigs, set these options: > select processor type: intel core2 instead of normal x86 > CONFIG_X86_SPEEDSTEP_CENTRINO=y instead of m > CONFIG_ACPI_FAN=y instead of m > CONFIG_MICROCODE=y instead of m (for what i know cpu micocode is needed on > intels) > CONFIG_K8_NUMA=n instead of y (this should be the amdk8 numa, that you > should not need. if it's not then let him be) > CONFIG_X86_MCE_AMD=n instead of y (you don't need amd mce features since > they are not included into intel cpus) > CONFIG_NR_CPUS=32 <-- this leaves me a little dazzled: do you really have 32 > cpus in your core?! for what i know this sets the real number of cpus inside > the kernel, but i might be wrong. so if this is really what i think it is, > ie the real nr of cpus (not virtual ones) set this to 2 or 4 based on your > cpu cores. > CONFIG_HOTPLUG_CPU=n instead of y (i don't really think that you'll unplug > your cpu from your laptop when the laptop is still running considering that > you don't use multi cpus but a single multicore cpu. the same goes for > memory hotplug: i don't think that your laptop supports it, so just disable > it.) > for what i have seen the acpi problems may be due to a failure in loading > the intel speedstep module. if you look into the modules loaded (lsmod) you > should not see it. so it's better to insert it directly in the kernel, since > it is one of the first modules called (if you use it as a module you should > be loading it with initramdisk before loading acpi to have a full acpi > configuration). > try setting these options and recompile and install the new kernel and > modules and reboot (kexec is not working on my amd turion with 64bit enabled > and so may also be for your core2duo). > > 2007/10/10, Marco Calviani <[EMAIL PROTECTED]>: > > Sorry i missed the attachment. > > > > regards, > > m > > > > > > > > -- > dott. ing. beso -- [EMAIL PROTECTED] mailing list
Re: [gentoo-laptop] Re: [gentoo-user] Problem with CPU temperature (Santa Rosa CPU)
> > AFAIK only if you have lm_sensors installed and sensors working. Yes there are both installed. But what do you mean? m -- [EMAIL PROTECTED] mailing list
Re: [gentoo-laptop] Re: [gentoo-user] Problem with CPU temperature (Santa Rosa CPU)
Hi Beso, i've tried with your trip_points modification but it gives this error: bash: echo: write error: Invalid argument like i'm not able to write on that file. And of course acpitool gives me a random ACPI temperature: Battery #1 : charged AC adapter : on-line Thermal zone 1 : ok, 40 C PS: i followed all your suggestions concerning the microcode and fan option in the kernel. Could this be a problem of DSDT? regards, m On 10/10/07, Beso <[EMAIL PROTECTED]> wrote: > > > 2007/10/10, Marco Calviani <[EMAIL PROTECTED]>: > > Hi Beso, > > sorry i misunderstood your suggestion. I did what you suggest and > > this is the result of the trip_points: > > > > critical (S5): 100C > > wow you don't have anything that says to the cpu to slow down when it > reaches some point > now, to add some other trip points you have to copy these in a konsole with > root priviledges: > echo "passive: 78 C: tc1=3 tc2=1 tsp=150 devices=CPU0 \ > active[0]: 68 C: devices= FN1 \ > active[1]: 58 C: devices= FN2" >> > /proc/acpi/thermal_zone/TZ01/trip_points > > then do a cat on the thermal_zone/TZ0/trip_points to see if you've added the > lines for passive and active lines. > that means that when your thermal reaches 78 degrees it will slow down the > processor. from 58 to 68 it will turn on the fan but don't turn down the > speed of the processor, below 58 it will turn off the fan. > > > > > > > which i suppose is the reason why at that temperature the laptop switch > off. > > So, nothing except for the critical state. Should i have to add there > something? > > if the pc turns down then it can read from somewhere the actual thermal > point. you try to see after actually setting the things i've just said, if > your pc is behaving as it should. remember to also turn on the polling > frequency. without it it will not look for thermal changes. and remember to > actually compile the mce and speedstep features in the kernel and not as > module and reboot and then set the things i've mentioned. after that type > acpitool (it should be installed by default with the acpi package) and see > what it says. it should give something like this: > > > Battery #1 : charging, 46.00%, 01:17:04 > > AC adapter : on-line > > Thermal zone 1 : activ, 58 C > > it indicates, as you can see not only the battery and ac status but also the > current processor mode (active) and the current thermal temperature if > you don't have acpitool try acpi -t (you'll surely have either one or the > other) and it should indicate the thermal state and temperature. if this > command don't give you these infos then you'll have to be very careful using > your pc since acpi probably don't support santarosa well. you should then > unmask newer acpi in portage (adding acpi in /etc/package.keywords) and try > with the new acpi ( 1.0.6). > you may need some additional acpi modules, like ibm_acpi for example, but > that depends on your's pc brand. i'm looking around to see if there were > someone that had problems with santarosa and linux acpi, but for the moment > i couldn't find something useful. try what i've said and see if the things > work. if they work then append the tweak in some script that starts at boot > like the top of xdm script and you'll have a functional system. let me know > if you were succesful on that. > > > > An additional problem is this: > > doing a > > $ cat /proc/acpi/thermal_zone/TZ01/temperature > > it gives only a: > > > > temperature: 0C > > > > My question is: > > even if i change the polling frequency, how the fan can start if the > > temperature gives 0?? > > Do you know if it's possible to link the fan start with the core > > temperature instead of the ACPI thermal zone? > > probably the fan don't start since you have it as a module. i've curently > had the same problem which solved by compiling it integrated in the kernel. > the fan in your case should always be on, not always be off > > > > > Regards, > > m > > > > > > > > thats why i told you to do this commanda: > > > > echo "2 seconds" > > > > /proc/acpi/thermal_zone/TZ01/polling:frequency > > > > > > > this enables the polling of your thermal every 2 seconds. this should > be > > > enough. > > > do you have the other file that i mentioned: > > > > /proc/acpi/thermal_zone/TZ01/trip_points ?! > > > this sets the trip points
Re: [gentoo-laptop] Re: [gentoo-user] Problem with CPU temperature (Santa Rosa CPU)
Hi Beso, i have an Acer Aspire 5720. I've tried with the acer_acpi, it compiles well but when it comes to loading it fails, saying "No or unsupported WMI interface, unable to load". However as far as i can understood, this module deals with issues of buttons and hotkey not with ACPI issues. Yes, my DSDT failed during recompiling, but i have managed to solve the issues, and now it compiled well (with warning but i'm not caring). I'll try to recompile the new DSDT in the kernel, maybe it could help (but i'm not sure). Regards, m On 10/11/07, Beso <[EMAIL PROTECTED]> wrote: > yep you're right i cannot modify my trippoints so this file cannot be > modified > i don't think that it's random, since it is 40 c try doing some > compiling or so and see if it goes up and then stop compiling and do nothing > and see if it goes down this will tell you if thermal is working > for dsdt problem you have follow this guide: > http://gentoo-wiki.com/HOWTO_Fix_Common_ACPI_Problems > if it gives you errors when recompiling dsdt then it may be a dsdt problem, > but if it gives you no problem recompiling it then it may be that you need > some additional modules like asus_acpi or ibm or toshiba ones based on your > pc model. i don't know what you're using (i've managed to see some lenovo, > asus toshiba and acer models around and for what i know every one of then > needs an additional acpi module to have it work correctly). that was why > i've asked you for your brand and model name. > > 2007/10/11, Marco Calviani <[EMAIL PROTECTED]>: > > Hi Beso, > >i've tried with your trip_points modification but it gives this error: > > > > bash: echo: write error: Invalid argument > > > > like i'm not able to write on that file. > > > > And of course acpitool gives me a random ACPI temperature: > > > > Battery #1 : charged > > AC adapter : on-line > > Thermal zone 1 : ok, 40 C > > > > PS: i followed all your suggestions concerning the microcode and fan > > option in the kernel. > > Could this be a problem of DSDT? > > > > regards, > > m > > > > On 10/10/07, Beso <[EMAIL PROTECTED]> wrote: > > > > > > > > > 2007/10/10, Marco Calviani < [EMAIL PROTECTED]>: > > > > Hi Beso, > > > > sorry i misunderstood your suggestion. I did what you suggest and > > > > this is the result of the trip_points: > > > > > > > > critical (S5): 100C > > > > > > wow you don't have anything that says to the cpu to slow down when > it > > > reaches some point > > > now, to add some other trip points you have to copy these in a konsole > with > > > root priviledges: > > > echo "passive: 78 C: tc1=3 tc2=1 tsp=150 devices=CPU0 \ > > > active[0]: 68 C: devices= FN1 \ > > > active[1]: 58 C: devices= FN2" >> > > > /proc/acpi/thermal_zone/TZ01/trip_points > > > > > > then do a cat on the thermal_zone/TZ0/trip_points to see if you've added > the > > > lines for passive and active lines. > > > that means that when your thermal reaches 78 degrees it will slow down > the > > > processor. from 58 to 68 it will turn on the fan but don't turn down the > > > speed of the processor, below 58 it will turn off the fan. > > > > > > > > > > > > > > > which i suppose is the reason why at that temperature the laptop > switch > > > off. > > > > So, nothing except for the critical state. Should i have to add there > > > something? > > > > > > if the pc turns down then it can read from somewhere the actual thermal > > > point. you try to see after actually setting the things i've just said, > if > > > your pc is behaving as it should. remember to also turn on the polling > > > frequency. without it it will not look for thermal changes. and remember > to > > > actually compile the mce and speedstep features in the kernel and not as > > > module and reboot and then set the things i've mentioned. after that > type > > > acpitool (it should be installed by default with the acpi package) and > see > > > what it says. it should give something like this: > > > > > > > Battery #1 : charging, 46.00%, 01:17:04 > > > > AC adapter : on-line > > > > Thermal zone 1 : activ, 58 C > > > > > > it indicates, as you ca
Re: [gentoo-laptop] Re: [gentoo-user] Problem with CPU temperature (Santa Rosa CPU)
As far as i know unfortunately the Travelmate 5720 exists, together with the entry level Aspire 5720... I've tried also the new version and the load error appears at the same level. I've mailed Carlos of acer-acpi, let's see what comes out. Thanks again for your help, i'll let you know about the improvement of this situation, m On 10/11/07, Beso <[EMAIL PROTECTED]> wrote: > normally all acer have dsdt problems and don't work unless you load > acer_acpi. > now, in the portage tree there's only the 0.8.2 version, so you have to go > here: > > http://code.google.com/p/aceracpi/ > > download the latest version and install it. there's a 5720 product listed > (under travelmate and not aspire, but it may have been an error). simply > search for acer_acpi in the /lib/modules/2.6.22-gentoo-r8 and delete it then > do a depmod -a and update the modules installed and retry loading the newly > compiled driver. if you manage to get it working in this way ok, if not try > contacting the guy maintaing the aceracpi module and tell him about you > problems. he may be of help. > > > 2007/10/11, Marco Calviani <[EMAIL PROTECTED]>: > > Hi Beso, > >i have an Acer Aspire 5720. I've tried with the acer_acpi, it > > compiles well but when it comes to loading it fails, saying > > "No or unsupported WMI interface, unable to load". > > > > However as far as i can understood, this module deals with issues of > > buttons and hotkey not with ACPI issues. > > > > Yes, my DSDT failed during recompiling, but i have managed to solve > > the issues, and now it compiled well (with warning but i'm not > > caring). I'll try to recompile the new DSDT in the kernel, maybe it > > could help (but i'm not sure). > > > > Regards, > > m > > > > On 10/11/07, Beso <[EMAIL PROTECTED]> wrote: > > > yep you're right i cannot modify my trippoints so this file cannot > be > > > modified > > > i don't think that it's random, since it is 40 c try doing some > > > compiling or so and see if it goes up and then stop compiling and do > nothing > > > and see if it goes down this will tell you if thermal is working > > > for dsdt problem you have follow this guide: > > > http://gentoo-wiki.com/HOWTO_Fix_Common_ACPI_Problems > > > if it gives you errors when recompiling dsdt then it may be a dsdt > problem, > > > but if it gives you no problem recompiling it then it may be that you > need > > > some additional modules like asus_acpi or ibm or toshiba ones based on > your > > > pc model. i don't know what you're using (i've managed to see some > lenovo, > > > asus toshiba and acer models around and for what i know every one of > then > > > needs an additional acpi module to have it work correctly). that was why > > > i've asked you for your brand and model name. > > > > > > 2007/10/11, Marco Calviani <[EMAIL PROTECTED]>: > > > > Hi Beso, > > > >i've tried with your trip_points modification but it gives this > error: > > > > > > > > bash: echo: write error: Invalid argument > > > > > > > > like i'm not able to write on that file. > > > > > > > > And of course acpitool gives me a random ACPI temperature: > > > > > > > > Battery #1 : charged > > > > AC adapter : on-line > > > > Thermal zone 1 : ok, 40 C > > > > > > > > PS: i followed all your suggestions concerning the microcode and fan > > > > option in the kernel. > > > > Could this be a problem of DSDT? > > > > > > > > regards, > > > > m > > > > > > > > On 10/10/07, Beso <[EMAIL PROTECTED] > wrote: > > > > > > > > > > > > > > > 2007/10/10, Marco Calviani < [EMAIL PROTECTED]>: > > > > > > Hi Beso, > > > > > > sorry i misunderstood your suggestion. I did what you suggest > and > > > > > > this is the result of the trip_points: > > > > > > > > > > > > critical (S5): 100C > > > > > > > > > > wow you don't have anything that says to the cpu to slow down > when > > > it > > > > > reaches some point > > > > > now, to add some other trip points you have to copy these in a > konsole > > > with > > > > > root privil
Re: [gentoo-laptop] Re: [gentoo-user] Problem with CPU temperature (Santa Rosa CPU)
Just to give a short update: 1) no luck with the acer_acpi module: it does not load in the system, as the developer is having a look at it. However he told me that the module can do practically nothing on the thermal zone since this last point is controlled fully by ACPI 2) i've tried to modify the DSDT table: it had errors, but also after correction the system behave in practically the same way. I've mailed to the acpi-linux mailing list, hoping that the acpi gurus can try to solve the issue. As far as i understand now it is just a matter of ACPI implementation. Regards, m On 10/11/07, Beso <[EMAIL PROTECTED]> wrote: > normally all acer have dsdt problems and don't work unless you load > acer_acpi. > now, in the portage tree there's only the 0.8.2 version, so you have to go > here: > > http://code.google.com/p/aceracpi/ > > download the latest version and install it. there's a 5720 product listed > (under travelmate and not aspire, but it may have been an error). simply > search for acer_acpi in the /lib/modules/2.6.22-gentoo-r8 and delete it then > do a depmod -a and update the modules installed and retry loading the newly > compiled driver. if you manage to get it working in this way ok, if not try > contacting the guy maintaing the aceracpi module and tell him about you > problems. he may be of help. > > > 2007/10/11, Marco Calviani <[EMAIL PROTECTED]>: > > Hi Beso, > >i have an Acer Aspire 5720. I've tried with the acer_acpi, it > > compiles well but when it comes to loading it fails, saying > > "No or unsupported WMI interface, unable to load". > > > > However as far as i can understood, this module deals with issues of > > buttons and hotkey not with ACPI issues. > > > > Yes, my DSDT failed during recompiling, but i have managed to solve > > the issues, and now it compiled well (with warning but i'm not > > caring). I'll try to recompile the new DSDT in the kernel, maybe it > > could help (but i'm not sure). > > > > Regards, > > m > > > > On 10/11/07, Beso <[EMAIL PROTECTED]> wrote: > > > yep you're right i cannot modify my trippoints so this file cannot > be > > > modified > > > i don't think that it's random, since it is 40 c try doing some > > > compiling or so and see if it goes up and then stop compiling and do > nothing > > > and see if it goes down this will tell you if thermal is working > > > for dsdt problem you have follow this guide: > > > http://gentoo-wiki.com/HOWTO_Fix_Common_ACPI_Problems > > > if it gives you errors when recompiling dsdt then it may be a dsdt > problem, > > > but if it gives you no problem recompiling it then it may be that you > need > > > some additional modules like asus_acpi or ibm or toshiba ones based on > your > > > pc model. i don't know what you're using (i've managed to see some > lenovo, > > > asus toshiba and acer models around and for what i know every one of > then > > > needs an additional acpi module to have it work correctly). that was why > > > i've asked you for your brand and model name. > > > > > > 2007/10/11, Marco Calviani <[EMAIL PROTECTED]>: > > > > Hi Beso, > > > >i've tried with your trip_points modification but it gives this > error: > > > > > > > > bash: echo: write error: Invalid argument > > > > > > > > like i'm not able to write on that file. > > > > > > > > And of course acpitool gives me a random ACPI temperature: > > > > > > > > Battery #1 : charged > > > > AC adapter : on-line > > > > Thermal zone 1 : ok, 40 C > > > > > > > > PS: i followed all your suggestions concerning the microcode and fan > > > > option in the kernel. > > > > Could this be a problem of DSDT? > > > > > > > > regards, > > > > m > > > > > > > > On 10/10/07, Beso <[EMAIL PROTECTED] > wrote: > > > > > > > > > > > > > > > 2007/10/10, Marco Calviani < [EMAIL PROTECTED]>: > > > > > > Hi Beso, > > > > > > sorry i misunderstood your suggestion. I did what you suggest > and > > > > > > this is the result of the trip_points: > > > > > > > > > > > > critical (S5): 100C > > > > > > > > > > wow you don't have anything that says to the cpu to slow down &
Re: [gentoo-laptop] Re: [gentoo-user] Problem with CPU temperature (Santa Rosa CPU)
Beso, yes i'm always staying in powersave mode.. but in any case the CPU temperature tends to increase. I hope that the ACPI guys will work on this (hoping i'm not the only one experiencing these problems). The fans unfortunately are masked to the user in most Acer laptops, and they are controlled fully by ACPI. Thanks again, m On 10/13/07, Beso <[EMAIL PROTECTED]> wrote: > i think that you'll have to wait a little more and always stay aware when > using the pc till acpi supports it. > i'd recommend to stay on powersave when using the processor extensively so > that you'd not incur in hardware errors and failures. and it the fan is not > starting try to modify it by command prompt via echo "on" > > /proc/acpi/fan/.. > this will work at least the thermal doesn't reach the state when it would > stop the fan, but since you don't have that point and that you cannot read > temperature starting it via echo "on" should always stay on. you'd have some > noise maybe, but you'd be sure that the processor would not run overheat. > and hope that the acpi people would fix that in the near future. > i'm sorry for not being able to help you more. > and as an advice for the future: before getting a notebook in the future > have some surf on the web to see if it's fully supported by linux (acer > sells linux only notebooks actually but only from taiwan). i had my linux > notebook not working with linux for 5-6 months and yet i had to change the > wireless since it wasn't supported after almost 2 years. for what i know > dell, hp and compaq are quite well supported. > -- [EMAIL PROTECTED] mailing list
Re: [gentoo-laptop] Re: [gentoo-user] Problem with CPU temperature (Santa Rosa CPU)
Hi, just for information, i report that i've filed a bug on bugzilla: http://bugzilla.kernel.org/show_bug.cgi?id=9167 regards, m On 10/13/07, Marco Calviani <[EMAIL PROTECTED]> wrote: > Beso, >yes i'm always staying in powersave mode.. but in any case the > CPU temperature tends to increase. I hope that the ACPI guys will work > on this (hoping i'm not the only one experiencing these problems). The > fans unfortunately are masked to the user in most Acer laptops, and > they are controlled fully by ACPI. > > Thanks again, > m > > On 10/13/07, Beso <[EMAIL PROTECTED]> wrote: > > i think that you'll have to wait a little more and always stay aware when > > using the pc till acpi supports it. > > i'd recommend to stay on powersave when using the processor extensively so > > that you'd not incur in hardware errors and failures. and it the fan is not > > starting try to modify it by command prompt via echo "on" > > > /proc/acpi/fan/.. > > this will work at least the thermal doesn't reach the state when it would > > stop the fan, but since you don't have that point and that you cannot read > > temperature starting it via echo "on" should always stay on. you'd have some > > noise maybe, but you'd be sure that the processor would not run overheat. > > and hope that the acpi people would fix that in the near future. > > i'm sorry for not being able to help you more. > > and as an advice for the future: before getting a notebook in the future > > have some surf on the web to see if it's fully supported by linux (acer > > sells linux only notebooks actually but only from taiwan). i had my linux > > notebook not working with linux for 5-6 months and yet i had to change the > > wireless since it wasn't supported after almost 2 years. for what i know > > dell, hp and compaq are quite well supported. > > > -- [EMAIL PROTECTED] mailing list
[gentoo-user] 2006.1 livecd amd64 and rtl8111/8168B network card
Hi list, i would like to install gentoo on a new Asus P5B motherboard which have a RTL8111/8168B PCI express network chipset. I'm using the 2006.1 amd64 livecd but unfortunately the network card is not recognized. Does anyone has experience with this type of chipset and Gentoo? Regards, m -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] 2006.1 livecd amd64 and rtl8111/8168B network card
Hi Andrew, Last kernels does support this LAN chipset (r8169 module). ok that's fine. however i'll have to install gentoo without the "nice" gentoo graphical linux installer, is it right? regards, m -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] 2006.1 livecd amd64 and rtl8111/8168B network card
Ok, i've solved all the issues installing from the small-gentoo amd64 r6 ISO cd it contains a "bleeding edge" 2.6.20 rc(something) kernel (useful also if one has issues with the JMicron PATA controller) cheers, m On 1/30/07, Dan Farrell <[EMAIL PROTECTED]> wrote: On Tue, 30 Jan 2007 22:08:20 +0300 Andrew Gaydenko <[EMAIL PROTECTED]> wrote: > > ok that's fine. however i'll have to install gentoo without the > > "nice" gentoo graphical linux installer, is it right? "nice" ??? ; ) I think you might be able to get a binary from realtek that supports the 2.6 kernels. -- gentoo-user@gentoo.org mailing list -- gentoo-user@gentoo.org mailing list
[gentoo-user] x1300 and radeon opensource driver
Hi, i would like to use an x1300 video card with the radeon opensource video driver. Is it supported (at least for the 2d part)? Regards, m -- gentoo-user@gentoo.org mailing list
[gentoo-user] Activate russian layout
Hi list, i'm running gentoo with a US keyboard layout. However i would like to add also a russian layout (with cyrillic fonts), to be used either with the console and inside X. First of all i've tried to "Enable keyboard layouts" with KDE, but when i try to write something with this enabled i've got only "". Then i've tried also to add this section Option "XkbLayout""us,ru" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll" in xorg.conf but with no success. Anyone can give me some hints on how to perform this operation? Thanks in advance, marco -- [EMAIL PROTECTED] mailing list
[gentoo-user] Double network cards
Hi list, i would like some technical advice concerning the possibility of mounting two network devices on the same desktop computer. One network card (which is binded to a fixed IP) allows me to allow the machine to be visible on the public network, while the second one (faster, the one i've installed now) is used to work. Would it be possible to install both of them, with the first one used only for accessing the machine from an external site? Thanks in advance, marco -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Double network cards
Hi all, thanks for replying. Actually the network with the fixed IP would be used only for accessing the machine from the internet (that would be its only use), since the other address is masked behind closed network. regards, marco On 6/11/07, Hans-Werner Hilse <[EMAIL PROTECTED]> wrote: Hi, On Mon, 11 Jun 2007 16:19:58 +0200 "Marco Calviani" <[EMAIL PROTECTED]> wrote: >i would like some technical advice concerning the possibility of > mounting two network devices on the same desktop computer. One network > card (which is binded to a fixed IP) allows me to allow the machine to > be visible on the public network, while the second one (faster, the > one i've installed now) is used to work. Would it be possible to > install both of them, with the first one used only for accessing the > machine from an external site? From hardware and driver side of the problem: Yes, of course. The other question, and you really didn't clarify on this, is whether your intended routing setup would work with such a configuration. But since Linux is extremely configurable in that regard, you probably can archive sensible results. Just specify a bit more information, like the networks (address/netmask) coming into play here. If both of your NICs are routing to the internet and you're offering services to the internet, the answer packets from those services will always take the route w/ lowest metric by default. You'd have to mark the packets e.g. w/ iptables on a user or application basis in order to influence routing so that outgoing "service traffic" takes another way than outgoing "other traffic". But don't hesitate to tell more about your intended setup, it'll get probably easier to help you then. -hwh -- [EMAIL PROTECTED] mailing list -- [EMAIL PROTECTED] mailing list
[gentoo-user] python-fchksum problem + access denied
Hi, i was trying to emerge -e system on my x86_64 box. However when it comes to python-related packages it shows this error: Emerging (1 of 1) dev-python/python-fchksum-1.7.1 to / * python-fchksum-1.7.1.tar.gz MD5 ;-) ... [ ok ] * python-fchksum-1.7.1.tar.gz size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * checking python-fchksum-1.7.1.tar.gz ;-) ... [ ok ] Unpacking source... Unpacking python-fchksum-1.7.1.tar.gz to /var/tmp/portage/python-fchksum-1.7.1/work Source unpacked. Compiling source in /var/tmp/portage/python-fchksum-1.7.1/work/python-fchksum-1.7.1 ... ACCESS DENIED unlink:/usr/lib64/python2.4/site.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/site.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/os.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/os.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/posixpath.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/posixpath.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/stat.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/stat.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/UserDict.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/UserDict.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/copy_reg.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/copy_reg.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/types.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/types.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/warnings.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/warnings.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/linecache.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/linecache.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/encodings/__init__.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/encodings/__init__.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/codecs.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/codecs.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/encodings/aliases.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/encodings/aliases.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/encodings/ascii.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/encodings/ascii.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/string.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/string.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/re.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/re.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/sre.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/sre.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/sre_compile.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/sre_compile.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/sre_constants.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/sre_constants.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/sre_parse.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/sre_parse.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/distutils/__init__.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/distutils/__init__.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/distutils/core.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/distutils/core.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/distutils/debug.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/distutils/debug.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/distutils/errors.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/distutils/errors.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/distutils/util.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/distutils/util.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/distutils/dep_util.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/distutils/dep_util.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/distutils/spawn.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/distutils/spawn.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/distutils/log.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/distutils/log.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/distutils/dist.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/distutils/dist.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/copy.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/copy.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/inspect.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/inspect.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/dis.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/dis.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/opcode.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/opcode.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/tokenize.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/tokenize.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/token.pyc ACCESS DENIED open_wr: /usr/lib64/python2.4/token.pyc ACCESS DENIED unlink:/usr/lib64/python2.4/distutils/fancy_getopt.pyc ACCESS DENIED o
Re: [gentoo-user] python-fchksum problem + access denied
Hi, thanks but i've already tried to do that action, but without any luck. However i've filed a bug #149648 http://bugs.gentoo.org/show_bug.cgi?id=149648 Regards, Marco On 9/30/06, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote: On Saturday 30 September 2006 11:33, Marco Calviani wrote: > Hi, > i was trying to emerge -e system on my x86_64 box. However when it > > comes to python-related packages it shows this error: > >>> Emerging (1 of 1) dev-python/python-fchksum-1.7.1 to / [SNIP] I guess I would try to remerge dev-lang/python and then try again. # emerge -va1 dev-lang/python dev-python/python-fchksum If this still happens after that I suggest you file a bug at bugs.gentoo.org. -- Bo Andresen -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] python-fchksum problem + access denied
Hi everybody, the problem has been solved. See http://bugs.gentoo.org/show_bug.cgi?id=149648 regards, M On 9/30/06, Marco Calviani <[EMAIL PROTECTED]> wrote: Hi, thanks but i've already tried to do that action, but without any luck. However i've filed a bug #149648 http://bugs.gentoo.org/show_bug.cgi?id=149648 Regards, Marco -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] python-fchksum problem + access denied
Right... It was supposed to look like this: $ ls -ld /usr/lib* lrwxrwxrwx 1 root root 5 2006-02-22 23:12 /usr/lib -> lib64 drwxr-xr-x 7 root root 4096 2006-10-02 07:16 /usr/lib32 drwxr-xr-x 63 root root 36864 2006-10-02 17:52 /usr/lib64 drwxr-xr-x 4 root root 4096 2006-10-02 01:49 /usr/libexec What's in /usr/lib/? This is the content of /usr/lib: is there something strange? drwxr-xr-x 3 root root4096 Aug 31 09:24 ccache drwxr-xr-x 3 root root4096 Jul 11 18:42 cups drwxr-xr-x 3 root root4096 Aug 30 19:35 distcc drwxr-xr-x 3 root root4096 Jul 10 19:32 gcc drwxr-xr-x 4 root root4096 Jul 10 23:24 gentoolkit drwxr-xr-x 3 root root4096 Jul 11 20:56 java lrwxrwxrwx 1 root root 20 Sep 1 08:50 libGLU.la -> /usr/lib64/libGLU.la lrwxrwxrwx 1 root root 20 Sep 1 09:23 libGLU.so -> /usr/lib64/libGLU.so -rw-r--r-- 1 root root 1408222 Jul 14 17:27 libX11.a -rw-r--r-- 1 root root 44200 Feb 9 2006 libpopt.a -rwxr-xr-x 1 root root 701 Feb 9 2006 libpopt.la lrwxrwxrwx 1 root root 16 Jul 10 19:39 libpopt.so -> libpopt.so.0.0.0 lrwxrwxrwx 1 root root 16 Jul 10 19:39 libpopt.so.0 -> libpopt.so.0.0.0 -rwxr-xr-x 1 root root 30352 Feb 9 2006 libpopt.so.0.0.0 lrwxrwxrwx 1 root root 17 Oct 3 17:42 locale -> /usr/lib64/locale drwxr-xr-x 2 root root4096 Oct 3 15:54 misc drwxr-xr-x 3 root root4096 Jul 11 12:47 perl5 drwxr-xr-x 2 root root4096 Oct 3 20:05 pkgconfig drwxr-xr-x 4 root root4096 Jul 10 19:35 portage lrwxrwxrwx 1 root root 21 Oct 3 09:44 python2.4 -> /usr/lib64/python2.4/ lrwxrwxrwx 1 root root 15 Jul 14 13:23 qt4 -> /usr/lib64/qt4/ lrwxrwxrwx 1 root root 18 Oct 3 18:05 sendmail -> /usr/sbin/sendmail drwxr-xr-x 8 root root4096 Jul 11 11:44 tcl8.4 drwxr-xr-x 3 root root4096 Oct 4 08:49 xemacs drwxr-xr-x 5 root root4096 Sep 5 09:40 xemacs-21.4.17 Thanks, m -- gentoo-user@gentoo.org mailing list
[gentoo-user] Modify emerge --resume
Hi list, i was running an emerge -e world while emerge stuck on a package (that was openinventor). The problem was that with the modular X, the "testing" version was necessary. Now i would like to resume the emerge process, but however with emerge --resume, Portage wants to install the older version. How is it possible to force the newer one? Regards and thanks, Marco -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Modify emerge --resume
Hi Bo, # python resume_list.py should give you the resume list. Then you can alter the resulting list and emerge the altered list with --oneshot ... thanks for this. This script gave me the resume list. However i'm not able to give the file to emerge... i've tried with emerge -1 < resume.list but with no success, it give me the emerge usage howto... m -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Modify emerge --resume
Thanks Bo and Neil, # echo $(python resume_list.py) # emerge -va1 $(python resume_list.py) both of your solutions solved my problem! Thanks again, mc -- gentoo-user@gentoo.org mailing list
[gentoo-user] ATI Radeon (Mobility) 9700, Xorg 7.1 and AIGLX
Hi gentooers, i'm running a Centrino machine with an ATI Radeon Mobility 9700 card using the ATI proprietary driver. I would like then to try the opensource (R300) driver, since this also supports the AIGLX extensions (at least i think, http://gentoo-wiki.com/HOWTO_AIGLX). However: 1) i don't understand if these opensource drivers are actually in the Xorg tree or i have to use an external CVS repository (from http://www.gentoo.org/news/en/gwn/20061009-newsletter.xml it seems they are in the stable tree); 2) if with these drivers the DRI can be enabled or not; 3) if there exists a definitive howto to help users install these drivers (http://gentoo-wiki.com/HOWTO_DRI_with_ATi_Open-Source_Drivers is updated?); Thanks to all, Marco -- gentoo-user@gentoo.org mailing list
[gentoo-user] libGL issues & AIGLX slowness
Hi all, i've managed to install the radeon opensource drivers on my Radeon 9700 laptop (with also direct rendering enabled). However, whenever i launch a 3D application the following error appears: libGL warning: 3D driver claims to not support visual 0x4b In addition to this i've tried to enable AIGLX, it works (that is it starts), but it is VERY SLOW, and i think this is related to the preceding error. NB: i'm not using any overlay, just what is normally available in Portage. Any ideas or experiences on this? Thanks in advance, M -- gentoo-user@gentoo.org mailing list
[gentoo-user] Re: libGL issues & AIGLX slowness
From here https://bugs.freedesktop.org/show_bug.cgi?id=6689 it seems that this error should be purely "cosmetic". Can someone confirm this? Regards, M On 10/22/06, Marco Calviani <[EMAIL PROTECTED]> wrote: Hi all, i've managed to install the radeon opensource drivers on my Radeon 9700 laptop (with also direct rendering enabled). However, whenever i launch a 3D application the following error appears: libGL warning: 3D driver claims to not support visual 0x4b In addition to this i've tried to enable AIGLX, it works (that is it starts), but it is VERY SLOW, and i think this is related to the preceding error. NB: i'm not using any overlay, just what is normally available in Portage. Any ideas or experiences on this? Thanks in advance, M -- gentoo-user@gentoo.org mailing list
[gentoo-user] libGL issues & AIGLX slowness
Hi all, i've managed to install the radeon opensource drivers on my Radeon 9700 laptop (with also direct rendering enabled). However, whenever i launch a 3D application the following error appears: libGL warning: 3D driver claims to not support visual 0x4b In addition to this i've tried to enable AIGLX, it works (that is it starts), but it is VERY SLOW, and i think this is related to the preceding error. NB: i'm not using any overlay, just what is normally available in Portage. Any ideas or experiences on this? Thanks in advance, M PS: From here https://bugs.freedesktop.org/show_bug.cgi?id=6689 it seems that this error should be purely "cosmetic". Can someone confirm this? -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] libGL issues & AIGLX slowness
Hi Mike, I am getting the same error, but with Fluxbox as my default WM I haven't tried AIGLX. glxgears seem relatively slow comparatively to the old monolithic xorg. I've posted about this error in an earlier message on xorg upgrade. actually i'm getting better result on glxgears than before. ~5650 FPS Did you get any reply regard this error? Regards, m -- gentoo-user@gentoo.org mailing list
[gentoo-user] Re: libGL issues & AIGLX slowness
I've tried following completelt the AIGLX guide http://gentoo-wiki.com/HOWTO_AIGLX but without result. Actually the nice effects are on, but it seems that the indirect acceleration is not active regards, m -- gentoo-user@gentoo.org mailing list
[gentoo-user] AIGLX responseness (WAS: libGL issues & AIGLX slowness)
Hi list, the slowness of AIGLX was due to the fact that i was running xorg-server without enabling the aiglx flag. After having enabled it xorg started running with AIGLX (using compiz or beryl). Although the system is quite usable there is still an issue: i thought the system would have relied completely on video card acceleration. However whenever i run an AIGLX effect such as the cube or just window moving the CPU goes up to 80-90% during all the time the effect is running. This behaviour makes the system A LOT less responsive than it is without AIGLX. Is this a known issue? Thanks a lot, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] AIGLX responseness (WAS: libGL issues & AIGLX slowness)
Hi Tomas, I tkink its normal. I run beryl with NVidia driver and when I move a window or something the CPU goes up to 100% ... well, you're probably right since i've seen the same behaviour also in other machines. But i'm asking myself if the GPU should not take care of performing these operations instead of using the CPU regards, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] AIGLX responseness (WAS: libGL issues & AIGLX slowness)
> I tkink its normal. I run beryl with NVidia driver and when I move a window or > something the CPU goes up to 100% ... PS: this makes my system a bit unresponsive when running heavy applications like Firefox or OO -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] AIGLX responseness (WAS: libGL issues & AIGLX slowness)
Hi, On 10/29/06, Lord Sauron <[EMAIL PROTECTED]> wrote: Be sure DRI is working. use glxinfo if you need to verify if it's active. If you don't have DRI working, then most of the graphics will be done on CPU. Or at least that's how my laptop did it. well DRI in on and working: display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer client glx vendor string: SGI client glx version string: 1.4 client glx extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap GLX version: 1.2 GLX extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig OpenGL vendor string: Tungsten Graphics, Inc. OpenGL renderer string: Mesa DRI R300 20060815 AGP 1x x86/MMX/SSE2 TCL OpenGL version string: 1.3 Mesa 6.5.1 OpenGL extensions: GL_ARB_fragment_program, GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_MESAX_texture_float, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_gpu_program_parameters, GL_EXT_histogram, GL_EXT_packed_pixels, GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate, GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program, GL_OES_read_format, GL_SGI_color_matrix, GL_SGI_color_table, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat -- 0x23 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x24 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x25 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x26 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x27 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x28 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x29 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x2a 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x2b 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x2c 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x2d 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x2e 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x2f 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x30 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x31 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x32 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x4b 32 tc 0 32 0 r . . 8 8 8 8 0 0
Re: [gentoo-user] AIGLX responseness (WAS: libGL issues & AIGLX slowness)
Hi Iain, I think it can depend on the driver. With some versions of ati-drivers, the CPU is used to help the GPU, and I get great frame rates. With other version of ati-drivers (including 8.28.8 and 8.29.6) the cpu usages stays low for all 3d, and I get crap framerates... don't know if this is your issue, but it sounds similar. actually i'm not running with the ati proprietary drivers, but instead with the opensource drivers included inside Xorg 7.1. I've read somewhere that AIGLX doesn't works with ati-drivers regards, mc -- gentoo-user@gentoo.org mailing list
[gentoo-user] source /etc/profile valid for all current and future sessions
Hi list, i have a question regarding the use of global environmental variables: as root i've changed some variables inside /etc/env.d. I've updated the database with env-update and sourced them with source /etc/profile. For this changes to become available to all users i have to issue a source /etc/profile for every users AND also for future sessions. The changes become "standard" only if i reboot the machine. How is it possible to perform this changes for every users without rebooting? Thanks in advance, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] source /etc/profile valid for all current and future sessions
Hi Alan, well, sorry to all, it was my fault. you're completely right. Regards, mc -- gentoo-user@gentoo.org mailing list
[gentoo-user] imlib2 upgrade an ERROR
Hi list, when trying to do an emerge world, the system tries to upgrade to imlib2-1.3.0 from version 1.2(something). But during the configure step, it comes to this error: [..] checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip checking for correct ltmain.sh version... no configure: error: *** [Gentoo] sanity check failed! *** *** libtool.m4 and ltmain.sh have a version mismatch! *** *** (libtool.m4 = 1.5.22, ltmain.sh = "1.5.22 Debian 1.5.22-4") *** Please run: libtoolize --copy --force if appropriate, please contact the maintainer of this package (or your distribution) for help. make: *** [config.status] Error 1 !!! ERROR: media-libs/imlib2-1.3.0 failed. Call stack: ebuild.sh, line 1546: Called dyn_compile ebuild.sh, line 937: Called src_compile imlib2-1.3.0.ebuild, line 52: Called enlightenment_src_compile enlightenment.eclass, line 150: Called enlightenment_die 'emake failed' enlightenment.eclass, line 102: Called die !!! emake failed !!! SEND BUG REPORTS TO [EMAIL PROTECTED] NOT THE E TEAM !!! If you need support, post the topmost build error, and the call stack if relevant. Is this a known error? Regards, mc -- gentoo-user@gentoo.org mailing list
[gentoo-user] Remove prelink and purge prelinked exec
Hi list, i would like to remove prelink and put the system to the state it has before the prelink procedure. I've read that a # prelink -ua can do the job but i would have some suggestions from you all. It is enough to behave like this? Regards, mc -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Remove prelink and purge prelinked exec
Hi, emerge -euD world but: is this going to recompile everything (e option) or only those that needs upgrade? Regards, mc -- gentoo-user@gentoo.org mailing list
[gentoo-user] udev-103 and blacklisting
Hi users, some days ago i've upgraded to udev-103 since it became stable. However after this operation, as most of you know, /etc/hotplug/blacklist stops working. There have been reportings on this http://bugs.gentoo.org/show_bug.cgi?id=130766 but since now, no reliable solution have been found (AFAIK). However the problem is that the evbug module is loaded and it fills my /var/log files with tons of [.] evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 50 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 50, Value: 0 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 18 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 18, Value: 0 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 31 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 31, Value: 1 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 31 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 31, Value: 0 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 34 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 34, Value: 1 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 34 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 34, Value: 0 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0 evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 28 [] Any solution is envisaged for this? Best regards, mc -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] udev-103 and blacklisting
Hi Nelson, Can you divert output to /dev/null? Or cron a job that chops out all those errors? Those are good ideas, but i'm questioning how is it possible to mark stable a so important package that has such "improvements" over the previous stable one, without good amplification of the changes There must be a solution for the blacklist other than those! However thanks for your reply, i'll do that until a solution for the problem is found! Cheers, mc -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] 10-local.rules and udev-103
Hi Hans, well, you're correct. The other thing i had to change to have it working is the ATTR --> ATTRS change. Best regards, mc -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] udev-103 and blacklisting
Hi Hans, $ echo alias evbug off >> /etc/modules.d/my-aliases $ update-modules thanks this solution is working. Will this be the solution for the future or a "blacklist" file will be reintroduced? Cheers, mc -- gentoo-user@gentoo.org mailing list
[gentoo-user] MPICH2 and errors....
Hi list, i'm compiling a program that uses the MPICH2-provided libraries. However during installation i'm getting the following error: /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../lib64/libmpich.so: undefined reference to `aio_read64' /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../lib64/libmpich.so: undefined reference to `aio_error64' /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../lib64/libmpich.so: undefined reference to `aio_suspend64' /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../lib64/libmpich.so: undefined reference to `aio_write64' /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../lib64/libmpich.so: undefined reference to `aio_return64' I'm asking myself if this error is due to some errors i've done during the mpich2 installation or it is a problem located upstream (that is on the program i'm trying to compiler. Please note i'm running on a x86_64 machine with gcc-4.1.1. Portage 2.1.1-r2 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.4-r4, 2.6.18-gentoo-r2 x86_64) = System uname: 2.6.18-gentoo-r2 x86_64 Intel(R) Pentium(R) D CPU 3.20GHz Gentoo Base System version 1.12.6 Last Sync: Mon, 25 Dec 2006 19:30:01 + ccache version 2.3 [enabled] app-admin/eselect-compiler: [Not Present] dev-java/java-config: 1.3.7, 2.0.30 dev-lang/python: 2.4.3-r4 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: 2.3 dev-util/confcache: [Not Present] sys-apps/sandbox:1.2.17 sys-devel/autoconf: 2.13, 2.60 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.14 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="amd64" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=nocona -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c" CXXFLAGS="-march=nocona -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"; MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X Xaw3d acpi alsa alsa_cards_ali5451 alsa_cards_als4000 alsa_cards_atiixp alsa_cards_atiixp-modem alsa_cards_bt87x alsa_cards_ca0106 alsa_cards_cmipci alsa_cards_emu10k1x alsa_cards_ens1370 alsa_cards_ens1371 alsa_cards_es1938 alsa_cards_es1968 alsa_cards_fm801 alsa_cards_hda-intel alsa_cards_intel8x0 alsa_cards_intel8x0m alsa_cards_maestro3 alsa_cards_trident alsa_cards_usb-audio alsa_cards_via82xx alsa_cards_via82xx-modem alsa_cards_ymfpci alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol amd64 apache2 arts audiofile avi berkdb bitmap-fonts bzip2 cdr cli cracklib crypt ctype cups cxx dba dlloader dri dvd dvdread eds elibc_glibc emacs emboss encode esd ethereal exif expat fam fastbuild foomaticdb force-cgi-redirect fortran ftp gd gdbm gif glut gmp gnome gpm gstreamer gtk gtk2 gtkhtml iconv idn ieee1394 imlib input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnlog java jpeg jpeg2k kde kernel_linux lcms libg++ logrotate lzw lzw-tiff memlimit mng motif mozilla mp3 mpeg ncurses nls nptl nptlonly opengl openntpd pam pcre pdf pdflib perl plotutils png posix ppds pppd python qt qt3 qt4 quicktime readline reflection samba sdl session simplexml soap sockets spell spl ssl tcltk tcpd tiff tokenizer truetype truetype-fonts type1-fonts udev unicode usb userland_GNU userlocales video_cards_fglrx video_cards_radeon video_cards_vesa xml xml2 xorg xpm xsl xv zlib" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Best regards, mc -- gentoo-user@gentoo.org mailing list
[gentoo-user] Re: MPICH2 and errors....
Hi list, i would like to report that i've solved this issue by using, as a compiler for the application, not the standard gcc compiler, but the MPICH2-created compiler, i.e. mpicc (for c/c++) and mpif90 as the Fortran 90 compiler. Cheers, mc i'm compiling a program that uses the MPICH2-provided libraries. However during installation i'm getting the following error: /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../lib64/libmpich.so: undefined reference to `aio_read64' /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../lib64/libmpich.so: undefined reference to `aio_error64' /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../lib64/libmpich.so: undefined reference to `aio_suspend64' /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../lib64/libmpich.so: undefined reference to `aio_write64' /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../lib64/libmpich.so: undefined reference to `aio_return64' -- gentoo-user@gentoo.org mailing list
[gentoo-user] USB freezes the machine...
Hi list, some days ago i've upgraded to udev-103 (stable version). Since then i've experienced complete freezes of the machine (nothing responds, even external ping on the network) when USB devices are mounted. In case nothing is connected to the USB drive the machine can stay online without *any* freeze. The only thing i've done is to create local udev rules to facilitate the mounting of these devices: this is an example of its structure. As you know as of udev-089 some keyword has changed (as SYSFS--> ATTRS). Before this upgrade everything was working correctly. SUBSYSTEMS=="usb",KERNEL=="sd*",ATTRS{serial}=="634418122141473",ATTRS{product}=="128MB",NAME="%k",SYMLINK="chiavina" The emerge --info is in the attachment. Any one has experiences such an hard lock? Regards, and have a nice 2007, m emerge_info Description: Binary data
Re: [gentoo-user] USB freezes the machine...
Hi Richard, Marco, if you suspect this at all, you can set RC_COLDPLUG=no in /etc/conf.d/rc to completely disable module loading by udev. actually the variable is set that way with RC_COLDPLUG=no. I've tried with similar USB drives, and the behaviour is the same. I've tried to blacklist again the module usb-uhci that was in the /etc/hotplug/blacklist (now not read anymore) in the /etc/modules/my-aliases file, but the result is the same. If it useful, this is my lsmod: Module Size Used by appletalk 35376 2 ipx26732 2 p8022 2368 1 ipx psnap 4356 2 appletalk,ipx llc 7956 2 p8022,psnap p8023 2112 1 ipx radeon120224 2 drm84888 3 radeon pcmcia 39676 6 yenta_socket 27468 8 rsrc_nonstatic 13440 1 yenta_socket pcmcia_core42064 3 pcmcia,yenta_socket,rsrc_nonstatic snd_pcm_oss45600 0 snd_mixer_oss 18176 2 snd_pcm_oss snd_seq_dummy 3780 0 snd_seq_oss34816 0 snd_seq_midi_event 7872 1 snd_seq_oss snd_seq54224 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event snd_seq_device 8396 3 snd_seq_dummy,snd_seq_oss,snd_seq rtc14004 0 shfs 55184 0 af_packet 22472 4 kqemu 107908 0 psmouse40904 0 evdev 10048 1 rfcomm 39708 0 l2cap 25156 5 rfcomm bluetooth 54564 4 rfcomm,l2cap snd_intel8x0 33564 2 snd_ac97_codec 96800 1 snd_intel8x0 snd_ac97_bus2304 1 snd_ac97_codec snd_pcm82696 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec snd_timer 24900 2 snd_seq,snd_pcm snd53796 11 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer soundcore 10528 2 snd snd_page_alloc 10312 2 snd_intel8x0,snd_pcm mousedev 11872 1 button 6544 0 video 15236 0 fan 4740 0 thermal13512 0 battery 9604 0 ac 5124 0 ipw2200 148744 0 ieee80211 34504 1 ipw2200 ieee80211_crypt_ccmp 8256 0 ieee80211_crypt_tkip11648 0 ieee80211_crypt_wep 5568 0 ieee80211_crypt 6784 4 ieee80211,ieee80211_crypt_ccmp,ieee80211_crypt_tkip,ieee80211_crypt_wep speedstep_centrino 8464 0 tg3 110468 0 ide_cd 41120 0 cdrom 38432 1 ide_cd unix 29104 379 e1000 124992 0 xfs 600692 1 nfs 241612 0 lockd 62728 1 nfs sunrpc160060 2 nfs,lockd jfs 195140 0 reiserfs 269828 0 ext2 69384 0 dm_mirror 4 0 dm_mod 58616 1 dm_mirror sbp2 23880 0 ohci1394 36464 0 ieee1394 100472 2 sbp2,ohci1394 ohci_hcd 21636 0 uhci_hcd 24648 0 usb_storage66496 0 scsi_mod 139720 2 sbp2,usb_storage usbhid 42272 0 ehci_hcd 33160 0 usbcore 132548 6 ohci_hcd,uhci_hcd,usb_storage,usbhid,ehci_hcd Regards, m -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] USB freezes the machine...
Hi, On 1/1/07, Strong Cypher <[EMAIL PROTECTED]> wrote: What are your kernel version ? (uname -a) What are your kernel package ? (gentoo-sources ???) So perhaps a bug with a kernel you install recently I have so hardware, that bug awfully with certain version of kernel, and do hang up after a mount ... so perhaps search in this way # uname -a Linux 2.6.18-gentoo-r4 #1 PREEMPT Tue Dec 19 12:25:55 CET 2006 i686 Intel(R) Pentium(R) M processor 1.80GHz GenuineIntel GNU/Linux and as you can see i'm using gentoo-sources. Effectively i experience the freeze after the mount of the USB device (please note that the mouse is working correcly!!) Regards, m -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] USB freezes the machine...
Hi all, I seem to recall that loading multiple USB controller drivers can cause problems on some systems. You might try unloading all of these with rmmod, then loading just one, and see if your drive will work. I believe for most systems the ehci_hcd driver would be the preferred one. Posting your dmesg output might also help. It's more that one year that i have gentoo installed on my laptop and other desktop computers. Everything was working very well with these three controller 'til now In my system uhci is required by the USB mouse for it to work. I've tried to unload ohci (so keeping ehci (USB 2.0) and uhci (USB 1.1)) but the system keeps freezing. As the attachment you can find my dmesg. Cheers, m out_dmesg Description: Binary data
Re: [gentoo-user] USB freezes the machine...
Hi, so ... still hang up ? well unfortunately it gives the same result. Is there a way to log the activity of the USB devices? Regards, m -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] USB freezes the machine...
Hi, Does it work on other system ? like freebsd (live cd => freebies), or Windows (M$$) ??? yes they are working an a Win machine and on a machine with Debian stable (3.1). Could you give us the model of your material ? I don't remember, it's a hard drive ? yes it's an hard drive. The fact is i'm experiencing freezing with the two external HD i own... they are really different, one is a Lacie HD and the other is a 2.5" HD contained in an external case. This is my lspci -v regarding USB: 00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03) (prog-if 00 [UHCI]) Subsystem: Acer Incorporated [ALI] Unknown device 0051 Flags: bus master, medium devsel, latency 0, IRQ 6 I/O ports at 1800 [size=32] 00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03) (prog-if 00 [UHCI]) Subsystem: Acer Incorporated [ALI] Unknown device 0051 Flags: bus master, medium devsel, latency 0, IRQ 6 I/O ports at 1820 [size=32] 00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03) (prog-if 00 [UHCI]) Subsystem: Acer Incorporated [ALI] Unknown device 0051 Flags: bus master, medium devsel, latency 0, IRQ 6 I/O ports at 1840 [size=32] 00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 03) (prog-if 20 [EHCI]) Subsystem: Acer Incorporated [ALI] Unknown device 0051 Flags: bus master, medium devsel, latency 0, IRQ 10 Memory at d000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Capabilities: [58] Debug port Regards, m -- gentoo-user@gentoo.org mailing list
Re: [gentoo-laptop] Re: [gentoo-user] USB freezes the machine...
Hi Devon, Please run lsusb -v on the Debian system with the USB drive installed. this is the relevant result of lsusb -v in the Debian system: Bus 004 Device 004: ID 0402:5642 ALi Corp. Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize064 idVendor 0x0402 ALi Corp. idProduct 0x5642 bcdDevice1.00 iManufacturer 0 iProduct1 USB 2.0 Storage Device iSerial 2 12345678901234567890 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 32 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xc0 Self Powered MaxPower0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber0 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 8 Mass Storage bInterfaceSubClass 6 SCSI bInterfaceProtocol 80 Bulk (Zip) iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x01 EP 1 OUT bmAttributes2 Transfer TypeBulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x82 EP 2 IN bmAttributes2 Transfer TypeBulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 1 Device Qualifier (for other device speed): bLength10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize064 bNumConfigurations 1 Device Status: 0x0001 Self Powered Bus 004 Device 001: ID : Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 1 Single TT bMaxPacketSize064 idVendor 0x idProduct 0x bcdDevice2.06 iManufacturer 3 Linux 2.6.17-2-686 ehci_hcd iProduct2 EHCI Host Controller iSerial 1 :00:03.3 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes3 Transfer TypeInterrupt Synch Type None Usage Type Data wMaxPacketSize 0x0002 1x 2 bytes bInterval 12 Hub Descriptor: bLength 11 bDescriptorType 41 nNbrPorts 8 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 10 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable0x00 0x00 PortPwrCtrlMask0xff 0xff Hub Port Status: Port 1: .0100 power Port 2: . Port 3: .0100 power Port 4: .0100 power Port 5: . Port 6: .0100 power Port 7: .0503 highspeed power enable connect Port 8: .0503 highspeed power enable connect Device Status: 0x0003 Self Powered Remote Wakeup Enabled Bus 003 Device 001: ID : Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed hub bMaxPacketSize064 idVendor 0x idProduct 0x bcdDevice2.06 iManufacturer 3 Linux 2.6.17-2-686 ohci_hcd iProduct2 OHCI Host Controller iSerial
Re: [gentoo-laptop] Re: [gentoo-user] USB freezes the machine...
Hi, So just try same think with "sync" and tell us if it work ... no same situation even with sync. After some time it get freezed. Perhaps a bug on kernel too, try another kernel : vanilla-sources for example vanilla has no gentoo patch, perhaps a bug in this, need to try Do you use genkernel ? or make kernel conf yourself ? Well i've not tried with a vanilla kernel, since i think this problem is due to some kernel bug since i've tested the setup with a non-unistalled old kernel 2.6.15 at it has the same behaviour. I've tested also all the possibilites you've told me but still no result. I've used a bit the gentoo live-cd and the problem didn't showed up. let's try all this so have fun ;-) regards, m -- gentoo-user@gentoo.org mailing list
[gentoo-user] Re: x11-drm and r300-r350
2005/12/28, Marco Calviani <[EMAIL PROTECTED]>: > Hi list, >i would like to know if the x11-drm ebuild, as of now > (x11-drm-20051223), supports the r300 and r350 ATI video cards. > > In particular what is the best open source configuration for such a > card and xorg (6.8.2)? > > Best regards, > MC > As of now i'm using the ati driver. Here's my xorg.conf for the Device section: Driver "ati" VendorName "ATI Technologies Inc" BoardName "RV350 [Mobility Radeon 9600 M10]" BusID "PCI:1:0:0" recognized with the "radeon" card. Regards, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] [OT] Filename modification with suffix
Hi list, maybe this question is a little bit related since it regards non Gentoo-specific topics. I would like to add a specific suffix to a list of files. For example i have files of the type: duck1.jpg duck2.jpg duck3.jpg and i would like them to become: donald_duck1.jpg donald_duck2.jpg donald_duck3.jpg Does somebody knows a simple way to do this via shell? Thanks in advance, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] [OT] Filename modification with suffix
2005/12/29, David Morgan <[EMAIL PROTECTED]>: > > for i in duck*.jpg ; do mv ${i} donald_${i} ; done Well! Thank you very much David. That solved my problem! Best regards, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] x11-drm and r300-r350
Hi Richard, first of all for your reply. > 1. Run "lspci" to identify the slot of your adapter: > > 03:00.0 VGA compatible controller: ATI Tech... > > 2. Run "lspci -n -s " to get the vendor and card ID: > > carcharias rjf # lspci -n -s 03:00.0 > 03:00.0 0300: 1002:3150 > > From the above, the vendor ID is 0x1002, and the card ID is 0x3150. > > 3. In the kernel sources, look at drivers/char/drm/drm_pciids.h to see > if the vendor and card ID appears in the table. If it does, your card > is "supported", and might actually work. An example line from this > table is: > > {0x1002, 0x4E47, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_R300}, \ > > The first two numbers are the vendor and card IDs. > Ok my card id is 4e50. I've search for it in the drm_pciids.h file and i didn't found the appropriate card. Indeed i've found the 4E50 card which is, as the one i have, a rv350 radeon card. However that different capital letter is making me think that something is different over there... But another question come up on my mind: should we use instead of the in-kernel drm support the one given by the x11-drm package? Best regards, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] cups problem-like ...
Hi list, i'm experiencing strange cups behaviour: i'm accessing the cupsd setting both via web interface (localhost:631) or via the KDE printer control modue. However since two days i'm experiencing long load time of the all stuff: every action i'm trying to execute nearly 10 seconds are needed for the program to accomplish. If i'm using the KDE control modules nearly every time the module stops and i have to kill the kcontrol program. What can be the cause of this behaviour? Secondly i've tried to add some local udev rules as a file called 10-local.rules. Even if i'm not touching anything related to the printers, if i use this file together with the 50-udev.rules standard file (not touched) in the KDE control module i'm not getting any of the standard icons (Print tp File (PDF), Print to File (PostScript) and so on...) Thank you for your help, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] libGL.la error + ATI's libGL.la empty (rss-glx compile error)
Hi list, i'm trying to compile the rss-glx screensaver of a kernel 2.6.14-gentoo-r5 machine with ati-drivers version 8.20.8 During compiling i'm getting an libGL.la error: libtool: link: `/usr/lib/libGL.la' is not a valid libtool archive The libGL.la driver that is given by the ati drivers is empty (/usr/lib/opengl/ati/lib/libGL.la), and obviously using the one given by xorg-x11 (/usr/lib/opengl/xorg-x11/lib/libGL.la) remove the 3d acceleration. Is this a bug of the ATI drivers or is my fault? Best regards, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] libGL.la error + ATI's libGL.la empty (rss-glx compile error)
Hi Holly, thanks for your reply. Yes i've installed ati-drivers with the opengl. And i think that they are working since i've got the other opengl screensaver that comes with kde working with 3d acceleration. Best regards, MC 2006/1/8, Holly Bostick <[EMAIL PROTECTED]>: > Marco Calviani schreef: > > During compiling i'm getting an libGL.la error: > > > > libtool: link: `/usr/lib/libGL.la' is not a valid libtool archive > > > > *Normally*, I would say that *whenever* you see the error " is not a > valid libtool archive", the first thing to do is run > > # fix_libtool_files.sh (located in your /sbin folder) > > Then try your emerge again-- *BUT* /this/ > > > The libGL.la driver that is given by the ati drivers is empty > > (/usr/lib/opengl/ati/lib/libGL.la) > > gives me pause, especially since my folder looks like this > > la /usr/lib/opengl/ati/lib/ > totaal 761K > -rw-r--r-- 1 root 756 jan 07 2006 02:30 libGL.la > lrwxrwxrwx 1 root 12 jan 07 2006 02:30 libGL.so -> libGL.so.1.2 > lrwxrwxrwx 1 root 12 jan 07 2006 02:30 libGL.so.1 -> libGL.so.1.2 > -rwxr-xr-x 1 root 756K jan 07 2006 02:30 libGL.so.1.2 > > and yours apparently does not. > > Do the drivers actually work on your machine under other circumstances? > > I would tend to suspect they aren't correctly installed. > > Did you install them from Portage, with the "opengl" USE flag enabled? > > HTH, > Holly > -- > gentoo-user@gentoo.org mailing list > > -- gentoo-user@gentoo.org mailing list
[gentoo-user] change the fonts of gtk application
Hi list, i'm using the KDE desktop environment without gnome support. However i'm using gtk application as, for example, firefox. How is it possible to change the font types and maybe the sizes of gtk applications? Best regards, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] change the fonts of gtk application
Hi, many thanks for this info. I've succeeded in changing it. Regards, MC 2006/1/8, Holly Bostick <[EMAIL PROTECTED]>: > Marco Calviani schreef: > > Hi list, > >i'm using the KDE desktop environment without gnome support. > > However i'm using gtk application as, for example, firefox. > > How is it possible to change the font types and maybe the sizes of gtk > > applications? > > > > Best regards, > > MC > > > Yes; you can either: > > 1. emerge gtk-chtheme, a small utility to specify the GTK theme and > fonts; and/or > > 2. emerge gtk-engines-qt, which will allow you to tell GTK apps-- via > the KDE control center-- to use a KDE theme and font. > > Hope this helps, > Holly > > > -- > gentoo-user@gentoo.org mailing list > > -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] libGL.la error + ATI's libGL.la empty (rss-glx compile error)
Hi Abhay, > What does "opengl-update --get-implementation" tell you? # /usr/sbin/opengl-update --get-implementation ati it seems to me that the system is currently using the ati opengl infrastructure. Regards, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] libGL.la error + ATI's libGL.la empty (rss-glx compile error)
Hi Abhay, > Change it to xorg-x11 by doing a "opengl-update xorg-x11". It will make your > system to use xorg driver for opengl purpose. Yes it will remove the 3D > acceleration but it is only for the time being. Once you successfully compile > your program, you can change back to ati's opengl infra by "opengl-update > ati". thanks for this hint. I've managed to get it running, and i have also found this entry on bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=112427 maybe this will get resolved. However i have the problem that the rss-glx screensaver get installed but they are not working, that is, they appear in the kscreensaver screen but they cannot start. Regards, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] rss-glx + KDE + kscreensaver problem
Hi list, i'm trying to install the rss-glx screensaver and i'm using the KDE window manager. After a successful installation i can see the kscreensaver entries in the "Screen Saver" section of the kcontrol module. However when i try to test the screensaver or tweak the screensaver with the setup option nothing happens. Looking into more details in the .desktop links that define the menu entries, it appears that it is searching for two programs "kxsconfig" for the setup and "kxsrun" for the run part, that are actually non existing in my machine Here's an example for the solarwinds saver: #cat /usr/share/applnk/System/ScreenSavers/solarwinds.desktop [Desktop Entry] Encoding=UTF-8 Exec=solarwinds Icon=kscreensaver Type=Application Actions=InWindow;Root Name=Solarwinds (GL) [Desktop Action Setup] Exec=kxsconfig solarwinds Name=Setup... [Desktop Action InWindow] Exec=kxsrun solarwinds -- -window-id %w Name=Display in specified window NoDisplay=true [Desktop Action Root] Exec=kxsrun solarwinds -- --root Name=Display in root window NoDisplay=true Any ideas? PS: they are working well if one calls them directly on the command line (i.d. /usr/lib/misc/xscreensaver/solarwinds) Regards, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] Re: rss-glx + KDE + kscreensaver problem
Hi list, >i'm trying to install the rss-glx screensaver and i'm using the KDE > window manager. > After a successful installation i can see the kscreensaver entries in > the "Screen Saver" section of the kcontrol module. However when i try > to test the screensaver or tweak the screensaver with the setup option > nothing happens. > Looking into more details in the .desktop links that define the menu > entries, it appears that it is searching for two programs "kxsconfig" > for the setup and "kxsrun" for the run part, that are actually non > existing in my machine > > Here's an example for the solarwinds saver: > > #cat /usr/share/applnk/System/ScreenSavers/solarwinds.desktop > > [Desktop Entry] > Encoding=UTF-8 > Exec=solarwinds > Icon=kscreensaver > Type=Application > Actions=InWindow;Root > Name=Solarwinds (GL) > > [Desktop Action Setup] > Exec=kxsconfig solarwinds > Name=Setup... > > [Desktop Action InWindow] > Exec=kxsrun solarwinds -- -window-id %w > Name=Display in specified window > NoDisplay=true > > [Desktop Action Root] > Exec=kxsrun solarwinds -- --root > Name=Display in root window > NoDisplay=true > > > Any ideas? > > PS: they are working well if one calls them directly on the command line > (i.d. /usr/lib/misc/xscreensaver/solarwinds) Ok. Sorry to all it was my fault. I compiled some time ago kdeartwork-kscreensaver without xscreensaver. so the kxsrun and kxsconfig binaries were not created. Just enabling the xscreesaver USE flags has resolved this issue. Best regards, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] klamav issue
Hi list, i've installed clamav-0.87.1 and the Qt GUI klamav-0.32. clamav itself, via command line, work well, but when i try to open the virus browser tab in klamav the system shows the popup "Loading lots and lots and lots of virus information" and stays there like blocked. The system itself is up normally but the klamav windows seem freezed. Anyone is having or have had the same issue? Best regards, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] Re: klamav issue
Hi, >i've installed clamav-0.87.1 and the Qt GUI klamav-0.32. clamav > itself, via command line, work well, but when i try to open the virus > browser tab in klamav the system shows the popup "Loading lots and > lots and lots of virus information" and stays there like blocked. The > system itself is up normally but the klamav windows seem freezed. it was my fault, since i didn't have the virus definitions on the database. After the upgrade all went smoothly. Regards, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] [OT] photo slideshow program
Hi list, even if this is a slightly OT question in this mailing list, i would like to ask if someone knows any program (even if it not in the gentoo ebuild repository) that permits the creation of nice slideshow. dvd-slideshow is one program i've tested: are there any other package that permits the creation of avi or mpeg slideshows? Thanks, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] [OT] photo slideshow program
Hi Matthew, > Digikam has a tool to create mpeg slideshows thanks for your indication. But i would like a more complex program that permit better crossfading and effects. Regards, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] ipw2200 dmesg error
Hi list, i'm running gentoo on a laptop with a ipw2200 wireless card. I'm running the current ipw2200 stable version, that is ipw2200-1.0.8-r1. It is running well but when used i'm seeing in the kernel messages the following messages: ipw2200: Firmware error detected. Restarting. ipw2200: Sysfs 'error' log captured. ipw2200: Firmware error detected. Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected. Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected. Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected. Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected. Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected. Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected. Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected. Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected. Restarting. ipw2200: Sysfs 'error' log already exists. Is this a known issue of these drivers? Thanks in advance, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Re: ipw2200 dmesg error
Hi list. i think this is a general issue of the ipw2200 drivers since i've found this site http://www.bughost.org/bugzilla/ and lots of people seems to have the very same problem. Let's hope the future release will deal with this. Regards, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Re: ipw2200 dmesg error
Hi martin, > > to disable hwcrypto follow this link : > http://gentoo-wiki.com/HARDWARE_ipw2200#Trouble_with_WPA_and_hwcrypto > i had seen this hint before, and i've also tried it but without success. After a certain amount of minutes i'll get the same errors from the kernel.. Regards, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] ipw2200 dmesg error
Hi Canek, 2006/1/15, Canek Peláez <[EMAIL PROTECTED]>: > I got the same messages; they disappeared when I changed to the > in-kernel modules for the ipw2200. so let me understand: changing from the ipw2200 external-provided driver to the in-kernel one solved this issue? Which kernel? But i thought that the in-kernel driver were older than the driver you could directly get from the ipw2200 site Regards, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Re: ipw2200 dmesg error
Hi, > I think we shouldn't worry about it too much. i think you are right, but however we should consider it a bug if not just for flooding my /var/log/messages . Regards, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] [OT] photo slideshow program
> thanks for your indication. But i would like a more complex program > that permit better crossfading and effects. and in particular that enable opengl effects between image changes. Regards, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] [OT] photo slideshow program
Hi Iain, > can one of the GL screensavers do it for you? Just a thought... i didn't catch which one you are referring to... and also in the case it is present how can i redirect the output to an mpeg (or any other) video file? Regards, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] celestia 1.4.0 ebuild problem
Hi list, i'm having trouble installing celestia 1.4.0 box. It seems that also others share similar problem. In my case the system compiles well, but when it comes to install it hangs with this error ACCESS DENIED rmdir: /usr/share/apps/celestia rmdir: `/usr/share/apps/celestia': Permission denied make[3]: *** [install-data-hook] Error 1 make[3]: Leaving directory `/var/tmp/portage/celestia-1.4.0/work/celestia-1.4.0' make[2]: *** [install-data-am] Error 2 make[2]: Leaving directory `/var/tmp/portage/celestia-1.4.0/work/celestia-1.4.0' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/var/tmp/portage/celestia-1.4.0/work/celestia-1.4.0' make: *** [install-recursive] Error 1 Please also see also bug 119189 http://bugs.gentoo.org/show_bug.cgi?id=119189 Best regards, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] ipw2200 dmesg error [SOLVED]
Hi Bill, > I had this error through several iterations of ipw2200 and gentoo-sources. > It went away completely when I loaded genoo-sources-2.6.15. I am using > net-wireless/ipw2200-1.0.8-r1, net-wireless/ipw2200-firmware-2.4, and > net-wireless/ieee80211-1.1.6. I am not using the kernel modules. thanks for sharing your experience. I'll keep in my mind when i'll move to 2.6.15, since now i'm stick with 2.6.14. Regards, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] different video formats to mpeg2
Hi list, i need to transform different video format, that is wmv, rm, xvid and divx to mpeg2. Is there a utility that deals with this? Regards, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] different video formats to mpeg2
Hi Nick and Mauro, > any2vob transfers pretty well anything to .vob, which is dvd compatible > mpeg-2 thanks for your help. I would like to add that i've also found the KmPg2 utility that is able to cope with it. Regards, Mc -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] different video formats to mpeg2
Hi Nick, > Looks interesting > > how did you get it on your system? There doesn't seem to be an ebuild > (not even in bugzilla ). > > Did you write an ebuild? if so please post it to bugs.gentoo.org and let > us all know :) KmPg2 you can find here http://www.kde-apps.org/content/show.php?content=29587 It's a Kommander script so you must install it before using it. It starts just with the command kmdr-executor KmPg2.kmdr Best regards, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] [OT] gentoo experiences with wireless router Sitecom WL-114
Hi list, i'm currently using a wireless Sitecom router WL-114 with my ADSL Netgear modem, and eveything works smoothly. However i have two problems: 1) as of the printed manual the WL-114 supports the WPA cryptography option. But using the web interface program it does not appear as options. 2) i'm not able to upgrade the firmware to newer versions: it seems to upgrade succesfully but, after rebooting, the router appears to have the same older version. Does anyone experienced any of this? Best regards, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] dhcpcd logs
Hi list, i would like dhcpcd to leave logs in /var/log/dhcpcd.log How is it possible to implement this, noting that i'm using syslog-ng? Best regards, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] dhcpcd logs
Hi list, i would like dhcpcd to leave logs in /var/log/dhcpcd.log How is it possible to implement this, noting that i'm using syslog-ng? Best regards, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Re: dhcpcd logs
Hi Remy, thanks very much for your indication. It works. Best regards, MC 2006/2/3, Remy Blank <[EMAIL PROTECTED]>: > Marco Calviani wrote: > >i would like dhcpcd to leave logs in /var/log/dhcpcd.log > > > > How is it possible to implement this, noting that i'm using syslog-ng? > > You could try the following in my /etc/syslog-ng/syslog-ng.conf > (assuming your log source is called "src"): > > destination dhcpd { file("/var/log/dhcpcd.log"); }; > filter f_dhcpcd { program("dhcpcd"); }; > log { source(src); filter(f_dhcpcd); destination(dhcpcd); }; > > HTH. > -- Remy > > > Remove underscore and suffix in reply address for a timely response. > > -- > gentoo-user@gentoo.org mailing list > > -- gentoo-user@gentoo.org mailing list
[gentoo-user] [OT] gentoo experiences with wireless router Sitecom WL-114
Hi list, i'm currently using a wireless Sitecom router WL-114 with my ADSL Netgear modem, and eveything works smoothly. However i have two problems: 1) as of the printed manual the WL-114 supports the WPA cryptography option. But using the web interface program it does not appear as options. 2) i'm not able to upgrade the firmware to newer versions: it seems to upgrade succesfully but, after rebooting, the router appears to have the same older version. Does anyone experienced any of this? Best regards, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] system freezes....
Hi list, i'm a Travelmate 8005 laptop user, running an updated gentoo box. I'm routinely experiencing system freezes 1 or 2 times every two days, without an apparent cause; everything stops, starting from mouse to keyboard, so that it is impossible to restart the system. The system logs of the system does not suggest anything particular except for this: hdc: drive_cmd: status=0x51 { DriveReady SeekComplete Error } hdc: drive_cmd: error=0x04 { AbortedCommand } ide: failed opcode was: 0xec hdc: drive_cmd: status=0x51 { DriveReady SeekComplete Error } hdc: drive_cmd: error=0x04 { AbortedCommand } ide: failed opcode was: 0xec which however i think it is related to cdrom issues. # uname -r 2.6.14-gentoo-r5 (PS: i have a radeon 9700 video card wuth the latest (8.21.7) drivers) # fglrxinfo isplay: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: MOBILITY RADEON 9700 Generic OpenGL version string: 2.0.5582 (8.21.7) I know that these infos are completely insufficient but i don't know where to start. Best regards, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] system freezes....
Hi, > yupp, kernel waits for some time outs, if you did not set unmaskirq with > hdparm, this may make your laptop pretty unresponsive. do you mean that i have to set the umaskirq option also for cdrom? I had it set with hdparm only for my primary hd, that is /dev/hda. Regards, MC -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] system freezes....
Hi, > Substituting the power supply cured all the issues, but I don't know how > it can be done on a laptop. thanks for sharing your experience. Regards, MC -- gentoo-user@gentoo.org mailing list
[gentoo-user] [OT] K8M800 via video card support
Hi list, i would like to buy a motherboard which uses a K8M800 chipset. Does Xorg drivers offers 2D/3D acceleration for this card? Anyone has experience with it using gentoo? Best regards, MC -- gentoo-user@gentoo.org mailing list