Configuring Wacom one on debian (plasma or else [gnome,..])
Hi all, I need to do the following [ I am a teacher and I have some students in the room and others via web] : Using screen my laptop + a Wacom one tablet + a video projector screen. I need to (using an HP zbook 15u G3 wich can use 3 screens with debian sid) 1) sync the video projector screen with [ a part of ] my 'Wacom one' screen. 2) Map the stylus only to the Wacom one screen ( so i can see what I am writing by just llonking at my tablet) So far I was able to do 1) but not 2) with plasma and 2) but not 1) with gnome. With plasma even with only 2 screens I was not able to get a correct mapping using kde-config-tablet ap (it always make it such that moving the stylus on the all tablet will mean moving the pointer from the left of one screen to the right of the other ) I suspected it is bugged but maybe I am just stupid enough not to make it works... With Gnome the mapping was correct (limited to the tablet) but I could not have anything else than an extended desktop, where the video projector's screen and the wacom's screen are next to each other and not sync (nor overlapping) . Pretty Please If someone know any solutions (on debian though... ) I am very willing to try (even with command line tool [xrandr?]) I desperately need this to work ! Cheers, L.
Re: Configuring Wacom one on debian (plasma or else [gnome,..])
Thanks, I did it with xrandr and xsetwacom. (I do think the plasma app kde-config-tablet is currently bugged on sid ) The good way is simply to use xsetwacom. (an example in french : http://doc.ubuntu-fr.org/wacom ) -Use xrandr to obtain the list of the screens -Use xsetwacom list dev to identify the devices [pen,eraser...] And xsetwacom --set "Name of Wacom device [pen,eraser...]" MapToOutput "Name of the tab Cheers Le ven. 29 janv. 2021 à 19:12, Charles Curley < charlescur...@charlescurley.com> a écrit : > On Fri, 29 Jan 2021 16:56:45 +0100 > Laurent Debian wrote: > > > Pretty Please If someone know any solutions (on debian though... ) I > > am very willing to try (even with command line tool [xrandr?]) I > > desperately need this to work ! > > You might look at arandr. It has the advantage that it can save > configurations as short scripts, which you can then later use to > re-create a setup. > > -- > Does anybody read signatures any more? > > https://charlescurley.com > https://charlescurley.com/blog/ > >
python 3 : error with lib scipy
Hi all, On debian-sid with python 3, I got this error (below) when trying to load scipy. No error with python 2, (and yes numpy is installed correctly) Every python packages seems up to date to me. Is this a bug ? Cheers LB === :> import scipy.misc ---ModuleNotFoundError Traceback (most recent call last)ModuleNotFoundError: No module named 'numpy.core._multiarray_umath' ---ImportError Traceback (most recent call last) in ()> 1 import scipy.misc /usr/lib/python3/dist-packages/scipy/misc/__init__.py in () 66 from numpy import who as _who, source as _source, info as _info 67 import numpy as np---> 68 from scipy.interpolate._pade import pade as _pade 69 from scipy.special import (comb as _comb, logsumexp as _lsm, 70 factorial as _fact, factorial2 as _fact2, factorialk as _factk) /usr/lib/python3/dist-packages/scipy/interpolate/__init__.py in ()173 from __future__ import division, print_function, absolute_import174 --> 175 from .interpolate import *176 from .fitpack import *177 /usr/lib/python3/dist-packages/scipy/interpolate/interpolate.py in () 18dot, ravel, poly1d, asarray, intp) 19 ---> 20 import scipy.linalg 21 import scipy.special as spec 22 from scipy.special import comb /usr/lib/python3/dist-packages/scipy/linalg/__init__.py in () 188 from .linalg_version import linalg_version as __version__189 --> 190 from .misc import *191 from .basic import *192 from .decomp import * /usr/lib/python3/dist-packages/scipy/linalg/misc.py in () 3 import numpy as np 4 from numpy.linalg import LinAlgError> 5 from .blas import get_blas_funcs 6 from .lapack import get_lapack_funcs 7 /usr/lib/python3/dist-packages/scipy/linalg/blas.py in () 212 import numpy as _np213 --> 214 from scipy.linalg import _fblas 215 try:216 from scipy.linalg import _cblas ImportError: numpy.core.multiarray failed to import
Re: python 3 : error with lib scipy
Hi, Le dim. 31 mars 2019 à 16:01, a écrit : > On Sun, Mar 31, 2019 at 03:22:22PM +0200, Laurent Debian wrote: > > Hi all, > > On debian-sid with python 3, I got this error (below) when trying to > load > > scipy. > > No error with python 2, (and yes numpy is installed correctly) > > [ No module named 'numpy.core._multiarray_umath' ] > > Hm. Note that there are separate numpy packages for Python and Python 3: > Are you sure you've got python3-numpy installed? > yes and I can load numpy perfectly well as well as scipy by the way but not scipy.misc which seems really odd for me but i don't know much about library and subpart of library... Cheers, > > Cheers > -- t >
vanilla kernel + firmware
Hi all I have recently expereinced kernel oops with vanilla kernel ( from git current version is 3.11.0) and I report a bug here : https://bugzilla.kernel.org/show_bug.cgi?id=60759 . I was respond to check i included properly the last firmware so as stated on the bug's page here basically is what I have done cd linux git pull make clean cp /boot/configXXX .config (+ make menuconfig and exit ...) make deb-pkg cd .. dpkg -i linux-libc-dev_3.11.0-rc6_amd64.deb linux-firmware-image_3.11.0-rc6_amd64.deb linux-headers-3.11.0-rc6+_3.11.0-rc6_amd64.deb linux-image-3.11.0-rc6+_3.11.0-rc6_amd64.deb Can confirm or not if it is a proper way to install new kernel with firmware ? Regards, -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/3225733.0knijQ3vcg@laurent-debian
Re: vanilla kernel + firmware
Hi all; Sorry stan but this is ... not helping. Maybe I should rephrase my question. Is there any chance that the build I perform can [Experience Kernel oops due to the ] lack [of] some firmwares ? best regards, Laurent. Le 12/09/2013 03:00, Stan Hoeppner a écrit : Le 12/09/2013 03:00, Stan Hoeppner a écrit : On 9/10/2013 9:02 AM, Laurent Debian wrote: Hi all I have recently expereinced kernel oops with vanilla kernel ( from git current version is 3.11.0) and I report a bug here : https://bugzilla.kernel.org/show_bug.cgi?id=60759 . I was respond to check i included properly the last firmware so as stated on the bug's page here basically is what I have done cd linux git pull make clean cp /boot/configXXX .config (+ make menuconfig and exit ...) make deb-pkg cd .. dpkg -i linux-libc-dev_3.11.0-rc6_amd64.deb linux-firmware-image_3.11.0-rc6_amd64.deb linux-headers-3.11.0-rc6+_3.11.0-rc6_amd64.deb linux-image-3.11.0-rc6+_3.11.0-rc6_amd64.deb Can confirm or not if it is a proper way to install new kernel with firmware ? https://www.kernel.org/category/releases.html -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/5231bbef.5010...@gmail.com
Re: vanilla kernel + firmware
Hi all, sorry for last messsage, So basicily this is not relevant with my question because : 1) my /usr/lib/firmware (attached) contains this exact firmware except for AVERY which I don't care 2) My question was only if the procedure describe in first message is a proper way to compile a vanilla kernel using the firmware form kernel.org ( ? I assume the answer is yes .. but if not please. say so I would really appreciate an answer Best regards, Laurent. Le 12/09/2013 11:24, Tom H a écrit : On Thu, Sep 12, 2013 at 9:04 AM, laurent debian wrote: Sorry stan but this is ... not helping. Maybe I should rephrase my question. Is there any chance that the build I perform can [Experience Kernel oops due to the ] lack [of] some firmwares ? Le 12/09/2013 03:00, Stan Hoeppner a écrit : Le 12/09/2013 03:00, Stan Hoeppner a écrit : On 9/10/2013 9:02 AM, Laurent Debian wrote: I have recently expereinced kernel oops with vanilla kernel ( from git current version is 3.11.0) and I report a bug here : https://bugzilla.kernel.org/show_bug.cgi?id=60759 . I was respond to check i included properly the last firmware so as stated on the bug's page here basically is what I have done cd linux git pull make clean cp /boot/configXXX .config (+ make menuconfig and exit ...) make deb-pkg cd .. dpkg -i linux-libc-dev_3.11.0-rc6_amd64.deb linux-firmware-image_3.11.0-rc6_amd64.deb linux-headers-3.11.0-rc6+_3.11.0-rc6_amd64.deb linux-image-3.11.0-rc6+_3.11.0-rc6_amd64.deb Can confirm or not if it is a proper way to install new kernel with firmware ? https://www.kernel.org/category/releases.html Don't top post. http://lists.freedesktop.org/archives/dri-devel/2013-April/036766.html /lib/firmware/radeon$ md5sum * 59375dccb37f974c045575cd9428009a ARUBA_me.bin b3072fac01a6eab4711c18148c8bc305 ARUBA_pfp.bin 246d1c75a5946829f6864dbd5f71d850 ARUBA_rlc.bin 158f8e21ccf228ef063888c4f637fbf0 BARTS_mc.bin 8012e24b187c6b1ba17fa48691c3b048 BARTS_me.bin b08d560e8f57d700fd67957584e0567c BARTS_pfp.bin 24a4c72d0bc120ffd2283e428faf432b BARTS_smc.bin 44ec9d529b6fb44d4dd0a219e3218a1e BONAIRE_ce.bin ef4e1c28226020f29718c1b4a71e4936 BONAIRE_mc.bin 16a295b3cfe280ea070727713049a2d9 BONAIRE_me.bin e2a1fb791002c7ce24f770d234700104 BONAIRE_mec.bin 48db59feaf30154dc5183301781ee7c5 BONAIRE_pfp.bin 85eabd2f0f48679eeade573c471814ad BONAIRE_rlc.bin 0f6501d69df393af36f8f3bcb59d3835 BONAIRE_sdma.bin 303438f5daec8e0661a3d1272606c558 BONAIRE_uvd.bin 25d61fad839b30b263f52328c1f678fb BTC_rlc.bin 158f8e21ccf228ef063888c4f637fbf0 CAICOS_mc.bin 8012e24b187c6b1ba17fa48691c3b048 CAICOS_me.bin 87b95689bb03323faf917bda6aa1cd11 CAICOS_pfp.bin 03d4c15eeda157c96819088253acb46a CAICOS_smc.bin b8f97a70b25104e3ca24b8b8ade19997 CAYMAN_mc.bin 5b4feb3f418fa1725ae7ea2633071118 CAYMAN_me.bin 53671bbdd823e4b14dbaab63bd5f248f CAYMAN_pfp.bin 0c8ca68a18efff6e890cd5ea176c052a CAYMAN_rlc.bin 1884c8c5e6e6af4f088c38ae25721f42 CAYMAN_smc.bin 2b244d41832f46382bfbb8994522dcdd CEDAR_me.bin 23915e382ea0d2f2491a19146ca3001c CEDAR_pfp.bin e8770d3d588f24dc6f1a8609c9db3467 CEDAR_rlc.bin e8618d8a65add54200e73f5580fc48d0 CEDAR_smc.bin fa937b6596298b4bbc9edb6df4adca2a CYPRESS_me.bin 2dca2882a14e1d6a43792f786471ec51 CYPRESS_pfp.bin e8770d3d588f24dc6f1a8609c9db3467 CYPRESS_rlc.bin aeb83918c9fb268b0a4cbb03f2dfab3f CYPRESS_smc.bin fb23b281dcc94a035d374e709c9842bd CYPRESS_uvd.bin a5f07f65a9ef260c0077021ecae43dc7 HAINAN_ce.bin 3bbdb66a8d049cf2b7f85ebfe4d8df94 HAINAN_mc.bin 9545cef078ac83b037e1727c06ee6af2 HAINAN_me.bin ba3d0e27b8cbcdb24181040595255d3e HAINAN_pfp.bin 3519612cd874d840a510d575559d6b9b HAINAN_rlc.bin 9a39456f0001671d1d6d9dc30a581fe0 HAINAN_smc.bin fa937b6596298b4bbc9edb6df4adca2a JUNIPER_me.bin 2dca2882a14e1d6a43792f786471ec51 JUNIPER_pfp.bin e8770d3d588f24dc6f1a8609c9db3467 JUNIPER_rlc.bin 2dbce2e58ef5b9c79a1fd2e671d78f35 JUNIPER_smc.bin 44ec9d529b6fb44d4dd0a219e3218a1e KABINI_ce.bin b1469ac001eaf8d5a04d91395c5257f8 KABINI_me.bin c6f8cda051fea873ce8e306afb9f20c5 KABINI_mec.bin 92bbe966f67d6998cc96f150e3db2df5 KABINI_pfp.bin 24c0f737db80a07d784a226036aac9da KABINI_rlc.bin 0f6501d69df393af36f8f3bcb59d3835 KABINI_sdma.bin a5f07f65a9ef260c0077021ecae43dc7 OLAND_ce.bin 3bbdb66a8d049cf2b7f85ebfe4d8df94 OLAND_mc.bin 9545cef078ac83b037e1727c06ee6af2 OLAND_me.bin 417f193fd055a6842d5a4cad2ef624e1 OLAND_pfp.bin 466d29f573fefcb60bae26b8c867d6e5 OLAND_rlc.bin 42069d2e8978b87a0b9319a2caa32d41 OLAND_smc.bin 7d9ff6962e7bcc10b6eecd811d029dc8 PALM_me.bin 3f9d2af72e73d44aec16a496e7fc7fef PALM_pfp.bin a5f07f65a9ef260c0077021ecae43dc7 PITCAIRN_ce.bin 96b18c6f7c74ad4cecb04fca967ca433 PITCAIRN_mc.bin 5e899b3ff3e128453784b8fdacb947bb PITCAIRN_me.bin 6a1f860df54aa4d462339322ba363092 PITCAIRN_pfp.bin 3d2c150b3626419131bbc9a5864c7f1d PITCAIRN_rlc.bin b4b17dd30f14ceab88446c20796767d5 PITCAIRN_smc.bin f4f27d17dc204e11632cf98a8294650d R100_cp.bin 52a30faef239f286f497d95be7d219
Re: Frequent kernel panics
Hi all, Normally you could find it in /var/log/syslog and in /var/log/kern.log Regards, Le 12/09/2013 13:49, Dr. Jennifer Nussbaum a écrit : Im running an up-to-date Wheezy on a newish desktop box. In the past the machine would crash with apparent kernel panics on occasion, but in the last week or 2 the machine is crashing almost every day. Ill step back to it and there will be a crash screen with a timestamp log beginning "cut here" and some sort of "kernel BUG at", followed by a lot of glop. Apparently i can only fix it by powercycling it. I dont know where these messages is being logged or Id show a whole one: they do change though, its not the same one every time. I know this isn't much to go on, but could someone tell me how to evaluate whats going on, or how to give more detail so someone can help? Its getting very difficult to deal with. Thanks. Jen
Re: vanilla kernel + firmware
Thanks a lot for your answer which actually helps a lot. Yes it was just by entouthsiasm and some month ago I found a regression in the kernel with vgaswitcheroo no longer working for some people. I even did a bisect to found the guilty release. This regression is now in the debian/sid kernel which is (a bit) painful for me because I can not longer switch to my ati/amd gpu. The 3.11 kernel is now suppose to fixed this issue so I was eager to try it but now switching cause even more problematic kernel panic for me and I try to get why... Best regards, Laurent. Le 12/09/2013 20:01, Stan Hoeppner a écrit : On 9/12/2013 12:41 PM, laurent debian wrote: ... 2) My question was only if the procedure describe in first message is a proper way to compile a vanilla kernel using the firmware form kernel.org ( ? ... cd linux git pull make clean cp /boot/configXXX .config (+ make menuconfig and exit ...) make deb-pkg cd .. dpkg -i linux-libc-dev_3.11.0-rc6_amd64.deb linux-firmware-image_3.11.0-rc6_amd64.deb linux-headers-3.11.0-rc6+_3.11.0-rc6_amd64.deb linux-image-3.11.0-rc6+_3.11.0-rc6_amd64.deb This procedure should be fine, but it would probably be better, cleaner, if you include firmware in the kernel instead of as modules. CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_FIRMWARE_MEMMAP=y There are many procedures that may work fine, including the Debian: http://kernel-handbook.alioth.debian.org/ch-common-tasks.html But the larger issue here I think, which is why I provided the earlier link, is why are you installing RC kernels? "Prepatch or "RC" kernels are mainline kernel pre-releases that are mostly aimed at other kernel developers and Linux enthusiasts. They must be compiled from source and usually contain new features that must be tested before they can be put into a stable release. Prepatch kernels are maintained and released by Linus Torvalds." You're clearly not a kernel developer. So that would put you in the enthusiast category. Are you running RC for the hellofit, or do you need specific hardware functionality not found it vanilla stable or the Debian distro kernels? Running into problems like this is more the norm with -RC kernels, not the exception. This tree exists so folks can find such problems and fix them before the stable release. -RC kernels are not for daily use. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/52330ef3.1010...@gmail.com
Kile 2.1.0-1: No more "Config kile". "forward view" and "inverse search" not working anymore
Hi all, This does not seems do be known as a bug. But on my last kile (from sid) I can not find the "configure Kile" from "tools" menu. Moreover the inverse search with okular is not working anymore. Neither the forward view from Kile. Without the "configure kile " buttons I am stuck. Any information about what is going on ? Laurent. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/54511c92.10...@gmail.com
authentification pb after a 'messed up " upgrade [sid]
hi all, Yesterday I finally upgraded my sid which I did not do for a while (i.e : +- 800 ppackages ) since I was lazy I did not notice aptitude was proposing to delete the all kde in order to do the upgrade. Since this is the D.E. I use i just reinstall it after next boot. But now I cannot connect to wifi anymore and Kwallet does not seems to open properly. Precisely: -Kwallet manager after I enter my password return something like (translated) : error while attempting to connect to "Kwallet". Please retry. (error code - 3 ; this is it not a wallet file ) -network manager : if i just close Kwallet and try to enter the key for the wifi It just hangs a bit before re-asking the Key the corresponding syslog is : Activation (wlan0) starting connection '' Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled... Activation (wlan0) Stage 1 of 5 (Device Prepare) started... (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0] Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled... Activation (wlan0) Stage 1 of 5 (Device Prepare) complete. Activation (wlan0) Stage 2 of 5 (Device Configure) starting... (wlan0): device state change: prepare -> config (reason 'none') [40 50 0] Activation (wlan0/wireless): access point '' has security, but secrets are required. (wlan0): device state change: config -> need-auth (reason 'none') [50 60 0] Activation (wlan0) Stage 2 of 5 (Device Configure) complete. (NetworkManager:559): libnm-util-CRITICAL **: get_secret_flags: assertion 'is_secret_prop (setting, secret_name, error)' failed .. Any help would be appreciated. cheers. Laurent. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/53cd8115.70...@gmail.com
Re: wireless routing broken after recent sid update
Le 22/07/2014 14:30, B a écrit : On Tue, 22 Jul 2014 11:04:16 -0700 Paul Scott wrote: Destination Gateway Genmask Flags Metric RefUse Iface default * 0.0.0.0 U 1002 00 eth0 default 192.168.0.1 0.0.0.0 UG1024 00 wlan0 link-local * 255.255.0.0 U 0 00 eth0 link-local * 255.255.0.0 U 1000 00 wlan0 192.168.0.0 * 255.255.255.0 U 0 00 wlan0 Looks like you have a mix of static & dynamic conf. Try to use network-mgr ONLY (so, comment all references to eth0 into /etc/network/interfaces OR allow eth0 management by network-mgr (never tested)). Also set a DHCP server up (link-local shouldn't be there). I have a similar problems don't have any ideas if it is related or not but here it is : /hi all, / /Yesterday I finally upgraded my sid which I did not do for a while (i.e : +- 800 ppackages ) since I was lazy I did not notice aptitude was proposing to delete the all kde in order to do the upgrade. Since this is the D.E. I use i just reinstall it after next boot. / /But now I cannot connect to wifi anymore and Kwallet does not seems to open properly. Precisely: / // /-Kwallet manager after I enter my password return something like (translated) : / /error while attempting to connect to "Kwallet". Please retry. (error code - 3 ; this is it not a wallet file ) / // /-network manager : if i just close Kwallet and try to enter the key for the wifi It just hangs a bit before re-asking the Key / /the corresponding syslog is : / // / Activation (wlan0) starting connection '' / / Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled... / / Activation (wlan0) Stage 1 of 5 (Device Prepare) started... / / (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0] / / Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled... / / Activation (wlan0) Stage 1 of 5 (Device Prepare) complete. / / Activation (wlan0) Stage 2 of 5 (Device Configure) starting... / / (wlan0): device state change: prepare -> config (reason 'none') [40 50 0] / / Activation (wlan0/wireless): access point '' has security, but secrets are required. / / (wlan0): device state change: config -> need-auth (reason 'none') [50 60 0] / / Activation (wlan0) Stage 2 of 5 (Device Configure) complete. / /(NetworkManager:559): libnm-util-CRITICAL **: get_secret_flags: assertion 'is_secret_prop (setting, secret_name, error)' failed / /.. / // /Any help would be appreciated. / /cheers. / /Laurent. /
network issue [random disconnection} after sid upgrade
Hi, After a recent upgrade of Jessie/sid I experience some network disconnections (of both wired and wireless interface). Does anyone else have this problem and is this line have a particular meaning : NetworkManager[582]: [1408629866.746297] [platform/nm-linux-platform.c:1714] add_object(): Netlink error adding 0.0.0.0/0 via xxx.1.16.1 dev eth0 metric 1024 mss 0 src user: Unspecific failure ? Cheers PS: Here is a complete log when it occurs (there my be mi killing wifi in the middle of this not sure and can't tell) : * * avahi-daemon[534]: Invalid response packet from host X. Invalid response packet from host XXX.1.16.15. Invalid response packet from host XXX::b6b5:2fff:feff:13ce. Invalid response packet from host XXX.1.16.15. sensord: Chip: acpitz-virtual-0 sensord: Adapter: Virtual device sensord: temp1: 52.0 C sensord: Chip: coretemp-isa- sensord: Adapter: ISA adapter sensord: Core 0: 44.0 C sensord: Core 2: 53.0 C sensord: Chip: radeon-pci-0100 sensord: Adapter: PCI adapter sensord: Error getting sensor data: radeon/#0: Can't read sensord: sensor read error (-1) avahi-daemon[534]: Withdrawing address record for xxx.1.16.80 on eth0. avahi-daemon[534]: Leaving mDNS multicast group on interface eth0.IPv4 with address xxx.1.16.80. avahi-daemon[534]: Interface eth0.IPv4 no longer relevant for mDNS. NetworkManager[582]: [1408629866.746297] [platform/nm-linux-platform.c:1714] add_object(): Netlink error adding 0.0.0.0/0 via xxx.1.16.1 dev eth0 metric 1024 mss 0 src user: Unspecific failure Deleting interface #5 eth0, xxx.1.16.80#123, interface stats: received=101, sent=101, dropped=0, active_time=1805 secs ntpd[710]: xxx.1.19.4 interface xxx.1.16.80 -> (none) ntpd[710]: xxx.1.19.17 interface xxx.1.16.80 -> (none) ntpd[710]: xxx.1.19.16 interface xxx.1.16.80 -> (none) ntpd[710]: xxx.89.75.197 interface xxx.1.16.80 -> (none) ntpd[710]: peers refreshed dbus[577]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' systemd[1]: Starting PackageKit Daemon... PackageKit: daemon start dbus[577]: [system] Successfully activated service 'org.freedesktop.PackageKit' systemd[1]: Started PackageKit Daemon. PackageKit: search-group transaction /406_abdbeeda from uid 1000 finished with success after 2629ms wpa_supplicant[1004]: wlan0: WPA: Group rekeying completed with 00:1f:d4:01:97:e3 [GTK=TKIP] avahi-daemon[534]: Withdrawing address record for 192.168.1.157 on wlan0. avahi-daemon[534]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.157. avahi-daemon[534]: Interface wlan0.IPv4 no longer relevant for mDNS. kernel: [ 1912.135663] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 0 addresses (implement) ntpd[710]: Deleting interface #6 wlan0, 192.168.1.157#123, interface stats: received=0, sent=4, dropped=2, active_time=1805 secs laurent-debian ntpd[710]: xxx.1.19.17 interface 192.168.1.157 -> (none) ntpd[710]: xxx.1.19.16 interface 192.168.1.157 -> (none) ntpd[710]: xxx.1.19.4 interface 192.168.1.157 -> (none) ntpd[710]: xxx.89.75.197 interface 192.168.1.157 -> (none) ntpd[710]: peers refreshed PackageKit: daemon quit avahi-daemon[534]: Received packet from invalid interface. avahi-daemon[534]: Received packet from invalid interface. avahi-daemon[534]: Received packet from invalid interface. avahi-daemon[534]: Received packet from invalid interface. avahi-daemon[534]: Received packet from invalid interface. avahi-daemon[534]: Received packet from invalid interface. avahi-daemon[534]: Received packet from invalid interface. avahi-daemon[534]: Received packet from invalid interface. avahi-daemon[534]: Received packet from invalid interface. avahi-daemon[534]: Received packet from invalid interface. avahi-daemon[534]: Invalid response packet from host xxx::b6b5:2fff:feff:13ce. avahi-daemon[534]: Received packet from invalid interface. avahi-daemon[534]: Received packet from invalid interface.
anyone knows this errors ?
I have this in my syslog and I am wondering what it is pool[1655]: segfault at 72200 ip 7fa419598200 sp 7fa4149d30c0 error 4 in libc-2.19.so[7fa41955+19f000] and kernel: [ 507.759144] perf samples too long (2509 > 2500), lowering kernel.perf_event_max_sample_rate to 5 kernel:[ 3696.866261] perf samples too long (5006 > 5000), lowering kernel.perf_event_max_sample_rate to 25000 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/53f75c8e.3030...@gmail.com
possible bug for powertop 2.0-0.2
Hi all, Since it would be my first "bug report" I am writing this before I make someone to loose his time. Here is the problem : I am experencing an (old) bug with powertop : On battery if I launch powertop I get a crash with >terminate called after throwing an instance of 'std::ios_base::failure' > what(): basic_filebuf::underflow error reading the file > Abandon And everything works well on AC. It was a well-known bug in the past but I think (juste coming back to debian after 10 years ...) it has been resolved and it reappearing here ? Should I report a bug or not ? -- System Information: Debian Release: 7.0 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages powertop depends on: ii libc6 2.13-38 ii libgcc1 1:4.7.2-5 ii libncursesw5 5.9-10 ii libnl-3-200 3.2.7-4 ii libnl-genl-3-200 3.2.7-4 ii libpci3 1:3.1.9-6 ii libstdc++64.7.2-5 ii libtinfo5 5.9-10 ii zlib1g1:1.2.7.dfsg-13 Regards, Laurent.
Equivalent of --append-to-version for deb-pkg ?
Hi all, testing solutions for a kernel bug I have recompiled several times the same version of the kernel. I like the command deb-pkg but I didn't find a easy way to change the name of each compiled version instead of erasing the previous one. Ideally I am searching for the exact equivalent of append-to-version with make-kpkg. But anything which allows me to distinguish each compiled version would be fine. Any tips ? PS : probably out there but didn't find it sorry
Re: Equivalent of --append-to-version for deb-pkg ?
Well thanks for your answer but not at all since my question was concerning the command make deb-pkg and not make-kpkg for which I simply uses --append-to-version Regards 2013/4/17 Jaikumar Sharma > > > On Wed, Apr 17, 2013 at 6:10 AM, Laurent Debian > wrote: > >> testing solutions for a kernel bug I have recompiled several times >> the same version of the kernel. I like the command deb-pkg but I didn't >> find a easy way to change the name of each compiled version instead of >> erasing the previous one. >> Ideally I am searching for the exact equivalent of append-to-version with >> make-kpkg. But anything which allows me to distinguish each compiled >> version would be fine. >> Any tips ? >> PS : probably out there but didn't find it sorry >> > > I'm not a kernel exprert, but I use *--revision* command line option to > distinguish and create different kernels with different configurations or > for testing purposes : > > $ fakeroot make-kpkg --initrd --revision=x.x kernel_image > > here *x.x" is the actual kernel revision (your own private revision) you > are going to create. > > Does this solve your problem? > > -- Jaikumar >
Re: make deb-pkg
Le 18/04/2013 02:53, Tom H a écrit : $ vi Makefile EXTRAVERSION = - where "-" is "" in "linux-image-__amd64.deb" Thanks that will do the job. Regards -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/5170016d.6050...@gmail.com
black screen at start (if boot after a suspend)
Hi all, I am having the following problem. On a laptop, I sometimes let the system shut down due to low battery (I suspect there is other triggers possible but II am sure of this one). Then on next boot I will end up with a black screen with the undersocre in the top left corner. System seems to be running ok tough I can not even switch to a terminal. If I press the power button (configure to shutdown the computer) I can reboot normally. If I hold it to do an "Hard" shut down this problem will reappear on next boot. I am use an HP laptop on jessie/sid with dual (muxed) gpu ati/intel. I use a script to switch OFF the radeon agp at boot. (echo OFF > /sys/kernel/debug/vga/switcheroo/switch) Any clues ? Regards, Laurent -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/52cd6f78.70...@gmail.com
dependancies issues
Dear all, I have one question Does that aptitude message looks normal to you :" "python-tornado breaks : python-zmq (< 17) but 16.0.2-2+b1 is to be installed" Does I misunderstand or does it looks like aptitude thinks that 16.0... is not less than 17 ? Best Regards,
how to turn off backlight in console (without any X server)
Hi all, I would like to turn off the backlight completly on a mac book pro 2008 (sid). I don't have any x server. Does it explains this error ? > xbacklight -set 10 > RANDR Query Version returned error -1 > the graphic card is 02:00.0 VGA compatible controller: NVIDIA Corporation C79 [GeForce 9400M] (rev b1) nouveau is loaded by the kernel. Any way to turn off the backlight without installing X woudl be greatly appreciated. Cheers, Laurent.
Re: how to turn off backlight in console (without any X server)
Hi and thanks for your ideas Unfortunately there is no directory /sys/class/backlight on my system. After a > locate backlight > I juste had the following files as seemingly relevant. > /var/lib/systemd/backlight/pci-:02:00.0:backlight:nv_backlight > /var/lib/systemd/backlight/platform-applesmc.768:leds:smc::kbd_backlight > Which were both at 100 but an echo 0 > had no effect on the backlight (tough it tuned to 0 the value of in the files ) Any ideas where I should start to look at ? Cheers, 2016-11-01 14:49 GMT+01:00 : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tue, Nov 01, 2016 at 02:22:46PM +0100, Laurent Debian wrote: > > Hi all, > > > > I would like to turn off the backlight completly on a mac book pro 2008 > > (sid). > > I don't have any x server. Does it explains this error ? > > Most probably yes. "Xbacklight" hints at an X application. RandR is an > X server extension. > > > > xbacklight -set 10 > > > RANDR Query Version returned error -1 > > > > > > > the graphic card is > > 02:00.0 VGA compatible controller: NVIDIA Corporation C79 [GeForce 9400M] > > (rev b1) > > nouveau is loaded by the kernel. > > I'd imagine that xbacklight (and xrandr) try to talk to the X server to > do their bidding. > > > > > Any way to turn off the backlight without installing X woudl be greatly > > appreciated. > > Have a look at the files under /sys/class/backlight. For me, this works: > > sudo bash -c "echo 2 > /sys/class/backlight/acpi_video0/brightness" > > Enjoy > > - -- t > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.12 (GNU/Linux) > > iEYEARECAAYFAlgYnW0ACgkQBcgs9XrR2kb+vQCfaJwwyrg9ZpPdlmLpYkQwhpJ2 > fS8An1rsuKp8O8dq3X0NwjKP1mMGS37w > =LcrE > -END PGP SIGNATURE- > >
Re: how to turn off backlight in console (without any X server)
I did not install X on this machine since the screen is half broken. (i just use it as a server and acces it via ssh but screen consume power for nothing so i want somehow to turn it off). I can install x and then try again xbacklight. This will be my next try... Thanks again, Laurent. 2016-11-08 14:02 GMT+01:00 : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tue, Nov 08, 2016 at 11:49:40AM +0100, Laurent Debian wrote: > > Hi and thanks for your ideas > > > > Unfortunately there is no directory /sys/class/backlight on my system. > > After a > > > > > locate backlight > > > > > I juste had the following files as seemingly relevant. > > > > > /var/lib/systemd/backlight/pci-:02:00.0:backlight:nv_backlight > > > /var/lib/systemd/backlight/platform-applesmc.768:leds: > smc::kbd_backlight > > > > > Which were both at 100 but an echo 0 > had no effect on the > backlight > > (tough it tuned to 0 the value of in the files ) > > Any ideas where I should start to look at ? > > Hm Sorry. Are you able to change backlight under X? Perhaps there are clues > to be extracted from that? > > regards > - -- t > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.12 (GNU/Linux) > > iEYEARECAAYFAlghzOsACgkQBcgs9XrR2ka24wCdEyqFQGiC9Zs93zdJW1BmeGfb > MocAn0qQrgpo1XOc8IiLI0ZCRhL7uRkt > =qHBJ > -END PGP SIGNATURE- >
Where to report wl bad behavior ?
Hi all, I experienced a lot of pb recently with wl driver of my brodcoam 4360 I have wl loaded, and get continuously this type of message below On my kde desktop when resuming from suspend the pass-key of my network is asked again (but typing it do nothing I just need to restart X server) Since my all notebook is getting weird recently I would like to try fix this pb to see if the others are linked to that (desktop instability) So should i fill a bug against something ? since wl is proprietary I don't know what to do Cheers, Laurent D Dec 11 12:22:44 debian kernel: [ 4762.794051] WARNING: CPU: 2 PID: 315 at > /build/linux-lIgGMF/linux-4.8.11/net/wireless/sme.c:876 > *wl_notify_roaming_status*+0xb6/0x130 [wl] > Dec 11 12:22:45 debian kernel: [ 4762.802903] Modules linked in: fuse > rfcomm cmac bnep binfmt_misc nls_utf8 isofs udf crc_itu_t loop efi_pstore > snd_hda_codec_hdmi joydev btusb btrtl btbcm btintel bluetooth hid_generic > hid_apple iTCO_wdt iTCO_vendor_support evdev intel_rapl applesmc > input_polldev x86_pkg_temp_thermal i915 coretemp bcm5974 kvm_intel kvm > snd_hda_codec_cirrus snd_hda_codec_generic wl(POE) irqbypass drm_kms_helper > snd_hda_intel snd_hda_codec crct10dif_pclmul crc32_pclmul snd_hda_core > usbhid snd_hwdep hid cfg80211 snd_pcm lpc_ich ghash_clmulni_intel mfd_core > sg thunderbolt pcspkr efivars i2c_i801 snd_timer i2c_smbus mei_me snd > acpi_als soundcore drm mei sbs kfifo_buf rfkill battery sbshc shpchp > i2c_algo_bit industrialio video apple_bl ac button tpm_tis tpm_tis_core tpm > parport_pc ppdev lp parport sunrpc efivarfs ip_tables x_tables autofs4 ext4 > crc16 jbd2 crc32c_generic fscrypto ecb mbcache sd_mod uas usb_storage > crc32c_intel ahci libahci xhci_pci xhci_hcd aesni_intel libata aes_x86_64 > glue_helper lrw scsi_mod gf128mul ablk_helper cryptd usbcore usb_common fjes > Dec 11 12:22:45 debian kernel: [ 4762.832815] CPU: 2 PID: 315 Comm: > wl_event_handle Tainted: PW OE 4.8.0-2-amd64 #1 Debian 4.8.11-1 > Dec 11 12:22:45 debian kernel: [ 4762.839274] Hardware name: Apple Inc. > MacBookPro11,1/Mac-189A3D4F975D5FFC, BIOS MBP111.88Z.0138.B14.1501071216 > 01/07/2015 > Dec 11 12:22:45 debian kernel: [ 4762.845773] 0286 > 332fa14f ba7269f5 > Dec 11 12:22:45 debian kernel: [ 4762.852261] > ba47c16e 90262330a700 90255f2c5594 > Dec 11 12:22:45 debian kernel: [ 4762.858713] 90262330af1a > 902621262000 90262330aaf8 90262f298180 > Dec 11 12:22:45 debian kernel: [ 4762.865031] Call Trace: > Dec 11 12:22:45 debian kernel: [ 4762.871176] [] ? > dump_stack+0x5c/0x77 > Dec 11 12:22:45 debian kernel: [ 4762.877205] [] ? > __warn+0xbe/0xe0 > Dec 11 12:22:45 debian kernel: [ 4762.883117] [] ? > wl_notify_roaming_status+0xb6/0x130 [wl] > Dec 11 12:22:45 debian kernel: [ 4762.889022] [] ? > wl_event_handler+0x58/0x1a0 [wl] > Dec 11 12:22:45 debian kernel: [ 4762.894878] [] ? > wl_notify_scan_status+0x320/0x320 [wl] > Dec 11 12:22:45 debian kernel: [ 4762.900660] [] ? > kthread+0xcd/0xf0 > Dec 11 12:22:45 debian kernel: [ 4762.906438] [] ? > ret_from_fork+0x1f/0x40 > Dec 11 12:22:45 debian kernel: [ 4762.912198] [] ? > kthread_create_on_node+0x190/0x190 > Dec 11 12:22:45 debian kernel: [ 4762.918045] ---[ end trace > 33d09e85602c83e7 ]--- > >
Re: Where to report wl bad behavior ?
Hi kamaraju, Thanks for your feedback. I will file a bug report against wl then. Cheers (the reply only to you was a mistake) 2016-12-13 5:23 GMT+01:00 kamaraju kusumanchi : > > 2016-12-11 20:59 GMT+01:00 kamaraju kusumanchi > > : > >> > >> How and where did you get the wireless driver? If the driver is not > >> part of the official Debian software repository, I do not see how > >> filing a bug report would help. Your best shot is to complain to the > >> upstream yourself or use a different hardware. > >> > >> raju > >> -- > >> Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog > > > > > On Mon, Dec 12, 2016 at 12:46 AM, Laurent Debian > wrote: > > Hi > > it is. It's in the non-free depot. > > And AFAIK, it is the only one making works "properly" this kind of > chipset > > (broadcom 4360...) > > And I don't like the idea to open up a mac book pro find the wifi chip > and > > change it? > > Hi Laurent, > > It is better to reply to the list instead of writing to me personally. > That way others will also be able to help you and the conversations > will be part of the archive. > > Coming back to your question... Yes, you can file a bug report on a > package that is in the non-free component of Debian. > > hth > raju > -- > Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog >
broken apt " -f install" wont fix what to do ?
Hi all, when you have an error of apt-get Préparation du dépaquetage de .../systemd-sysv_215-8_amd64.deb ... Dépaquetage de systemd-sysv (215-8) sur (215-7) ... E: Sub-process /usr/bin/dpkg returned an error code (1) which recommends -f install which could not be fixed using it is there a kind of procedure to repair it ? untranslated quote: Préparation du dépaquetage de .../systemd-sysv_215-8_amd64.deb ... Dépaquetage de systemd-sysv (215-8) sur (215-7) ... E: Sub-process /usr/bin/dpkg returned an error code (1) -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/5493050a.1080...@gmail.com
nfs shares have trailing slash in /proc/mounts
Hi, I've also been hit by this bug. (using wheezy as well) >From what I've seen, it only adds a trailing slash when mounting with the nfsvers=3 (or =2) option. If you can confirm this behavior then I see no reason not to call it a bug ! :-) -- Laurent -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/878vhmeeq6@ezri.u-picardie.fr
Re: System getting slower and slower (debian Testing)
Hi, please ignore the previous message It seems that upgrading from 6-0-1 to 6-0-5 fix the problem (that or autoremove) regards, Laurent Le dim. 17 déc. 2023 à 10:44, Laurent Debian a écrit : > Dear All, > I am running debian Testing, > I did two things recently, upgrading the debian and changing my graphic > cards (radeon RX 570 -> radeon RX 7600). > Before that my desktop was in good shape, quite reactive and so on. > For a few days I have experienced a super slow system with a lot of lag. > I first thought of not enough free space but it does not seem to be the > case > I can't even play an audio files, without having it stutter, not to > mention videos or audio online. > A lot of problems seem to show in the dmesg output related to the graphic > driver but I don't know what to do :/ > Any help would be appreciated ! > > Regards, > Laurent >