You are not logged in.
If you want packages personally for your aims you can use checkinstall+fakeroot to build them: https://debian-administration.org/artic … eckinstall
This is the easiest way.
You don't understand i want, i don't want make custom packages, i want make a custom iso of devuan installer with the packages i need
Looks like you need a local mirror of Devuan repository. It will be about 150-170Gb for AMD64+i386 architectures. If you will find or organize local LUG (Linux User Group) it will be possible to make a local infrastructure for that.
upd.
There is also AppImage package format. you can consider it for desktop apps. It doesn't require package manager at all. Just download and run an application.
Ok, i try to convience a friend to mount a local mirror for country because he work on ministry of technology.
The problem with AppImage, is the tutorials are just for Ubuntu exclusivity and their packages, not exist any anothers explanations, for example "Generic How-To" or something similar for any distribution, because i try to make my own packages few years ago, using my another distro "Slackware64 14.2" but the software need packages just appears on ubuntu.
Hi there, Someone had a how make devuan which specific packages? is not directly a derivate from Devuan. i want to learn how make for example
Devuan Live + Installer + The packages i need for personal use.
Because i am from venezuela, and the internet conection for download packages is really slow and in to many cases, i just had a usb stick of 1 GB and for that reason is not practical for me just download the DVD ISO Image of Disc 1 of Devuan installation.
For me are better just download the packages i need.
Someone had a tutorial for make this?
i think the problem is another related to driver because with wine 1.8.6 works perfectly but if i try use older versions. that errors appears, that thing don't happend with nvidia privative drivers.
Hei!
Well, I think you are on the tracks of it; this has probably to do with the 64bit version alone.
Be sure to enable your system for 32bit compatibility.Cheers,
Olav
I had installed all 32 Bits ever i check that, right now i can't start for example
Wine 1.2 from PlayOnLinux because gave me :
libGL error: unable to load driver: i915_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i915
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
But is the unique thing give me this, because the anothers software like native videogames works or if i use wine from wine from systems, some games works, but old games i know works with an specific range of wines, i can't started
For example with Metal Gear Solid 2 Substante, the wine version can run it are:
Wine 1.3.30 until Wine 1.7.54
Before of wine 1.1.30 the game can't start
After of wine 1.7.54 the game try to start but ever hang up in the first black screen of game and do nothing.
i ready had installed package like :
libglu1-mesa:i386
libdrm-dev:i386
libglbinding2:i386
libgle3:i386
libglee0d1:i386
libgles1-mesa:i386
libgles2-mesa:i386
libglew2.0:i386
libglfw3:i386
libglw1-mesa:i386
libva1:i386
libvdpau1:i386
libvulkan1:i386
libx11-dev:i386
libxm4:i386
libxmu6:i386
libxt6:i386
mesa-common-dev:i386
mesa-utils-extra:i386
mesa-va-drivers:i386
mesa-vdpau-drivers:i386
mesa-vulkan-drivers:i386
Hi there, after too much tries to fix it, i can't solved because of that i simple decide make the follow :
1 - Put again Devuan ASCII in a USB Stick
2 - Start the USB Stick with Devuan ASCII 64 Bits
3 - Mount the hard disk partition with Devuan Installed in /target
4 - In cli i go to /target and delete almost everything except : /target/home /var/cache/apt/archives/ . because the venezuelan internet conecction is too slow for download again 3GB of debs packages again.
5 - i restart again, and this time, i installed without formatting Devuan Root Partition, i just format Swap and /boot partition. and all perfectly. i installed all the packages i use and fine
6 - Curiosity ; when the installer ask me if i prefer use linux-image-amd64 or linux-image-4.9.0-8-amd64 and ask me which drivers i prefer include during system boot : generic (all) or just need this system
7 - Well at the end i modify the content of my file -> /etc/X11/Xorg.conf
#Archivo : /etc/X11/xorg.conf | Canaima 4 / Debian 7 (Wheezy)
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "dri2"
Load "dri3"
Load "evdev"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "Files"
FontPath "unix/:7100" # local font server
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "intel"
Option "ForcePanel"
Option "ActiveDevice" "LCD.CRT"
Option "PanelSize" "1024x600"
Option "SWCursor" "True"
Option "AllowGLXWithComposite" "True"
Option "XAANoOffscreenPixmaps" "True"
Option "AddARGBGLXVisuals" "True"
Option "VideoRam" "262144"
Option "AccelMethod" "glamor"
Option "EXAOptimizeMigration" "True"
Option "MigrationHeuristic" "Smart"
Option "Tiling" "True"
Option "NoDDC" "True"
Option "BackingStore" "True"
Option "AIGLX" "True"
Option "MTRR" "On"
Option "LinearAlloc" "6144"
Option "MonitorLayout" "CRT,LFP"
Option "DevicePresence" "True"
Option "RenderAccel" "True"
Option "RandRRotation" "On"
Option "XvMC" "True"
Option "CacheLines" "1980"
Option "TearFree" "True"
Option "DRI" "True"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
VendorName "SAMSUNG"
ModelName "LTN101NT07901"
Option "DPMS" "True"
Modeline "1024x600_60.00" 49.00 1024 1072 1168 1312 600 603 613 624 -hsync +vsync
Modeline "960x600_120.00" 100.25 960 1032 1128 1296 600 603 609 646 -hsync +vsync
Modeline "960x540_120.00" 89.25 960 1024 1120 1280 540 543 548 582 -hsync +vsync
Modeline "800x600_120.00" 83.00 800 856 936 1072 600 603 607 646 -hsync +vsync
Modeline "800x600_60.00" 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync
Modeline "840x525_120.00" 76.50 840 896 984 1128 525 528 538 566 -hsync +vsync
Modeline "840x512_120.00" 73.50 840 896 976 1112 512 515 525 552 -hsync +vsync
Modeline "720x450_120.00" 54.75 720 760 832 944 450 453 459 486 -hsync +vsync
Modeline "704x525_120.00" 64.00 704 752 824 944 525 528 538 566 -hsync +vsync
Modeline "640x480_120.00" 52.50 640 680 744 848 480 483 487 518 -hsync +vsync
Modeline "640x480_60.00" 23.75 640 664 720 800 480 483 487 500 -hsync +vsync
EndSection
Section "Screen"
Identifier "Default Screen"
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x600@60" "960x600@120" "960x540@120" "800x600@120" "800x600@60" "840x525@120" "840x512@120" "720x450@120" "640x480@120" "640x480@60"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x600@60" "960x600@120" "960x540@120" "800x600@120" "800x600@60" "840x525@120" "840x512@120" "720x450@120" "640x480@120" "640x480@60"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x600@60" "960x600@120" "960x540@120" "800x600@120" "800x600@60" "840x525@120" "840x512@120" "720x450@120" "640x480@120" "640x480@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection
Section "Extensions"
Option "RENDER" "Enable"
Option "Composite" "Enable"
EndSection
Section "DRI"
Mode 0666
EndSection
and here the output log of Xorg.0.log, before i create the /etc/X11/xorg.conf file
[ 50.427]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[ 50.427] X Protocol Version 11, Revision 0
[ 50.427] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[ 50.427] Current Operating System: Linux Nicolas 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64
[ 50.427] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0-6-amd64 root=UUID=87276b9a-3fdd-42af-a971-d43ccbc1ff69 ro quiet
[ 50.427] Build Date: 03 November 2018 03:09:11AM
[ 50.427] xorg-server 2:1.19.2-1+deb9u5 (https://www.debian.org/support)
[ 50.427] Current version of pixman: 0.34.0
[ 50.428] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 50.428] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 50.428] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 7 15:52:19 2019
[ 50.480] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 50.772] (==) No Layout section. Using the first Screen section.
[ 50.772] (==) No screen section available. Using defaults.
[ 50.773] (**) |-->Screen "Default Screen Section" (0)
[ 50.773] (**) | |-->Monitor "<default monitor>"
[ 50.810] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 50.810] (==) Automatically adding devices
[ 50.810] (==) Automatically enabling devices
[ 50.810] (==) Automatically adding GPU devices
[ 50.810] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 50.923] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 50.923] Entry deleted from font path.
[ 50.996] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 50.996] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 50.996] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 50.996] (II) Loader magic: 0x55e7ad391e00
[ 50.996] (II) Module ABI versions:
[ 50.996] X.Org ANSI C Emulation: 0.4
[ 50.996] X.Org Video Driver: 23.0
[ 50.996] X.Org XInput driver : 24.1
[ 50.996] X.Org Server Extension : 10.0
[ 50.999] (++) using VT number 7
[ 50.999] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 51.000] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 51.004] (--) PCI:*(0:0:2:0) 8086:a011:1019:997a rev 0, Mem @ 0xf0200000/524288, 0xd0000000/268435456, 0xf0000000/1048576, I/O @ 0x000018d0/8, BIOS @ 0x????????/131072
[ 51.004] (--) PCI: (0:0:2:1) 8086:a012:1019:997a rev 0, Mem @ 0xf0280000/524288
[ 51.005] (II) LoadModule: "glx"
[ 51.104] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 53.296] (II) Module glx: vendor="X.Org Foundation"
[ 53.297] compiled for 1.19.2, module version = 1.0.0
[ 53.297] ABI class: X.Org Server Extension, version 10.0
[ 53.297] (==) Matched intel as autoconfigured driver 0
[ 53.297] (==) Matched intel as autoconfigured driver 1
[ 53.297] (==) Matched modesetting as autoconfigured driver 2
[ 53.297] (==) Matched fbdev as autoconfigured driver 3
[ 53.297] (==) Matched vesa as autoconfigured driver 4
[ 53.297] (==) Assigned the driver to the xf86ConfigLayout
[ 53.297] (II) LoadModule: "intel"
[ 53.335] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 53.702] (II) Module intel: vendor="X.Org Foundation"
[ 53.702] compiled for 1.19.0, module version = 2.99.917
[ 53.702] Module class: X.Org Video Driver
[ 53.702] ABI class: X.Org Video Driver, version 23.0
[ 53.702] (II) LoadModule: "modesetting"
[ 53.703] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 54.108] (II) Module modesetting: vendor="X.Org Foundation"
[ 54.109] compiled for 1.19.2, module version = 1.19.2
[ 54.109] Module class: X.Org Video Driver
[ 54.109] ABI class: X.Org Video Driver, version 23.0
[ 54.109] (II) LoadModule: "fbdev"
[ 54.109] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 54.200] (II) Module fbdev: vendor="X.Org Foundation"
[ 54.200] compiled for 1.19.0, module version = 0.4.4
[ 54.200] Module class: X.Org Video Driver
[ 54.200] ABI class: X.Org Video Driver, version 23.0
[ 54.200] (II) LoadModule: "vesa"
[ 54.200] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 54.202] (II) Module vesa: vendor="X.Org Foundation"
[ 54.202] compiled for 1.19.0, module version = 2.3.4
[ 54.202] Module class: X.Org Video Driver
[ 54.202] ABI class: X.Org Video Driver, version 23.0
[ 54.202] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 54.203] (II) intel: Driver for Intel(R) HD Graphics
[ 54.203] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 54.203] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 54.203] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 54.203] (II) FBDEV: driver for framebuffer: fbdev
[ 54.203] (II) VESA: driver for VESA chipsets: vesa
[ 54.451] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20160919
[ 54.451] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20161206-1 (Timo Aaltonen <tjaalton@debian.org>)
[ 54.452] (II) intel(0): SNA compiled for use with valgrind
[ 55.398] (WW) Falling back to old probe method for modesetting
[ 55.399] (WW) Falling back to old probe method for fbdev
[ 55.399] (II) Loading sub module "fbdevhw"
[ 55.399] (II) LoadModule: "fbdevhw"
[ 55.399] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 55.420] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 55.420] compiled for 1.19.2, module version = 0.0.2
[ 55.420] ABI class: X.Org Video Driver, version 23.0
[ 55.420] (WW) Falling back to old probe method for vesa
[ 55.474] (--) intel(0): Integrated Graphics Chipset: Intel(R) Pineview GM
[ 55.474] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3; using a maximum of 1 threads
[ 55.474] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 55.474] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 55.475] (==) intel(0): RGB weight 888
[ 55.475] (==) intel(0): Default visual is TrueColor
[ 55.475] (II) intel(0): Output LVDS1 has no monitor section
[ 55.476] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[ 55.477] (II) intel(0): Enabled output LVDS1
[ 55.477] (II) intel(0): Output VGA1 has no monitor section
[ 55.477] (II) intel(0): Enabled output VGA1
[ 55.477] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 55.477] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 55.477] (II) intel(0): Enabled output VIRTUAL1
[ 55.478] (--) intel(0): Output LVDS1 using initial mode 1024x600 on pipe 1
[ 55.478] (==) intel(0): TearFree disabled
[ 55.478] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 55.478] (==) intel(0): DPI set to (96, 96)
[ 55.478] (II) Loading sub module "dri3"
[ 55.478] (II) LoadModule: "dri3"
[ 55.478] (II) Module "dri3" already built-in
[ 55.478] (II) Loading sub module "dri2"
[ 55.478] (II) LoadModule: "dri2"
[ 55.478] (II) Module "dri2" already built-in
[ 55.478] (II) Loading sub module "present"
[ 55.478] (II) LoadModule: "present"
[ 55.478] (II) Module "present" already built-in
[ 55.478] (II) UnloadModule: "modesetting"
[ 55.478] (II) Unloading modesetting
[ 55.479] (II) UnloadModule: "fbdev"
[ 55.479] (II) Unloading fbdev
[ 55.479] (II) UnloadSubModule: "fbdevhw"
[ 55.479] (II) Unloading fbdevhw
[ 55.479] (II) UnloadModule: "vesa"
[ 55.479] (II) Unloading vesa
[ 55.479] (==) Depth 24 pixmap format is 32 bpp
[ 55.681] (II) intel(0): SNA initialized with Alviso (gen3) backend
[ 55.681] (==) intel(0): Backing store enabled
[ 55.681] (==) intel(0): Silken mouse enabled
[ 55.681] (II) intel(0): HW Cursor enabled
[ 55.682] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 55.683] (==) intel(0): DPMS enabled
[ 55.683] (==) intel(0): Display hotplug detection enabled
[ 55.695] (II) intel(0): [XvMC] i915_xvmc driver initialized.
[ 55.695] (II) intel(0): [DRI2] Setup complete
[ 55.695] (II) intel(0): [DRI2] DRI driver: i915
[ 55.695] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 55.696] (II) intel(0): direct rendering: DRI2 enabled
[ 55.696] (II) intel(0): hardware support for Present enabled
[ 55.696] (--) RandR disabled
[ 55.720] (II) SELinux: Disabled on system
[ 56.108] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 56.108] (II) AIGLX: enabled GLX_ARB_create_context
[ 56.108] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 56.108] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 56.108] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 56.108] (II) AIGLX: enabled GLX_SGI_swap_control
[ 56.108] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 56.108] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 56.108] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[ 56.108] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 56.109] (II) AIGLX: Loaded and initialized i915
[ 56.109] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 56.152] (II) intel(0): switch to mode 1024x600@60.0 on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none
[ 56.167] (II) intel(0): Setting screen physical size to 270 x 158
[ 57.030] (II) config/udev: Adding input device Power Button (/dev/input/event8)
[ 57.030] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 57.031] (II) LoadModule: "libinput"
[ 57.031] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 57.289] (II) Module libinput: vendor="X.Org Foundation"
[ 57.289] compiled for 1.19.0, module version = 0.23.0
[ 57.289] Module class: X.Org XInput Driver
[ 57.289] ABI class: X.Org XInput driver, version 24.1
[ 57.289] (II) Using input driver 'libinput' for 'Power Button'
[ 57.289] (**) Power Button: always reports core events
[ 57.289] (**) Option "Device" "/dev/input/event8"
[ 57.289] (**) Option "_source" "server/udev"
[ 57.290] (II) input device 'Power Button', /dev/input/event8 is tagged by udev as: Keyboard
[ 57.290] (II) input device 'Power Button', /dev/input/event8 is a keyboard
[ 57.304] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input15/event8"
[ 57.304] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 57.304] (**) Option "xkb_model" "pc105"
[ 57.304] (**) Option "xkb_layout" "latam"
[ 57.396] (II) input device 'Power Button', /dev/input/event8 is tagged by udev as: Keyboard
[ 57.396] (II) input device 'Power Button', /dev/input/event8 is a keyboard
[ 57.397] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[ 57.397] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 57.397] (II) Using input driver 'libinput' for 'Video Bus'
[ 57.398] (**) Video Bus: always reports core events
[ 57.398] (**) Option "Device" "/dev/input/event11"
[ 57.398] (**) Option "_source" "server/udev"
[ 57.399] (II) input device 'Video Bus', /dev/input/event11 is tagged by udev as: Keyboard
[ 57.399] (II) input device 'Video Bus', /dev/input/event11 is a keyboard
[ 57.432] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18/event11"
[ 57.432] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 57.432] (**) Option "xkb_model" "pc105"
[ 57.432] (**) Option "xkb_layout" "latam"
[ 57.434] (II) input device 'Video Bus', /dev/input/event11 is tagged by udev as: Keyboard
[ 57.434] (II) input device 'Video Bus', /dev/input/event11 is a keyboard
[ 57.435] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[ 57.435] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 57.435] (II) Using input driver 'libinput' for 'Power Button'
[ 57.435] (**) Power Button: always reports core events
[ 57.435] (**) Option "Device" "/dev/input/event6"
[ 57.435] (**) Option "_source" "server/udev"
[ 57.436] (II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
[ 57.437] (II) input device 'Power Button', /dev/input/event6 is a keyboard
[ 57.456] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0C:00/input/input13/event6"
[ 57.456] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 57.456] (**) Option "xkb_model" "pc105"
[ 57.456] (**) Option "xkb_layout" "latam"
[ 57.458] (II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
[ 57.458] (II) input device 'Power Button', /dev/input/event6 is a keyboard
[ 57.459] (II) config/udev: Adding input device Lid Switch (/dev/input/event5)
[ 57.459] (II) No input driver specified, ignoring this device.
[ 57.459] (II) This device may have been added with another device file.
[ 57.461] (II) config/udev: Adding input device cmpc_keys (/dev/input/event9)
[ 57.461] (**) cmpc_keys: Applying InputClass "libinput keyboard catchall"
[ 57.461] (II) Using input driver 'libinput' for 'cmpc_keys'
[ 57.461] (**) cmpc_keys: always reports core events
[ 57.461] (**) Option "Device" "/dev/input/event9"
[ 57.461] (**) Option "_source" "server/udev"
[ 57.462] (II) input device 'cmpc_keys', /dev/input/event9 is tagged by udev as: Keyboard
[ 57.462] (II) input device 'cmpc_keys', /dev/input/event9 is a keyboard
[ 57.496] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/FNBT0000:00/input/input16/event9"
[ 57.496] (II) XINPUT: Adding extended input device "cmpc_keys" (type: KEYBOARD, id 9)
[ 57.496] (**) Option "xkb_model" "pc105"
[ 57.496] (**) Option "xkb_layout" "latam"
[ 57.498] (II) input device 'cmpc_keys', /dev/input/event9 is tagged by udev as: Keyboard
[ 57.498] (II) input device 'cmpc_keys', /dev/input/event9 is a keyboard
[ 57.499] (II) config/udev: Adding input device Sleep Button (/dev/input/event7)
[ 57.499] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 57.499] (II) Using input driver 'libinput' for 'Sleep Button'
[ 57.499] (**) Sleep Button: always reports core events
[ 57.499] (**) Option "Device" "/dev/input/event7"
[ 57.499] (**) Option "_source" "server/udev"
[ 57.500] (II) input device 'Sleep Button', /dev/input/event7 is tagged by udev as: Keyboard
[ 57.501] (II) input device 'Sleep Button', /dev/input/event7 is a keyboard
[ 57.520] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input14/event7"
[ 57.520] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 57.520] (**) Option "xkb_model" "pc105"
[ 57.520] (**) Option "xkb_layout" "latam"
[ 57.522] (II) input device 'Sleep Button', /dev/input/event7 is tagged by udev as: Keyboard
[ 57.522] (II) input device 'Sleep Button', /dev/input/event7 is a keyboard
[ 57.524] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12)
[ 57.524] (II) No input driver specified, ignoring this device.
[ 57.524] (II) This device may have been added with another device file.
[ 57.525] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event13)
[ 57.525] (II) No input driver specified, ignoring this device.
[ 57.525] (II) This device may have been added with another device file.
[ 57.526] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event14)
[ 57.526] (II) No input driver specified, ignoring this device.
[ 57.526] (II) This device may have been added with another device file.
[ 57.528] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event1)
[ 57.528] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "libinput keyboard catchall"
[ 57.528] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[ 57.528] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[ 57.528] (**) Option "Device" "/dev/input/event1"
[ 57.528] (**) Option "_source" "server/udev"
[ 57.529] (II) input device 'Microsoft Microsoft® Nano Transceiver v2.0', /dev/input/event1 is tagged by udev as: Keyboard
[ 57.529] (II) input device 'Microsoft Microsoft® Nano Transceiver v2.0', /dev/input/event1 is a keyboard
[ 57.544] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/0003:045E:0745.0001/input/input9/event1"
[ 57.544] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: KEYBOARD, id 11)
[ 57.544] (**) Option "xkb_model" "pc105"
[ 57.544] (**) Option "xkb_layout" "latam"
[ 57.546] (II) input device 'Microsoft Microsoft® Nano Transceiver v2.0', /dev/input/event1 is tagged by udev as: Keyboard
[ 57.546] (II) input device 'Microsoft Microsoft® Nano Transceiver v2.0', /dev/input/event1 is a keyboard
[ 57.548] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event2)
[ 57.548] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "libinput pointer catchall"
[ 57.548] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "libinput keyboard catchall"
[ 57.548] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[ 57.548] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[ 57.548] (**) Option "Device" "/dev/input/event2"
[ 57.548] (**) Option "_source" "server/udev"
[ 57.549] (II) input device 'Microsoft Microsoft® Nano Transceiver v2.0', /dev/input/event2 is tagged by udev as: Keyboard Mouse
[ 57.550] (II) Device 'Microsoft Microsoft® Nano Transceiver v2.0' set to 1000 DPI
[ 57.550] (II) input device 'Microsoft Microsoft® Nano Transceiver v2.0', /dev/input/event2 is a pointer caps
[ 57.550] (II) input device 'Microsoft Microsoft® Nano Transceiver v2.0', /dev/input/event2 is a keyboard
[ 57.568] (II) libinput: Microsoft Microsoft® Nano Transceiver v2.0: needs a virtual subdevice
[ 57.568] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.1/0003:045E:0745.0002/input/input10/event2"
[ 57.568] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: MOUSE, id 12)
[ 57.570] (**) Option "AccelerationScheme" "none"
[ 57.570] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) selected scheme none/0
[ 57.570] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration factor: 2.000
[ 57.570] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration threshold: 4
[ 57.571] (II) input device 'Microsoft Microsoft® Nano Transceiver v2.0', /dev/input/event2 is tagged by udev as: Keyboard Mouse
[ 57.571] (II) Device 'Microsoft Microsoft® Nano Transceiver v2.0' set to 1000 DPI
[ 57.571] (II) input device 'Microsoft Microsoft® Nano Transceiver v2.0', /dev/input/event2 is a pointer caps
[ 57.571] (II) input device 'Microsoft Microsoft® Nano Transceiver v2.0', /dev/input/event2 is a keyboard
[ 57.573] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/mouse0)
[ 57.573] (II) No input driver specified, ignoring this device.
[ 57.573] (II) This device may have been added with another device file.
[ 57.574] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event3)
[ 57.575] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "libinput keyboard catchall"
[ 57.575] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[ 57.575] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[ 57.575] (**) Option "Device" "/dev/input/event3"
[ 57.575] (**) Option "_source" "server/udev"
[ 57.576] (II) input device 'Microsoft Microsoft® Nano Transceiver v2.0', /dev/input/event3 is tagged by udev as: Keyboard
[ 57.576] (II) input device 'Microsoft Microsoft® Nano Transceiver v2.0', /dev/input/event3 is a keyboard
[ 57.592] (II) libinput: Microsoft Microsoft® Nano Transceiver v2.0: needs a virtual subdevice
[ 57.592] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.2/0003:045E:0745.0003/input/input11/event3"
[ 57.592] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: MOUSE, id 13)
[ 57.593] (**) Option "AccelerationScheme" "none"
[ 57.593] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) selected scheme none/0
[ 57.593] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration factor: 2.000
[ 57.593] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration threshold: 4
[ 57.594] (II) input device 'Microsoft Microsoft® Nano Transceiver v2.0', /dev/input/event3 is tagged by udev as: Keyboard
[ 57.594] (II) input device 'Microsoft Microsoft® Nano Transceiver v2.0', /dev/input/event3 is a keyboard
[ 57.595] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event15)
[ 57.596] (**) USB 2.0 Camera: Applying InputClass "libinput keyboard catchall"
[ 57.596] (II) Using input driver 'libinput' for 'USB 2.0 Camera'
[ 57.596] (**) USB 2.0 Camera: always reports core events
[ 57.596] (**) Option "Device" "/dev/input/event15"
[ 57.596] (**) Option "_source" "server/udev"
[ 57.597] (II) input device 'USB 2.0 Camera', /dev/input/event15 is tagged by udev as: Keyboard
[ 57.597] (II) input device 'USB 2.0 Camera', /dev/input/event15 is a keyboard
[ 57.632] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-7/2-7:1.0/input/input22/event15"
[ 57.632] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD, id 14)
[ 57.632] (**) Option "xkb_model" "pc105"
[ 57.632] (**) Option "xkb_layout" "latam"
[ 57.634] (II) input device 'USB 2.0 Camera', /dev/input/event15 is tagged by udev as: Keyboard
[ 57.634] (II) input device 'USB 2.0 Camera', /dev/input/event15 is a keyboard
[ 57.635] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 57.635] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 57.635] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 57.635] (**) AT Translated Set 2 keyboard: always reports core events
[ 57.635] (**) Option "Device" "/dev/input/event0"
[ 57.636] (**) Option "_source" "server/udev"
[ 57.637] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[ 57.637] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[ 57.656] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 57.656] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[ 57.656] (**) Option "xkb_model" "pc105"
[ 57.656] (**) Option "xkb_layout" "latam"
[ 57.658] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[ 57.658] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[ 57.659] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4)
[ 57.659] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 57.659] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[ 57.659] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 57.659] (**) Option "Device" "/dev/input/event4"
[ 57.659] (**) Option "_source" "server/udev"
[ 57.661] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event4 is tagged by udev as: Touchpad
[ 57.661] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event4 is a touchpad
[ 57.696] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input8/event4"
[ 57.696] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 16)
[ 57.697] (**) Option "AccelerationScheme" "none"
[ 57.697] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 57.697] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 57.698] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 57.699] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event4 is tagged by udev as: Touchpad
[ 57.699] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event4 is a touchpad
[ 57.700] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 57.700] (II) No input driver specified, ignoring this device.
[ 57.700] (II) This device may have been added with another device file.
[ 57.701] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[ 57.701] (II) No input driver specified, ignoring this device.
[ 57.701] (II) This device may have been added with another device file.
[ 57.734] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "libinput pointer catchall"
[ 57.734] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "libinput keyboard catchall"
[ 57.735] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[ 57.735] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[ 57.735] (**) Option "Device" "/dev/input/event2"
[ 57.735] (**) Option "_source" "_driver/libinput"
[ 57.735] (II) libinput: Microsoft Microsoft® Nano Transceiver v2.0: is a virtual subdevice
[ 57.735] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.1/0003:045E:0745.0002/input/input10/event2"
[ 57.735] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: KEYBOARD, id 17)
[ 57.735] (**) Option "xkb_model" "pc105"
[ 57.735] (**) Option "xkb_layout" "latam"
[ 57.737] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "libinput keyboard catchall"
[ 57.737] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[ 57.737] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[ 57.737] (**) Option "Device" "/dev/input/event3"
[ 57.737] (**) Option "_source" "_driver/libinput"
[ 57.737] (II) libinput: Microsoft Microsoft® Nano Transceiver v2.0: is a virtual subdevice
[ 57.737] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.2/0003:045E:0745.0003/input/input11/event3"
[ 57.737] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: KEYBOARD, id 18)
[ 57.737] (**) Option "xkb_model" "pc105"
[ 57.738] (**) Option "xkb_layout" "latam"
[ 57.739] (II) intel(0): EDID vendor "SEC", prod id 12336
[ 57.739] (II) intel(0): Printing DDC gathered Modelines:
[ 57.739] (II) intel(0): Modeline "1024x600"x0.0 54.20 1024 1048 1184 1344 600 603 609 670 -hsync -vsync (40.3 kHz eP)
Hi there, yesterday i am installing packages. i restart multiples times and all worked fine but when i installed wine using the follow commands :
sudo dpkg --add-architecture i386
wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo apt-add-repository https://dl.winehq.org/wine-builds/debian/
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable
and when i installed this i don't know why, when i restart i got this
content of file -> /var/log/Xorg.log.0
[ 7722.665]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[ 7722.666] X Protocol Version 11, Revision 0
[ 7722.666] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[ 7722.666] Current Operating System: Linux nicolas 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64
[ 7722.666] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0-8-amd64 root=UUID=87276b9a-3fdd-42af-a971-d43ccbc1ff69 ro set gfxpayload=1024x600x32,1024x600 splash quiet nomodeset video=uvesafb:mode_option=1024x768-32,mtrr=3,scroll=ywrap ipv6.disable=1
[ 7722.667] Build Date: 03 November 2018 03:09:11AM
[ 7722.668] xorg-server 2:1.19.2-1+deb9u5 (https://www.debian.org/support)
[ 7722.668] Current version of pixman: 0.34.0
[ 7722.669] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 7722.669] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 7722.671] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 6 16:44:31 2019
[ 7722.672] (==) Using config file: "/etc/X11/xorg.conf"
[ 7722.672] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 7722.673] (==) ServerLayout "Default Layout"
[ 7722.673] (**) |-->Screen "Pantalla" (0)
[ 7722.673] (**) | |-->Monitor "Monitor0"
[ 7722.674] (**) | |-->Device "IntelGPU"
[ 7722.674] (**) |-->Input Device "Synaptics Touchpad"
[ 7722.674] (==) Automatically adding devices
[ 7722.674] (==) Automatically enabling devices
[ 7722.674] (==) Automatically adding GPU devices
[ 7722.674] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 7722.674] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 7722.674] Entry deleted from font path.
[ 7722.674] (**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 7722.674] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 7722.674] (**) Extension "RENDER" is enabled
[ 7722.675] (**) Extension "Composite" is enabled
[ 7722.675] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 7722.675] (II) Loader magic: 0x55cb5512ae00
[ 7722.675] (II) Module ABI versions:
[ 7722.675] X.Org ANSI C Emulation: 0.4
[ 7722.675] X.Org Video Driver: 23.0
[ 7722.675] X.Org XInput driver : 24.1
[ 7722.675] X.Org Server Extension : 10.0
[ 7722.678] (++) using VT number 2
[ 7722.685] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[ 7722.690] (--) PCI:*(0:0:2:0) 8086:a011:1019:997a rev 0, Mem @ 0xf0200000/524288, 0xd0000000/268435456, 0xf0000000/1048576, I/O @ 0x000018d0/8, BIOS @ 0x????????/131072
[ 7722.691] (--) PCI: (0:0:2:1) 8086:a012:1019:997a rev 0, Mem @ 0xf0280000/524288
[ 7722.691] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 7722.691] (II) LoadModule: "extmod"
[ 7722.691] (II) Module "extmod" already built-in
[ 7722.691] (II) LoadModule: "glx"
[ 7722.692] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 7722.699] (II) Module glx: vendor="X.Org Foundation"
[ 7722.699] compiled for 1.19.2, module version = 1.0.0
[ 7722.699] ABI class: X.Org Server Extension, version 10.0
[ 7722.699] (II) LoadModule: "int10"
[ 7722.699] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 7722.700] (II) Module int10: vendor="X.Org Foundation"
[ 7722.700] compiled for 1.19.2, module version = 1.0.0
[ 7722.700] ABI class: X.Org Video Driver, version 23.0
[ 7722.700] (II) LoadModule: "record"
[ 7722.700] (II) Module "record" already built-in
[ 7722.700] (II) LoadModule: "vbe"
[ 7722.701] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 7722.701] (II) Module vbe: vendor="X.Org Foundation"
[ 7722.701] compiled for 1.19.2, module version = 1.1.0
[ 7722.701] ABI class: X.Org Video Driver, version 23.0
[ 7722.701] (II) LoadModule: "modesetting"
[ 7722.702] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 7722.702] (II) Module modesetting: vendor="X.Org Foundation"
[ 7722.702] compiled for 1.19.2, module version = 1.19.2
[ 7722.702] Module class: X.Org Video Driver
[ 7722.702] ABI class: X.Org Video Driver, version 23.0
[ 7722.703] (II) LoadModule: "intel"
[ 7722.703] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 7722.704] (II) Module intel: vendor="X.Org Foundation"
[ 7722.704] compiled for 1.19.0, module version = 2.99.917
[ 7722.704] Module class: X.Org Video Driver
[ 7722.704] ABI class: X.Org Video Driver, version 23.0
[ 7722.704] (II) LoadModule: "synaptics"
[ 7722.705] (WW) Warning, couldn't open module synaptics
[ 7722.705] (II) UnloadModule: "synaptics"
[ 7722.705] (II) Unloading synaptics
[ 7722.706] (EE) Failed to load module "synaptics" (module does not exist, 0)
[ 7722.706] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 7722.706] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 7722.707] (II) intel: Driver for Intel(R) HD Graphics
[ 7722.707] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 7722.707] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 7722.707] (WW) Falling back to old probe method for modesetting
[ 7722.718] (EE) No devices detected.
[ 7722.718] (EE)
Fatal server error:
[ 7722.718] (EE) no screens found(EE)
[ 7722.718] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 7722.719] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 7722.719] (EE)
[ 7722.723] (EE) Server terminated with error (1). Closing log file.
i don't know why says :
[ 7722.718] (EE) No devices detected.
[ 7722.718] (EE) no screens found(EE)
Content of file -> /etc/X11/xorg.conf
#Archivo : /etc/X11/xorg.conf | Canaima 4 / Debian 7 (Wheezy)
Section "ServerLayout"
Identifier "Default Layout"
Screen "Pantalla" 0 0
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "built-ins"
EndSection
Section "Module"
Load "bitmap"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
Load "modesetting"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Intel"
Option "DPMS"
EndSection
Section "Device"
Identifier "IntelGPU"
# Driver "i965"
Driver "intel"
# BusID "PCI:0:2:0"
Option "ForcePanel"
Option "ActiveDevice" "LCD.CRT"
Option "PanelSize" "1024x600"
Option "SWCursor" "True"
Option "AllowGLXWithComposite" "True"
Option "XAANoOffscreenPixmaps" "True"
Option "AddARGBGLXVisuals" "True"
Option "VideoRam" "262144"
Option "AccelMethod" "glamor"
Option "EXAOptimizeMigration" "True"
Option "MigrationHeuristic" "Smart"
Option "Tiling" "True"
Option "NoDDC" "True"
Option "BackingStore" "True"
Option "AIGLX" "True"
Option "MTRR" "On"
Option "LinearAlloc" "6144"
Option "MonitorLayout" "CRT,LFP"
Option "DevicePresence" "True"
Option "RenderAccel" "True"
Option "RandRRotation" "On"
Option "XvMC" "True"
Option "CacheLines" "1980"
Option "TearFree" "True"
Option "DRI" "True"
EndSection
Section "Screen"
Identifier "Pantalla"
Device "IntelGPU"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x600" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x600" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x600" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "RENDER" "Enable"
Option "Composite" "Enable"
EndSection
Section "DRI"
Mode 0666
EndSection
i already had installed and reinstall packages like
firmware-intel-sound \
firmware-intelwimax \
firmware-iwlwifi \
firmware-misc-nonfree \
libdrm-intel1 \
libdrm2 \
inteltool \
intel-gpu-tools \
xserver-xorg-video-intel \
intel-cmt-cat \
intel-microcode
i965-va-driver
i don't understand what happened. someone can help me to fix it ?
----------------------------------------------------------------------------------------
More information :
lspci | grep -i VGA
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
lspci -v -s 00:02.0
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller (prog-if 00 [VGA controller])
Subsystem : Elitegroup Computer System Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
Flags: bus master, fast devsel, letency 0, IRQ 11
Memory at f0200000 (32-bit, non-prefetchable) [size=512K]
I/O ports at 18d0 [size=8]
Memory at d0000000 (32-bit, prefetchable) [size=256M]
Memory at f0000000 (32-bit, non-prefetchable) [size=1M]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Kernel modules: i915
modprobe -n i915
lsmod | grep i915
i915 1257472 0
drm_kms_helper 155548 1 i915
drm 360448 2 i915,drm_kms_helper
i2c_algo_bit 16384 1 i915
button 16384 1 i915
video 40960 1 i915
after of the before i decide just delete some files and copy the files i need from Slackware64
rm -rf ~/.asoundrc
sudo rm -rf /etc/pulse/*
i change the follow because applications like "wine 1.6.2" search for ALSA and not by PulseAudio.
Note : When applications like wine 1.6.2 search by alsa. search for PCM Named "Master" name of device hw:0,0 . and had a serius bug
because some specific games, had issue with this for example BloodRayne 1 on my pc don't work with any other version of Wine
and if don't found alsa, can't never start the movies [i had fixed the MPEG-1 error, Wine BUG 9127] when you use alsa, don't had any problem, but if you use PulseAudio, the intro logo video don't had sound, and after play, the game crash because can't start the GPU. and this thing just happend when PulseAudio is using instead Alsa.
content of -> /etc/asound.conf
# Make it possible for ALSA forward to pulseaudio.
# Based on idea from
# http://alsa.opensrc.org/index.php/Default_device_from_environment_variable
# A related note is in
# http://wiki.archlinux.org/index.php/Pulseaudio#KDE_4
#
# See also
# http://wiki.archlinux.org/index.php/Allowing_Multiple_Programs_to_Play_Sound
# and <URL: http://bugs.debian.org/604728 >.
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:1,0"
period_time 0
period_size 1024
buffer_size 4096
rate 44100
}
bindings {
0 0
1 1
}
}
ctl.dmixer {
type hw
card 0
}
ctl.!default {
type pulse
}
pcm.pulse { type pulse }
ctl.pulse { type pulse }
content of -> /etc/pulse/client.conf
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
## more information. Default values are commented out. Use either ; or # for
## commenting.
; default-sink =
; default-source =
; default-server =
; default-dbus-server =
autospawn = yes
; allow-autospawn-for-root = yes
; daemon-binary = /usr/bin/pulseaudio
; extra-arguments = --log-target=syslog
; cookie-file =
; enable-shm = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
; auto-connect-localhost = no
; auto-connect-display = no
content of -> /etc/pulse/daemon.conf
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
## more information. Default values are commented out. Use either ; or # for
## commenting.
; daemonize = no
; fail = yes
; allow-module-loading = yes
; allow-exit = yes
; use-pid-file = yes
; system-instance = no
; local-server-type = user
; enable-shm = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
; lock-memory = no
; cpu-limit = no
; high-priority = yes
; nice-level = -11
; realtime-scheduling = yes
; realtime-priority = 5
; exit-idle-time = 20
; scache-idle-time = 20
; dl-search-path = (depends on architecture)
; load-default-script-file = yes
; default-script-file = /etc/pulse/default.pa
; log-target = auto
; log-level = notice
; log-meta = no
; log-time = no
; log-backtrace = 0
; resample-method = speex-float-1
; enable-remixing = yes
; enable-lfe-remixing = no
; lfe-crossover-freq = 0
flat-volumes = no
; rlimit-fsize = -1
; rlimit-data = -1
; rlimit-stack = -1
; rlimit-core = -1
; rlimit-as = -1
; rlimit-rss = -1
; rlimit-nproc = -1
; rlimit-nofile = 256
; rlimit-memlock = -1
; rlimit-locks = -1
; rlimit-sigpending = -1
; rlimit-msgqueue = -1
; rlimit-nice = 31
; rlimit-rtprio = 9
; rlimit-rttime = 200000
; default-sample-format = s16le
default-sample-rate = 44100
alternate-sample-rate = 48000
; default-sample-channels = 2
; default-channel-map = front-left,front-right
default-fragments = 8
default-fragment-size-msec = 25
; enable-deferred-volume = yes
; deferred-volume-safety-margin-usec = 8000
; deferred-volume-extra-delay-usec = 0
content of -> /etc/pulse/default.pa
#!/usr/bin/pulseaudio -nF
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
# This startup script is used only if PulseAudio is started per-user
# (i.e. not in system mode)
.fail
### Automatically restore the volume of streams and devices
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore
### Automatically augment property information from .desktop files
### stored in /usr/share/application
load-module module-augment-properties
### Should be after module-*-restore but before module-*-detect
load-module module-switch-on-port-available
### Load audio drivers statically
### (it's probably better to not load these drivers manually, but instead
### use module-udev-detect -- see below -- for doing this automatically)
#load-module module-alsa-sink
#load-module module-alsa-source device=hw:1,0
#load-module module-oss device="/dev/dsp" sink_name=output source_name=input
#load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
#load-module module-null-sink
#load-module module-pipe-sink
### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Use the static hardware detection module (for systems that lack udev support)
load-module module-detect
.endif
### Automatically connect sink and source if JACK server is present
.ifexists module-jackdbus-detect.so
.nofail
load-module module-jackdbus-detect channels=2
.fail
.endif
### Automatically load driver modules for Bluetooth hardware
.ifexists module-bluetooth-policy.so
load-module module-bluetooth-policy
.endif
.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif
### Load several protocols
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix
### Network access (may be configured with paprefs, so leave this commented
### here if you plan to use paprefs)
#load-module module-esound-protocol-tcp
#load-module module-native-protocol-tcp
### Load the RTP receiver module (also configured via paprefs, see above)
#load-module module-rtp-recv
### Load the RTP sender module (also configured via paprefs, see above)
#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'"
#load-module module-rtp-send source=rtp.monitor
### Load additional modules from GConf settings. This can be configured with the paprefs tool.
### Please keep in mind that the modules configured by paprefs might conflict with manually
### loaded modules.
.ifexists module-gconf.so
.nofail
load-module module-gconf
.fail
.endif
### Automatically restore the default sink/source when changed by the user
### during runtime
### NOTE: This should be loaded as early as possible so that subsequent modules
### that look up the default sink/source get the right value
load-module module-default-device-restore
### Automatically move streams to the default sink if the sink they are
### connected to dies, similar for sources
load-module module-rescue-streams
### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink
### Honour intended role device property
load-module module-intended-roles
### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle
### If autoexit on idle is enabled we want to make sure we only quit
### when no local session needs us anymore.
.ifexists module-console-kit.so
load-module module-console-kit
.endif
.ifexists module-systemd-login.so
load-module module-systemd-login
.endif
### Enable positioned event sounds
load-module module-position-event-sounds
### Cork music/video streams when a phone stream is active
load-module module-role-cork
### Modules to allow autoloading of filters (such as echo cancellation)
### on demand. module-filter-heuristics tries to determine what filters
### make sense, and module-filter-apply does the heavy-lifting of
### loading modules and rerouting streams.
load-module module-filter-heuristics
load-module module-filter-apply
### Make some devices default
#set-default-sink output
#set-default-source input
content of file -> /etc/pulse/system.pa
#!/usr/bin/pulseaudio -nF
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
# This startup script is used only if PulseAudio is started in system
# mode.
### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Use the static hardware detection module (for systems that lack udev/hal support)
load-module module-detect
.endif
### Load several protocols
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix
### Automatically restore the volume of streams and devices
load-module module-stream-restore
load-module module-device-restore
### Automatically restore the default sink/source when changed by the user
### during runtime
### NOTE: This should be loaded as early as possible so that subsequent modules
### that look up the default sink/source get the right value
load-module module-default-device-restore
### Automatically move streams to the default sink if the sink they are
### connected to dies, similar for sources
load-module module-rescue-streams
### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink
### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle
### Enable positioned event sounds
load-module module-position-event-sounds
Creating a folder and file don't exist on Devuan:
mkdir -p /etc/dbus-1/system.d
content of -> /etc/dbus-1/system.d/pulseaudio-system.conf
<?xml version="1.0"?><!--*-nxml-*-->
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<!--
This file is part of PulseAudio.
PulseAudio is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version.
PulseAudio is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
-->
<busconfig>
<!-- System-wide PulseAudio runs as 'pulse' user. This fragment is
not necessary for user PulseAudio instances. -->
<policy user="pulse">
<allow own="org.pulseaudio.Server"/>
</policy>
</busconfig>
and just with this last i solved 100% pulseaudio working on my Devuan
Well the most problematics software for me are :
1) SystemD -> The theme are very debated on internet xD
2) PulseAudio -> Well you see in this post
3) Avahi -> This thing can became my booting process and network connection on slowpoke
this 3 things can be a pain and waste of time trying to solve it.
In Resume i finish with this files and configurations :
1) Purge old files, and install just the packages i need
sudo apt-get purge -y paprefs pulseaudio-module-raop pulseaudio-module-zeroconf libcanberra-pulse* pulseaudio* pulseaudio-esound-compat* pulseaudio-module-gconf* pulseaudio-module-jack*
sudo rm -rf /tmp/pulse-* /etc/pulse ~/.esd_auth ~/.config/pulse /etc/asound.conf
sudo apt-get update ; sudo apt-get install -y libpulse-dev libpulse-mainloop-glib0 libpulse0 libpulse0:i386 libpulsedsp pulseaudio pulseaudio-equalizer pulseaudio-utils pavucontrol paman pavumeter pasystray
2) Configure with gconftool-2 :
gconftool-2 -t string --set /system/gstreamer/0.10/default/audiosink pulsesink
gconftool-2 -t string --set /system/gstreamer/0.10/default/audiosrc pulsesrc
gconftool-2 -t string --set /system/gstreamer/0.10/default/musicaudiosink pulsesink
3) Files with content
content of -> /etc/modprobe.d/sound.conf
alias snd-card-0 snd_ens1371
alias sound-slot-0 snd_ens1371
alias snd-card-1 snd-aloop
alias snd-card-2 snd-hdsp
options snd-aloop index=1 pcm_substreams=2
options snd_ens1371 model=3stack-6ch
options snd_ens1371 enable_msi=1
options snd_ens1371 index=0
options snd-pcsp index=-2
options snd-hdsp index=2
content of -> /etc/openal/alsoft.conf
# OpenAL config file.
#
# Option blocks may appear multiple times, and duplicated options will take the
# last value specified. Environment variables may be specified within option
# values, and are automatically substituted when the config file is loaded.
# Environment variable names may only contain alpha-numeric characters (a-z,
# A-Z, 0-9) and underscores (_), and are prefixed with $. For example,
# specifying "$HOME/file.ext" would typically result in something like
# "/home/user/file.ext". To specify an actual "$" character, use "$$".
#
# Device-specific values may be specified by including the device name in the
# block name, with "general" replaced by the device name. That is, general
# options for the device "Name of Device" would be in the [Name of Device]
# block, while ALSA options would be in the [alsa/Name of Device] block.
# Options marked as "(global)" are not influenced by the device.
#
# The system-wide settings can be put in /etc/openal/alsoft.conf and user-
# specific override settings in $HOME/.alsoftrc.
# For Windows, these settings should go into $AppData\alsoft.ini
#
# Option and block names are case-senstive. The supplied values are only hints
# and may not be honored (though generally it'll try to get as close as
# possible). Note: options that are left unset may default to app- or system-
# specified values. These are the current available settings:
##
## General stuff
##
[general]
## disable-cpu-exts: (global)
# Disables use of specialized methods that use specific CPU intrinsics.
# Certain methods may utilize CPU extensions for improved performance, and
# this option is useful for preventing some or all of those methods from being
# used. The available extensions are: sse, sse2, sse3, sse4.1, and neon.
# Specifying 'all' disables use of all such specialized methods.
#disable-cpu-exts =
## drivers: (global)
# Sets the backend driver list order, comma-seperated. Unknown backends and
# duplicated names are ignored. Unlisted backends won't be considered for use
# unless the list is ended with a comma (e.g. 'oss,' will try OSS first before
# other backends, while 'oss' will try OSS only). Backends prepended with -
# won't be considered for use (e.g. '-oss,' will try all available backends
# except OSS). An empty list means to try all backends.
#drivers =
drivers=pulse,alsa
## channels:
# Sets the output channel configuration. If left unspecified, one will try to
# be detected from the system, and defaulting to stereo. The available values
# are: mono, stereo, quad, surround51, surround51rear, surround61, surround71
#channels =
## sample-type:
# Sets the output sample type. Currently, all mixing is done with 32-bit float
# and converted to the output sample type as needed. Available values are:
# int8 - signed 8-bit int
# uint8 - unsigned 8-bit int
# int16 - signed 16-bit int
# uint16 - unsigned 16-bit int
# int32 - signed 32-bit int
# uint32 - unsigned 32-bit int
# float32 - 32-bit float
#sample-type = float32
## frequency:
# Sets the output frequency. If left unspecified it will try to detect a
# default from the system, otherwise it will default to 44100.
#frequency =
## period_size:
# Sets the update period size, in frames. This is the number of frames needed
# for each mixing update. Acceptable values range between 64 and 8192.
#period_size = 1024
## periods:
# Sets the number of update periods. Higher values create a larger mix ahead,
# which helps protect against skips when the CPU is under load, but increases
# the delay between a sound getting mixed and being heard. Acceptable values
# range between 2 and 16.
#periods = 4
## stereo-mode:
# Specifies if stereo output is treated as being headphones or speakers. With
# headphones, HRTF or crossfeed filters may be used for better audio quality.
# Valid settings are auto, speakers, and headphones.
#stereo-mode = auto
## hrtf:
# Controls HRTF processing. These filters provide better spatialization of
# sounds while using headphones, but do require a bit more CPU power. The
# default filters will only work with 44100hz or 48000hz stereo output. While
# HRTF is used, the cf_level option is ignored. Setting this to auto (default)
# will allow HRTF to be used when headphones are detected or the app requests
# it, while setting true or false will forcefully enable or disable HRTF
# respectively.
#hrtf = auto
## hrtf_tables:
# Specifies a comma-separated list of files containing HRTF data sets. The
# format of the files are described in hrtf.txt. The filenames may contain
# these markers, which will be replaced as needed:
# %r - Device sampling rate
# %s - Non-greedy string (up to the following matching characters)
# %% - Percent sign (%)
# The listed files are relative to system-dependant data directories. On
# Windows this is:
# $AppData\openal\hrtf
# And on other systems, it's (in order):
# $XDG_DATA_HOME/openal/hrtf (defaults to $HOME/.local/share/openal/hrtf)
# $XDG_DATA_DIRS/openal/hrtf (defaults to /usr/local/share/openal/hrtf and
# /usr/share/openal/hrtf)
# An absolute path may also be specified, if the given file is elsewhere.
#hrtf_tables = %s.mhr
## cf_level:
# Sets the crossfeed level for stereo output. Valid values are:
# 0 - No crossfeed
# 1 - Low crossfeed
# 2 - Middle crossfeed
# 3 - High crossfeed (virtual speakers are closer to itself)
# 4 - Low easy crossfeed
# 5 - Middle easy crossfeed
# 6 - High easy crossfeed
# Users of headphones may want to try various settings. Has no effect on non-
# stereo modes.
#cf_level = 0
## resampler: (global)
# Selects the resampler used when mixing sources. Valid values are:
# point - nearest sample, no interpolation
# linear - extrapolates samples using a linear slope between samples
# sinc4 - extrapolates samples using a 4-point Sinc filter
# sinc8 - extrapolates samples using an 8-point Sinc filter
# bsinc - extrapolates samples using a band-limited Sinc filter (varying
# between 12 and 24 points, with anti-aliasing)
# Specifying other values will result in using the default (linear).
#resampler = linear
## rt-prio: (global)
# Sets real-time priority for the mixing thread. Not all drivers may use this
# (eg. PortAudio) as they already control the priority of the mixing thread.
# 0 and negative values will disable it. Note that this may constitute a
# security risk since a real-time priority thread can indefinitely block
# normal-priority threads if it fails to wait. As such, the default is
# disabled.
#rt-prio = 0
## sources:
# Sets the maximum number of allocatable sources. Lower values may help for
# systems with apps that try to play more sounds than the CPU can handle.
#sources = 256
## slots:
# Sets the maximum number of Auxiliary Effect Slots an app can create. A slot
# can use a non-negligible amount of CPU time if an effect is set on it even
# if no sources are feeding it, so this may help when apps use more than the
# system can handle.
#slots = 4
## sends:
# Sets the number of auxiliary sends per source. When not specified (default),
# it allows the app to request how many it wants. The maximum value currently
# possible is 4.
#sends =
## excludefx: (global)
# Sets which effects to exclude, preventing apps from using them. This can
# help for apps that try to use effects which are too CPU intensive for the
# system to handle. Available effects are: eaxreverb,reverb,chorus,compressor,
# distortion,echo,equalizer,flanger,modulator,dedicated
#excludefx =
## default-reverb: (global)
# A reverb preset that applies by default to all sources on send 0
# (applications that set their own slots on send 0 will override this).
# Available presets are: None, Generic, PaddedCell, Room, Bathroom,
# Livingroom, Stoneroom, Auditorium, ConcertHall, Cave, Arena, Hangar,
# CarpetedHallway, Hallway, StoneCorridor, Alley, Forest, City, Moutains,
# Quarry, Plain, ParkingLot, SewerPipe, Underwater, Drugged, Dizzy, Psychotic.
#default-reverb =
## trap-alc-error: (global)
# Generates a SIGTRAP signal when an ALC device error is generated, on systems
# that support it. This helps when debugging, while trying to find the cause
# of a device error. On Windows, a breakpoint exception is generated.
#trap-alc-error = false
## trap-al-error: (global)
# Generates a SIGTRAP signal when an AL context error is generated, on systems
# that support it. This helps when debugging, while trying to find the cause
# of a context error. On Windows, a breakpoint exception is generated.
#trap-al-error = false
##
## Reverb effect stuff (includes EAX reverb)
##
[reverb]
## boost: (global)
# A global amplification for reverb output, expressed in decibels. The value
# is logarithmic, so +6 will be a scale of (approximately) 2x, +12 will be a
# scale of 4x, etc. Similarly, -6 will be about half, and -12 about 1/4th. A
# value of 0 means no change.
#boost = 0
## emulate-eax: (global)
# Allows the standard reverb effect to be used in place of EAX reverb. EAX
# reverb processing is a bit more CPU intensive than standard, so this option
# allows a simpler effect to be used at the loss of some quality.
#emulate-eax = false
##
## PulseAudio backend stuff
##
[pulse]
## spawn-server: (global)
# Attempts to autospawn a PulseAudio server whenever needed (initializing the
# backend, enumerating devices, etc). Setting autospawn to false in Pulse's
# client.conf will still prevent autospawning even if this is set to true.
#spawn-server = true
## allow-moves: (global)
# Allows PulseAudio to move active streams to different devices. Note that the
# device specifier (seen by applications) will not be updated when this
# occurs, and neither will the AL device configuration (sample rate, format,
# etc).
#allow-moves = false
## fix-rate:
# Specifies whether to match the playback stream's sample rate to the device's
# sample rate. Enabling this forces OpenAL Soft to mix sources and effects
# directly to the actual output rate, avoiding a second resample pass by the
# PulseAudio server.
#fix-rate = false
##
## ALSA backend stuff
##
[alsa]
## device: (global)
# Sets the device name for the default playback device.
#device = default
## device-prefix: (global)
# Sets the prefix used by the discovered (non-default) playback devices. This
# will be appended with "CARD=c,DEV=d", where c is the card id and d is the
# device index for the requested device name.
#device-prefix = plughw:
## device-prefix-*: (global)
# Card- and device-specific prefixes may be used to override the device-prefix
# option. The option may specify the card id (eg, device-prefix-NVidia), or
# the card id and device index (eg, device-prefix-NVidia-0). The card id is
# case-sensitive.
#device-prefix- =
## capture: (global)
# Sets the device name for the default capture device.
#capture = default
## capture-prefix: (global)
# Sets the prefix used by the discovered (non-default) capture devices. This
# will be appended with "CARD=c,DEV=d", where c is the card id and d is the
# device number for the requested device name.
#capture-prefix = plughw:
## capture-prefix-*: (global)
# Card- and device-specific prefixes may be used to override the
# capture-prefix option. The option may specify the card id (eg,
# capture-prefix-NVidia), or the card id and device index (eg,
# capture-prefix-NVidia-0). The card id is case-sensitive.
#capture-prefix- =
## mmap:
# Sets whether to try using mmap mode (helps reduce latencies and CPU
# consumption). If mmap isn't available, it will automatically fall back to
# non-mmap mode. True, yes, on, and non-0 values will attempt to use mmap. 0
# and anything else will force mmap off.
#mmap = true
## allow-resampler:
# Specifies whether to allow ALSA's built-in resampler. Enabling this will
# allow the playback device to be set to a different sample rate than the
# actual output, causing ALSA to apply its own resampling pass after OpenAL
# Soft resamples and mixes the sources and effects for output.
#allow-resampler = false
##
## OSS backend stuff
##
[oss]
## device: (global)
# Sets the device name for OSS output.
#device = /dev/dsp
## capture: (global)
# Sets the device name for OSS capture.
#capture = /dev/dsp
##
## Solaris backend stuff
##
[solaris]
## device: (global)
# Sets the device name for Solaris output.
#device = /dev/audio
##
## QSA backend stuff
##
[qsa]
##
## JACK backend stuff
##
[jack]
## spawn-server: (global)
# Attempts to autospawn a JACK server whenever needed (initializing the
# backend, opening devices, etc).
#spawn-server = false
## buffer-size:
# Sets the update buffer size, in samples, that the backend will keep buffered
# to handle the server's real-time processing requests. This value must be a
# power of 2, or else it will be rounded up to the next power of 2. If it is
# less than JACK's buffer update size, it will be clamped. This option may
# be useful in case the server's update size is too small and doesn't give the
# mixer time to keep enough audio available for the processing requests.
#buffer-size = 0
##
## MMDevApi backend stuff
##
[mmdevapi]
##
## DirectSound backend stuff
##
[dsound]
##
## Windows Multimedia backend stuff
##
[winmm]
##
## PortAudio backend stuff
##
[port]
## device: (global)
# Sets the device index for output. Negative values will use the default as
# given by PortAudio itself.
#device = -1
## capture: (global)
# Sets the device index for capture. Negative values will use the default as
# given by PortAudio itself.
#capture = -1
##
## Wave File Writer stuff
##
[wave]
## file: (global)
# Sets the filename of the wave file to write to. An empty name prevents the
# backend from opening, even when explicitly requested.
# THIS WILL OVERWRITE EXISTING FILES WITHOUT QUESTION!
#file =
## bformat: (global)
# Creates AMB format files using first-order ambisonics instead of a standard
# single- or multi-channel .wav file.
#bformat = false
content of -> /etc/libao.conf :
default_driver=pulse,alsa
quiet
content of -> /etc/hosts.allow :
# /etc/hosts.allow: list of hosts that are allowed to access the system.
# See the manual pages hosts_access(5) and hosts_options(5).
#
# Example: ALL: LOCAL @some_netgroup
# ALL: .foobar.edu EXCEPT terminalserver.foobar.edu
#
# If you're going to protect the portmapper use the name "rpcbind" for the
# daemon name. See rpcbind(8) and rpc.mountd(8) for further information.
#
pulseaudio-native: ALL
content of -> /etc/pulse/daemon.conf
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
## more information. Default values are commented out. Use either ; or # for
## commenting.
; daemonize = no
; fail = yes
; allow-module-loading = yes
; allow-exit = yes
; use-pid-file = yes
; system-instance = no
; local-server-type = user
; enable-shm = yes
; enable-memfd = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
; lock-memory = no
; cpu-limit = no
; high-priority = yes
; nice-level = -11
; realtime-scheduling = yes
; realtime-priority = 5
; exit-idle-time = 20
; scache-idle-time = 20
; dl-search-path = (depends on architecture)
; load-default-script-file = yes
; default-script-file = /etc/pulse/default.pa
; log-target = auto
; log-level = notice
; log-meta = no
; log-time = no
; log-backtrace = 0
; resample-method = speex-float-1
; enable-remixing = yes
; enable-lfe-remixing = no
; lfe-crossover-freq = 0
flat-volumes = no
; rlimit-fsize = -1
; rlimit-data = -1
; rlimit-stack = -1
; rlimit-core = -1
; rlimit-as = -1
; rlimit-rss = -1
; rlimit-nproc = -1
; rlimit-nofile = 256
; rlimit-memlock = -1
; rlimit-locks = -1
; rlimit-sigpending = -1
; rlimit-msgqueue = -1
; rlimit-nice = 31
; rlimit-rtprio = 9
; rlimit-rttime = 200000
; default-sample-format = s16le
default-sample-rate = 48000
alternate-sample-rate = 44100
; default-sample-channels = 2
; default-channel-map = front-left,front-right
default-fragments = 8
default-fragment-size-msec = 5
; enable-deferred-volume = yes
; deferred-volume-safety-margin-usec = 8000
; deferred-volume-extra-delay-usec = 0
content of file -> /etc/pulse/default.pa
#!/usr/bin/pulseaudio -nF
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
# This startup script is used only if PulseAudio is started per-user
# (i.e. not in system mode)
.fail
### Automatically restore the volume of streams and devices
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore
### Automatically augment property information from .desktop files
### stored in /usr/share/application
load-module module-augment-properties
### Should be after module-*-restore but before module-*-detect
load-module module-switch-on-port-available
### Load audio drivers statically
### (it's probably better to not load these drivers manually, but instead
### use module-udev-detect -- see below -- for doing this automatically)
#load-module module-alsa-sink
#load-module module-alsa-source device=hw:1,0
#load-module module-oss device="/dev/dsp" sink_name=output source_name=input
#load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
#load-module module-null-sink
#load-module module-pipe-sink
### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect tsched=0
.else
### Use the static hardware detection module (for systems that lack udev support)
load-module module-detect
.endif
### Automatically connect sink and source if JACK server is present
.ifexists module-jackdbus-detect.so
.nofail
load-module module-jackdbus-detect channels=2
.fail
.endif
### Automatically load driver modules for Bluetooth hardware
.ifexists module-bluetooth-policy.so
load-module module-bluetooth-policy
.endif
.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif
### Load several protocols
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix
### Network access (may be configured with paprefs, so leave this commented
### here if you plan to use paprefs)
#load-module module-esound-protocol-tcp
#load-module module-native-protocol-tcp
#load-module module-zeroconf-publish
### Load the RTP receiver module (also configured via paprefs, see above)
#load-module module-rtp-recv
### Load the RTP sender module (also configured via paprefs, see above)
#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'"
#load-module module-rtp-send source=rtp.monitor
### Load additional modules from GConf settings. This can be configured with the paprefs tool.
### Please keep in mind that the modules configured by paprefs might conflict with manually
### loaded modules.
.ifexists module-gconf.so
.nofail
load-module module-gconf
.fail
.endif
### Automatically restore the default sink/source when changed by the user
### during runtime
### NOTE: This should be loaded as early as possible so that subsequent modules
### that look up the default sink/source get the right value
load-module module-default-device-restore
### Automatically move streams to the default sink if the sink they are
### connected to dies, similar for sources
load-module module-rescue-streams
### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink
### Honour intended role device property
load-module module-intended-roles
### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle
### If autoexit on idle is enabled we want to make sure we only quit
### when no local session needs us anymore.
.ifexists module-console-kit.so
load-module module-console-kit
.endif
.ifexists module-systemd-login.so
load-module module-systemd-login
.endif
### Enable positioned event sounds
load-module module-position-event-sounds
### Cork music/video streams when a phone stream is active
load-module module-role-cork
### Modules to allow autoloading of filters (such as echo cancellation)
### on demand. module-filter-heuristics tries to determine what filters
### make sense, and module-filter-apply does the heavy-lifting of
### loading modules and rerouting streams.
load-module module-filter-heuristics
load-module module-filter-apply
### Make some devices default
#set-default-sink output
#set-default-source input
load-module module-alsa-sink device=dmix
load-module module-alsa-source device=dsnoop
content of file -> "~/.asoundrc"
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
# Diviendo el sonido hacia las 4 Cornetas :
pcm.dshare {
type dmix
ipc_key 2048
slave {
pcm "hw:0"
rate 44100
period_time 0
period_size 1024
buffer_size 8192
channels 4
}
bindings {
0 0
1 1
2 2
3 3
}
}
pcm.frontx {
type plug
slave {
pcm "dshare"
channels 4
}
ttable.0.0 1
ttable.1.1 1
}
pcm.rearx {
type plug
slave {
pcm "dshare"
channels 4
}
ttable.0.2 1
ttable.1.3 1
}
4) checking if another applications are using the sound card, kill pulseaudio and start it :
fuser -v /dev/snd/*
Output :
USER PID ACCESS COMMAND
/dev/snd/pcmC0D0p: inukaze 27390 F...m pnmixer
/dev/snd/seq: inukaze 27601 f.... fluidsynth
now finish/kill the process and delete conflictive files:
killall -9 pnmixer fluidsynth pulseaudio
rm -rf ~/.pulse*
sudo rm -rf /tmp/pulse*
re/start the services and applications :
sudo service avahi-daemon restart
pax11publish
start-pulseaudio-x11
@inukaze . . . I'm curious how you got auto.mirror repos on an ascii install. deb.devuan.org is the default repo in ascii which mirrors pkgmaster.devuan.org
Please have a look at https://devuan.org/os/etc/apt/sources.list
The default file just had 1 working line specifying the "cdrom" because during the installation cannot detect the eth0 or wlan0 correctly, i had write manually the file of source.list
nameserver 1.1.1.1
and not just the IP address on its own. In some cases it has a line starting with domain and sometimes a line starting with search, and more ... see
$ man resolv.conf
for details.
i had a little mistake start with "nameserver" but i forgot wrote it xD
The original content was
nameserver 208.67.222.222
nameserver 207.67.220.220
Solving :
======================================================================
3) start the system and enter in the user account. after use su to access root account
echo "First edit the interfaces" file #NOTE : you can ignore this line
nano /etc/network/interfaces
Content :
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5)
source /etc/network/interfaces.d/*
# The loopback network interfaces
auto lo
iface lo inter loopback
# The primary network interface
auto eth0 # Manully added line by me
allow-hotplug eth0
iface eth0 inet dhcp
Save the changes and exit
echo "Edit the file resolv.conf" #NOTE : you can ignore this line
nano /etc/resolv.conf
Content :
nameserver 1.1.1.1
echo "Edit the file sources.list" #NOTE : you can ignore this line
nano /etc/apt/sources.list
Content :
# Inukaze, Version of Sources.list main file for Devuan ASCII :
# Binary Precompile Packages :
deb http://auto.mirror.devuan.org/merged/ ascii main contrib non-free # Applications
deb http://auto.mirror.devuan.org/merged/ ascii-security main contrib non-free # Security
deb http://auto.mirror.devuan.org/merged/ ascii-updates main contrib non-free # Updates
# Source Code Repository, in the case you want to use "apt-build"
deb-src http://auto.mirror.devuan.org/merged/ ascii main contrib non-free # Applications
deb-src http://auto.mirror.devuan.org/merged/ ascii-security main contrib non-free # Security
deb-src http://auto.mirror.devuan.org/merged/ ascii-updates main contrib non-free # Updates
echo "Restart the networking service" #NOTE : you can ignore this line
service networking restart
echo "Update & Upgrade the package of system" #NOTE : you can ignore this line
apt-get update ; apt-get -y upgrade
echo "Well i install the package i considere most essential for CLI distro" #NOTE : you can ignore this line
apt-get install -y \
mc \
joe \
gpm \
gksu \
sudo \
medit \
links2 \
libvte9 \
aptitude \
synaptic \
viewnior \
qpdfview \
automake \
galculator \
unrar-free \
libgksu2-dev \
intltool-debian \
build-essential \
xfce4-terminal \
libvte-common \
un{zip,ar,ace,shield} \
network-manager-gnome
======================================================================
2) Basically the distro don't install the package : xserver-xorg-video-intel (Really don't install any of this packages i don't understand why). after i install the packages of xserver-xorg-video (all basically)
i use
su -c "cd /etc/X11 ; links2 -g" root
i press "g" and enter in the address box : www.google.com, i click on the text area [you need gpm for enable mouse on tty] and search "Inukaze Github" and i download this file -> https://raw.githubusercontent.com/inuka … _Xorg.conf . saving as [Press F10 to open links2 menu] xorg.conf and after i restart the system, now i can reach the graphical system.
some component i installed show me the follow message :
W: Possible missing firmware /lib/firmware/rtl_nic/rt18107e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18107e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168h-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168h-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168g-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168g-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18106e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18106e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18411-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18411-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18402-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168f-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168f-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8105e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168e-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18168d-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rt18107d-1.fw for module r8169
======================================================================
1) Warning for the firmware -> rtlwifi/rtl8192cfw.bin
You Really need fix that packages for make a more complete installation than debian
Firmware solutions :
sudo apt-get install -y firmware-realtek
i don't understand why is not a dependency of the another packages show me the message "Possible missing firmware" if dont am wrong is "firmware-iwlwifi"
Hi there, right now i had try to install 2 times the "ISO Installer" via USB, of Devuan ASCII 64 Bit [Xfce Desktop]
Well the thing is
1) Warning for the firmware -> rtlwifi/rtl8192cfw.bin
2) When the installation is finished, distro don't startx.
Content of /var/log/Xorg.log.0 :
[ 3690.537]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[ 3690.537] X Protocol Version 11, Revision 0
[ 3690.537] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[ 3690.537] Current Operating System: Linux nicolas 4.9.0-6-amd64 #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) x86_64
[ 3690.537] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0-6-amd64 root=UUID=87276b9a-3fdd-42af-a971-d43ccbc1ff69 ro quiet
[ 3690.537] Build Date: 16 October 2017 08:19:45AM
[ 3690.537] xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support)
[ 3690.537] Current version of pixman: 0.34.0
[ 3690.538] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 3690.538] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3690.538] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 1 01:44:56 2019
[ 3690.539] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 3690.539] (==) No Layout section. Using the first Screen section.
[ 3690.539] (==) No screen section available. Using defaults.
[ 3690.539] (**) |-->Screen "Default Screen Section" (0)
[ 3690.539] (**) | |-->Monitor "<default monitor>"
[ 3690.541] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 3690.541] (==) Automatically adding devices
[ 3690.541] (==) Automatically enabling devices
[ 3690.541] (==) Automatically adding GPU devices
[ 3690.541] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 3690.541] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 3690.541] Entry deleted from font path.
[ 3690.541] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 3690.541] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 3690.541] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 3690.541] (II) Loader magic: 0x55694a632e00
[ 3690.542] (II) Module ABI versions:
[ 3690.542] X.Org ANSI C Emulation: 0.4
[ 3690.542] X.Org Video Driver: 23.0
[ 3690.542] X.Org XInput driver : 24.1
[ 3690.542] X.Org Server Extension : 10.0
[ 3690.546] (++) using VT number 7
[ 3690.546] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 3690.547] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 3690.560] (--) PCI:*(0:0:2:0) 8086:a011:1019:997a rev 0, Mem @ 0xf0200000/524288, 0xd0000000/268435456, 0xf0000000/1048576, I/O @ 0x000018d0/8, BIOS @ 0x????????/131072
[ 3690.560] (--) PCI: (0:0:2:1) 8086:a012:1019:997a rev 0, Mem @ 0xf0280000/524288
[ 3690.560] (II) LoadModule: "glx"
[ 3690.561] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 3690.567] (II) Module glx: vendor="X.Org Foundation"
[ 3690.567] compiled for 1.19.2, module version = 1.0.0
[ 3690.567] ABI class: X.Org Server Extension, version 10.0
[ 3690.567] (==) Matched intel as autoconfigured driver 0
[ 3690.567] (==) Matched intel as autoconfigured driver 1
[ 3690.567] (==) Matched modesetting as autoconfigured driver 2
[ 3690.567] (==) Matched fbdev as autoconfigured driver 3
[ 3690.567] (==) Matched vesa as autoconfigured driver 4
[ 3690.567] (==) Assigned the driver to the xf86ConfigLayout
[ 3690.567] (II) LoadModule: "intel"
[ 3690.568] (WW) Warning, couldn't open module intel
[ 3690.568] (II) UnloadModule: "intel"
[ 3690.568] (II) Unloading intel
[ 3690.568] (EE) Failed to load module "intel" (module does not exist, 0)
[ 3690.568] (II) LoadModule: "modesetting"
[ 3690.569] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 3690.569] (II) Module modesetting: vendor="X.Org Foundation"
[ 3690.569] compiled for 1.19.2, module version = 1.19.2
[ 3690.569] Module class: X.Org Video Driver
[ 3690.569] ABI class: X.Org Video Driver, version 23.0
[ 3690.570] (II) LoadModule: "fbdev"
[ 3690.570] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 3690.570] (II) Module fbdev: vendor="X.Org Foundation"
[ 3690.570] compiled for 1.19.0, module version = 0.4.4
[ 3690.570] Module class: X.Org Video Driver
[ 3690.570] ABI class: X.Org Video Driver, version 23.0
[ 3690.570] (II) LoadModule: "vesa"
[ 3690.571] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 3690.571] (II) Module vesa: vendor="X.Org Foundation"
[ 3690.571] compiled for 1.19.0, module version = 2.3.4
[ 3690.571] Module class: X.Org Video Driver
[ 3690.571] ABI class: X.Org Video Driver, version 23.0
[ 3690.571] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 3690.572] (II) FBDEV: driver for framebuffer: fbdev
[ 3690.572] (II) VESA: driver for VESA chipsets: vesa
[ 3690.590] (II) modeset(0): using drv /dev/dri/card0
[ 3690.590] (WW) Falling back to old probe method for fbdev
[ 3690.590] (II) Loading sub module "fbdevhw"
[ 3690.590] (II) LoadModule: "fbdevhw"
[ 3690.591] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 3690.591] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 3690.591] compiled for 1.19.2, module version = 0.0.2
[ 3690.592] ABI class: X.Org Video Driver, version 23.0
[ 3690.592] (WW) Falling back to old probe method for vesa
[ 3690.592] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 3690.592] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 3690.593] (==) modeset(0): RGB weight 888
[ 3690.593] (==) modeset(0): Default visual is TrueColor
[ 3690.593] (II) Loading sub module "glamoregl"
[ 3690.593] (II) LoadModule: "glamoregl"
[ 3690.593] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 3690.627] (II) Module glamoregl: vendor="X.Org Foundation"
[ 3690.627] compiled for 1.19.2, module version = 1.0.0
[ 3690.627] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3690.627] (II) glamor: OpenGL accelerated X.org driver based.
[ 3690.665] (II) glamor: EGL version 1.4 (DRI2):
[ 3690.676] (II) modeset(0): glamor initialized
[ 3690.676] (II) modeset(0): Output LVDS-1 has no monitor section
[ 3690.695] (II) modeset(0): Output VGA-1 has no monitor section
[ 3690.696] (II) modeset(0): EDID for output LVDS-1
[ 3690.696] (II) modeset(0): Manufacturer: SEC Model: 3030 Serial#: 0
[ 3690.696] (II) modeset(0): Year: 2011 Week: 0
[ 3690.696] (II) modeset(0): EDID Version: 1.3
[ 3690.696] (II) modeset(0): Digital Display Input
[ 3690.696] (II) modeset(0): Max Image Size [cm]: horiz.: 22 vert.: 13
[ 3690.696] (II) modeset(0): Gamma: 2.20
[ 3690.697] (II) modeset(0): No DPMS capabilities specified
[ 3690.697] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 3690.697] (II) modeset(0): First detailed timing is preferred mode
[ 3690.697] (II) modeset(0): redX: 0.579 redY: 0.355 greenX: 0.338 greenY: 0.561
[ 3690.697] (II) modeset(0): blueX: 0.161 blueY: 0.129 whiteX: 0.313 whiteY: 0.329
[ 3690.697] (II) modeset(0): Manufacturer's mask: 0
[ 3690.697] (II) modeset(0): Supported detailed timing:
[ 3690.697] (II) modeset(0): clock: 54.2 MHz Image Size: 223 x 125 mm
[ 3690.697] (II) modeset(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
[ 3690.697] (II) modeset(0): v_active: 600 v_sync: 603 v_sync_end 609 v_blanking: 670 v_border: 0
[ 3690.697] (II) modeset(0): Unknown vendor-specific block f
[ 3690.697] (II) modeset(0): SAMSUNG
[ 3690.697] (II) modeset(0): LTN101NT07901
[ 3690.697] (II) modeset(0): EDID (in hex):
[ 3690.698] (II) modeset(0): 00ffffffffffff004ca3303000000000
[ 3690.698] (II) modeset(0): 0015010380160d780a4a45945b568f29
[ 3690.698] (II) modeset(0): 21505400000001010101010101010101
[ 3690.698] (II) modeset(0): 0101010101012c150040415846201888
[ 3690.698] (II) modeset(0): 3600df7d000000190000000f00000000
[ 3690.698] (II) modeset(0): 00000000002387026400000000fe0053
[ 3690.698] (II) modeset(0): 414d53554e470a2020202020000000fe
[ 3690.698] (II) modeset(0): 004c544e3130314e5430373930310047
[ 3690.699] (II) modeset(0): Printing probed modes for output LVDS-1
[ 3690.699] (II) modeset(0): Modeline "1024x600"x60.2 54.20 1024 1048 1184 1344 600 603 609 670 -hsync -vsync (40.3 kHz eP)
[ 3690.699] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 3690.699] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 3690.699] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 3690.700] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 3690.700] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 3690.700] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 3690.700] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 3690.700] (II) modeset(0): Modeline "800x512"x120.3 51.56 800 800 828 832 512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[ 3690.700] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 3690.700] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 3690.700] (II) modeset(0): Modeline "720x450"x119.8 53.25 720 760 836 952 450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[ 3690.700] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 3690.700] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 3690.700] (II) modeset(0): Modeline "680x384"x119.6 42.38 680 716 784 888 384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[ 3690.701] (II) modeset(0): Modeline "680x384"x119.9 36.00 680 704 720 760 384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[ 3690.701] (II) modeset(0): Modeline "576x432"x120.1 40.81 576 608 668 760 432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[ 3690.701] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 3690.701] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 3690.701] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 3690.701] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 3690.720] (II) modeset(0): EDID for output VGA-1
[ 3690.720] (II) modeset(0): Output LVDS-1 connected
[ 3690.720] (II) modeset(0): Output VGA-1 disconnected
[ 3690.720] (II) modeset(0): Using exact sizes for initial modes
[ 3690.720] (II) modeset(0): Output LVDS-1 using initial mode 1024x600 +0+0
[ 3690.721] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 3690.721] (==) modeset(0): DPI set to (96, 96)
[ 3690.721] (II) Loading sub module "fb"
[ 3690.721] (II) LoadModule: "fb"
[ 3690.721] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 3690.722] (II) Module fb: vendor="X.Org Foundation"
[ 3690.722] compiled for 1.19.2, module version = 1.0.0
[ 3690.722] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3690.722] (II) UnloadModule: "fbdev"
[ 3690.723] (II) Unloading fbdev
[ 3690.723] (II) UnloadSubModule: "fbdevhw"
[ 3690.723] (II) Unloading fbdevhw
[ 3690.723] (II) UnloadModule: "vesa"
[ 3690.723] (II) Unloading vesa
[ 3690.723] (==) Depth 24 pixmap format is 32 bpp
[ 3690.725] (WW) glamor requires at least 128 instructions (64 reported)
[ 3690.725] (EE) modeset(0): Failed to initialize glamor at ScreenInit() time.
[ 3690.725] (EE)
Fatal server error:
[ 3690.725] (EE) AddScreen/ScreenInit failed for driver 0
[ 3690.725] (EE)
[ 3690.725] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 3690.725] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 3690.725] (EE)
[ 3690.758] (EE) Server terminated with error (1). Closing log file.
3) I got my local ip 192.168.1.4 on the machine but i can't connect to internet i can't do "apt-get update" because evers fails.
[i notice this from Devuan Jessie installation, right now i notice my sugesttions for solve this erros, just was be ignored]
i found a solution for the virtualbox thing, is very simple for me :
sudo /sbin/vboxconfig
sudo nano /etc/modules
(Add to the end of the file the follow lines) :
#VirtualBox :
# /sbin/vboxconfig , generate this file -> /lib/modules/4.9.0-8-amd64/misc/vboxnetflt.ko but is not autoloaded during boot
vboxnetflt
On my case the file of kernel module /lib/modules/4.9.0-8-amd64/misc/vboxnetflt.ko is not loaded during boot, and because of that, show me the error
Failed to open/create the internal network 'HostInterfaceNetworking-eth0' (VERR_SUPDRV_COMPONENT_NOT_FOUND).
Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND).
One of the kernel modules was not successfully loaded. Make sure that no kernel modules from an older version of VirtualBox exist. Then try to recompile and reload the kernel modules by executing '/sbin/vboxconfig' as root (VERR_SUPDRV_COMPONENT_NOT_FOUND).
sudo su ; apt-get purge -y timidity* fluidsynth* ; apt-get clean ; apt-get autoremove
killall -9 pulseaudio
sudo rm -rf /tmp/pulse-* ~/.esd_auth ~/.config/pulse ~/.pulse ~/.pulse-cookie
sudo apt-get -y install paman paprefs pavucontrol pavumeter pulseaudio-module-zeroconf
sudo nano /etc/pulse/default.pa
and i go to the end and add this lines :
#Inukaze :
load-module module-alsa-sink device=dmix
load-module module-alsa-source device=dsnoop
sudo nano /etc/modprobe.d/sound.conf
Content :
options snd-pcsp index=-2
alias snd-card-0 snd_ens1371
alias sound-slot-0 snd_ens1371
options snd_ens1371 model=3stack-6ch
options snd_ens1371 enable_msi=1
sudo rm -rf /etc/asound.conf $HOME/.asoundrc
sudo nano $HOME/.asoundrc
Content :
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
# Diviendo el sonido hacia las 4 Cornetas :
pcm.dshare {
type dmix
ipc_key 2048
slave {
pcm "hw:0"
rate 44100
period_time 0
period_size 1024
buffer_size 8192
channels 4
}
bindings {
0 0
1 1
2 2
3 3
}
}
pcm.frontx {
type plug
slave {
pcm "dshare"
channels 4
}
ttable.0.0 1
ttable.1.1 1
}
pcm.rearx {
type plug
slave {
pcm "dshare"
channels 4
}
ttable.0.2 1
ttable.1.3 1
}
Execute commands :
pax11publish
pulseaudio -D
Well right now the name of sound card appears on pavucontrol, but not appear any card on configuration, i think i must restart first
Well i had restart, and no make diferences. but now is working, but don't show any card on configuration tab
i dont know why this outputs :
pacmd list-cards
0 card(s) available.
pacmd list-sinks
1 sink(s) available.
* index: 1
name: <alsa_output.dmix>
driver: <module-alsa-sink.c>
flags: HARDWARE DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
state: SUSPENDED
suspend cause: IDLE
priority: 9050
volume: front-left: 65536 / 100% / 0,00 dB, front-right: 65536 / 100% / 0,00 dB
balance 0,00
base volume: 65536 / 100% / 0,00 dB
volume steps: 65537
muted: no
current latency: 0,00 ms
max request: 0 KiB
max rewind: 0 KiB
monitor source: 1
sample spec: s16le 2ch 48000Hz
channel map: front-left,front-right
Estéreo
used by: 0
linked by: 0
configured latency: 0,00 ms; range is 0,50 .. 341,33 ms
module: 24
properties:
alsa.resolution_bits = "16"
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "ES1371 DAC2/ADC"
alsa.id = "ES1371/1"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "0"
alsa.card_name = "Ensoniq AudioPCI"
alsa.long_card_name = "Ensoniq AudioPCI ENS1371 at 0xdc00, irq 19"
alsa.driver_name = "snd_ens1371"
device.bus_path = "pci-0000:01:06.0"
sysfs.path = "/devices/pci0000:00/0000:00:04.0/0000:01:06.0/sound/card0"
device.bus = "pci"
device.vendor.id = "1274"
device.vendor.name = "Ensoniq"
device.product.id = "1371"
device.product.name = "ES1371/ES1373 / Creative Labs CT2518 (Audio PCI 64V/128/5200 / Creative CT4810/CT5803/CT5806 [Sound Blaster PCI])"
device.string = "dmix"
device.buffering.buffer_size = "65536"
device.buffering.fragment_size = "4096"
device.access_mode = "mmap+timer"
device.description = "ES1371/ES1373 / Creative Labs CT2518 (Audio PCI 64V/128/5200 / Creative CT4810/CT5803/CT5806 [Sound Blaster PCI])"
device.icon_name = "audio-card-pci"
pacmd list-sink-inputs
0 sink input(s) available.
Someone had idea how i can fix this problems :
pulseaudio --kill ; pulseaudio
E: [pulseaudio] socket-server.c: socket(PF_INET6): Esta familia de direcciones no está soportada por el protocolo
E: [pulseaudio] ltdl-bind-now.c: Failed to open module module-esound-protocol-tcp.so: module-esound-protocol-tcp.so: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
E: [pulseaudio] module.c: Failed to open module "module-esound-protocol-tcp".
E: [pulseaudio] module-gconf.c: pa_module_load() failed
E: [pulseaudio] ltdl-bind-now.c: Failed to open module module-raop-discover.so: module-raop-discover.so: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
E: [pulseaudio] module.c: Failed to open module "module-raop-discover".
E: [pulseaudio] module-gconf.c: pa_module_load() failed
E: [avahi-ml] module-zeroconf-publish.c: Failed to send: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.hostname1 was not provided by any .service files
i edited the default.pa (again)
sudo /etc/pulse/default.pa
i change the line from
load-module module-udev-detect
to :
load-module module-udev-detect tsched=0
$ killall -9 pulseaudio
$ start-pulseaudio-x11
Pavucontrol i just have "Dummy Output" not my sound card ¬¬
well trying to solve it :
$ sudo gpasswd -a $USER audio
sudo apt-get purge -y paprefs pulseaudio-module-raop pulseaudio-module-zeroconf libcanberra-pulse* pulseaudio* pulseaudio-esound-compat* pulseaudio-module-gconf* pulseaudio-module-jack*
sudo rm -r /tmp/pulse-* /etc/pulse/client.conf ~/.esd_auth ~/.config/pulse
$ start-pulseaudio-x11
Error en la conexión: Conexión negada
pa_context_connect() falló: Conexión negada
$ pulseaudio
E: [pulseaudio] socket-server.c: bind(): La dirección ya se está usando
E: [pulseaudio] module.c: Failed to load module "module-esound-protocol-unix" (argument: ""): initialization failed.
E: [pulseaudio] main.c: Module load failed.
E: [pulseaudio] main.c: Fallo al intentar iniciar el demonio.
$ sudo nano /etc/pulse/default.pa #Commented the line -> load-module module-esound-protocol-unix
$ pulseaudio
E: [pulseaudio] ltdl-bind-now.c: Failed to open module module-zeroconf-publish.so: module-zeroconf-publish.so: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
E: [pulseaudio] module.c: Failed to open module "module-zeroconf-publish".
E: [pulseaudio] module-gconf.c: pa_module_load() failed
E: [pulseaudio] ltdl-bind-now.c: Failed to open module module-zeroconf-discover.so: module-zeroconf-discover.so: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
E: [pulseaudio] module.c: Failed to open module "module-zeroconf-discover".
E: [pulseaudio] module-gconf.c: pa_module_load() failed
E: [pulseaudio] ltdl-bind-now.c: Failed to open module module-raop-discover.so: module-raop-discover.so: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
E: [pulseaudio] module.c: Failed to open module "module-raop-discover".
E: [pulseaudio] module-gconf.c: pa_module_load() failed
E: [pulseaudio] main.c: D-Bus name org.PulseAudio1 already taken.
$ sudo apt-get install -y pulseaudio-module-raop
$ pulseaudio
E: [avahi-ml] module-zeroconf-publish.c: Failed to send: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.hostname1 was not provided by any .service files
E: [pulseaudio] main.c: D-Bus name org.PulseAudio1 already taken.
$ sudo service avahi-daemon stop
[ ok ] Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon.
$ pulseaudio
E: [pulseaudio] main.c: D-Bus name org.PulseAudio1 already taken.
$ pulseaudio -vvv
I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operación no permitida
D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
D: [pulseaudio] core-util.c: RealtimeKit worked.
I: [pulseaudio] core-util.c: Successfully gained nice level -11.
I: [pulseaudio] main.c: This is PulseAudio 10.0
D: [pulseaudio] main.c: Compilation host: x86_64-pc-linux-gnu
D: [pulseaudio] main.c: Compilation CFLAGS: -g -O2 -fdebug-prefix-map=/build/pulseaudio-ZMrhzG/pulseaudio-10.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -fno-common -fdiagnostics-show-option -fdiagnostics-color=auto
D: [pulseaudio] main.c: Running on host: Linux x86_64 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3 (2019-02-02)
D: [pulseaudio] main.c: Found 2 CPUs.
I: [pulseaudio] main.c: Page size is 4096 bytes
D: [pulseaudio] main.c: Compiled with Valgrind support: no
D: [pulseaudio] main.c: Running in valgrind mode: no
D: [pulseaudio] main.c: Running in VM: no
D: [pulseaudio] main.c: Optimized build: yes
D: [pulseaudio] main.c: FASTPATH defined, only fast path asserts disabled.
I: [pulseaudio] main.c: Machine ID is 7ed0846550a954a18024d71d5a738d95.
I: [pulseaudio] main.c: Using runtime directory /home/inukaze/.config/pulse/7ed0846550a954a18024d71d5a738d95-runtime.
I: [pulseaudio] main.c: Using state directory /home/inukaze/.config/pulse.
I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-10.0/modules.
I: [pulseaudio] main.c: Running in system mode: no
I: [pulseaudio] main.c: System supports high resolution timers
D: [pulseaudio] memblock.c: Using shared memfd memory pool with 1024 slots of size 64,0 KiB each, total size is 64,0 MiB, maximum usable slot size is 65472
I: [pulseaudio] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 MMXEXT 3DNOW 3DNOWEXT
I: [pulseaudio] svolume_mmx.c: Initialising MMX optimized volume functions.
I: [pulseaudio] remap_mmx.c: Initialising MMX optimized remappers.
I: [pulseaudio] svolume_sse.c: Initialising SSE2 optimized volume functions.
I: [pulseaudio] remap_sse.c: Initialising SSE2 optimized remappers.
I: [pulseaudio] sconv_sse.c: Initialising SSE2 optimized conversions.
I: [pulseaudio] svolume_orc.c: Initialising ORC optimized volume functions.
D: [pulseaudio] database-tdb.c: Opened TDB database '/home/inukaze/.config/pulse/7ed0846550a954a18024d71d5a738d95-device-volumes.tdb'
I: [pulseaudio] module-device-restore.c: Successfully opened database file '/home/inukaze/.config/pulse/7ed0846550a954a18024d71d5a738d95-device-volumes'.
I: [pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
D: [pulseaudio] database-tdb.c: Opened TDB database '/home/inukaze/.config/pulse/7ed0846550a954a18024d71d5a738d95-stream-volumes.tdb'
I: [pulseaudio] module-stream-restore.c: Successfully opened database file '/home/inukaze/.config/pulse/7ed0846550a954a18024d71d5a738d95-stream-volumes'.
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1 added for object /org/pulseaudio/stream_restore1
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry0
I: [pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: "").
D: [pulseaudio] database-tdb.c: Opened TDB database '/home/inukaze/.config/pulse/7ed0846550a954a18024d71d5a738d95-card-database.tdb'
I: [pulseaudio] module-card-restore.c: Successfully opened database file '/home/inukaze/.config/pulse/7ed0846550a954a18024d71d5a738d95-card-database'.
I: [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
I: [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
I: [pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #4; argument: "").
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-10.0/modules/module-udev-detect.so': success
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:04.0/0000:01:06.0/sound/card0 is busy: yes
I: [pulseaudio] module-udev-detect.c: Found 1 cards.
I: [pulseaudio] module.c: Loaded "module-udev-detect" (index: #5; argument: "").
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-10.0/modules/module-jackdbus-detect.so': success
D: [pulseaudio] dbus-util.c: Successfully connected to D-Bus session bus 973bc92532c3aa8b577497be5c6b36f2 as :1.157
D: [pulseaudio] module-jackdbus-detect.c: jackdbus isn't running.
I: [pulseaudio] module.c: Loaded "module-jackdbus-detect" (index: #6; argument: "channels=2").
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-10.0/modules/module-bluetooth-policy.so': failure
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-10.0/modules/module-bluetooth-discover.so': failure
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-10.0/modules/module-esound-protocol-unix.so': success
I: [pulseaudio] module.c: Loaded "module-native-protocol-unix" (index: #7; argument: "").
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-10.0/modules/module-gconf.so': success
D: [pulseaudio] module-gconf.c: Loading module 'module-native-protocol-tcp' with args 'auth-anonymous=1' due to GConf configuration.
I: [pulseaudio] module.c: Loaded "module-native-protocol-tcp" (index: #9; argument: "auth-anonymous=1").
D: [pulseaudio] module-gconf.c: Loading module 'module-esound-protocol-tcp' with args 'auth-anonymous=1' due to GConf configuration.
I: [pulseaudio] module.c: Loaded "module-esound-protocol-tcp" (index: #10; argument: "auth-anonymous=1").
D: [pulseaudio] module-gconf.c: Loading module 'module-zeroconf-publish' with args '' due to GConf configuration.
I: [pulseaudio] module.c: Loaded "module-zeroconf-publish" (index: #11; argument: "").
D: [pulseaudio] module-gconf.c: Loading module 'module-zeroconf-discover' with args '' due to GConf configuration.
D: [avahi-ml] module-zeroconf-publish.c: Started Avahi threaded mainloop
I: [pulseaudio] module.c: Loaded "module-zeroconf-discover" (index: #12; argument: "").
D: [pulseaudio] module-gconf.c: Loading module 'module-raop-discover' with args '' due to GConf configuration.
I: [pulseaudio] module.c: Loaded "module-raop-discover" (index: #13; argument: "").
D: [pulseaudio] module-gconf.c: Loading module 'module-rtp-recv' with args '' due to GConf configuration.
I: [pulseaudio] module.c: Loaded "module-rtp-recv" (index: #14; argument: "").
I: [pulseaudio] module.c: Loaded "module-gconf" (index: #8; argument: "").
I: [pulseaudio] module-default-device-restore.c: Saved default sink 'auto_null' not existent, not restoring default sink setting.
I: [pulseaudio] module-default-device-restore.c: Saved default source 'auto_null.monitor' not existent, not restoring default source setting.
I: [pulseaudio] module.c: Loaded "module-default-device-restore" (index: #15; argument: "").
I: [pulseaudio] module.c: Loaded "module-rescue-streams" (index: #16; argument: "").
D: [pulseaudio] module-always-sink.c: Autoloading null-sink as no other sinks detected.
I: [pulseaudio] sink.c: Created sink 0 "auto_null" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
I: [pulseaudio] sink.c: device.description = "Salida Boba"
I: [pulseaudio] sink.c: device.class = "abstract"
I: [pulseaudio] sink.c: device.icon_name = "audio-card"
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
I: [pulseaudio] source.c: Created source 0 "auto_null.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
I: [pulseaudio] source.c: device.description = "Monitor of Salida Boba"
I: [pulseaudio] source.c: device.class = "monitor"
I: [pulseaudio] source.c: device.icon_name = "audio-input-microphone"
D: [null-sink] module-null-sink.c: Thread starting up
D: [pulseaudio] module-device-restore.c: Could not set format on sink auto_null
I: [pulseaudio] module.c: Loaded "module-null-sink" (index: #18; argument: "sink_name=auto_null sink_properties='device.description="Salida Boba"'").
I: [pulseaudio] module.c: Loaded "module-always-sink" (index: #17; argument: "").
I: [pulseaudio] module.c: Loaded "module-intended-roles" (index: #19; argument: "").
D: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
I: [pulseaudio] module.c: Loaded "module-suspend-on-idle" (index: #20; argument: "").
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-10.0/modules/module-console-kit.so': success
D: [pulseaudio] dbus-util.c: Successfully connected to D-Bus system bus 2f6cf63750b68a252471f41c5c6b36b3 as :1.155
I: [pulseaudio] client.c: Created 0 "ConsoleKit Session /org/freedesktop/ConsoleKit/Session1"
D: [pulseaudio] module-console-kit.c: Added new session /org/freedesktop/ConsoleKit/Session1
I: [pulseaudio] module.c: Loaded "module-console-kit" (index: #21; argument: "").
D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-10.0/modules/module-systemd-login.so': success
I: [pulseaudio] module.c: Loaded "module-systemd-login" (index: #22; argument: "").
I: [pulseaudio] module.c: Loaded "module-position-event-sounds" (index: #23; argument: "").
D: [pulseaudio] stream-interaction.c: Using role 'phone' as trigger role.
D: [pulseaudio] stream-interaction.c: Using roles 'music' and 'video' as cork roles.
I: [pulseaudio] module.c: Loaded "module-role-cork" (index: #24; argument: "").
I: [pulseaudio] module.c: Loaded "module-filter-heuristics" (index: #25; argument: "").
I: [pulseaudio] module.c: Loaded "module-filter-apply" (index: #26; argument: "").
E: [pulseaudio] main.c: D-Bus name org.PulseAudio1 already taken.
I: [pulseaudio] module.c: Unloading "module-filter-apply" (index: #26).
I: [pulseaudio] module.c: Unloaded "module-filter-apply" (index: #26).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-filter-heuristics" (index: #25).
I: [pulseaudio] module.c: Unloaded "module-filter-heuristics" (index: #25).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-role-cork" (index: #24).
I: [pulseaudio] module.c: Unloaded "module-role-cork" (index: #24).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-position-event-sounds" (index: #23).
I: [pulseaudio] module.c: Unloaded "module-position-event-sounds" (index: #23).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-systemd-login" (index: #22).
I: [pulseaudio] module.c: Unloaded "module-systemd-login" (index: #22).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-console-kit" (index: #21).
D: [pulseaudio] module-console-kit.c: Removing session /org/freedesktop/ConsoleKit/Session1
I: [pulseaudio] client.c: Freed 0 "ConsoleKit Session /org/freedesktop/ConsoleKit/Session1"
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloaded "module-console-kit" (index: #21).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-suspend-on-idle" (index: #20).
I: [pulseaudio] module.c: Unloaded "module-suspend-on-idle" (index: #20).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-intended-roles" (index: #19).
I: [pulseaudio] module.c: Unloaded "module-intended-roles" (index: #19).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-null-sink" (index: #18).
D: [pulseaudio] module-always-sink.c: Autoloaded null-sink removed
D: [pulseaudio] module-rescue-streams.c: No sink inputs to move away.
D: [pulseaudio] module-rescue-streams.c: No source outputs to move away.
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
D: [null-sink] module-null-sink.c: Thread shutting down
I: [pulseaudio] sink.c: Freeing sink 0 "auto_null"
I: [pulseaudio] source.c: Freeing source 0 "auto_null.monitor"
I: [pulseaudio] module.c: Unloaded "module-null-sink" (index: #18).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-always-sink" (index: #17).
I: [pulseaudio] module.c: Unloaded "module-always-sink" (index: #17).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-rescue-streams" (index: #16).
I: [pulseaudio] module.c: Unloaded "module-rescue-streams" (index: #16).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-default-device-restore" (index: #15).
I: [pulseaudio] module.c: Unloaded "module-default-device-restore" (index: #15).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-rtp-recv" (index: #14).
I: [pulseaudio] module.c: Unloaded "module-rtp-recv" (index: #14).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-raop-discover" (index: #13).
I: [pulseaudio] module.c: Unloaded "module-raop-discover" (index: #13).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-zeroconf-discover" (index: #12).
I: [pulseaudio] module.c: Unloaded "module-zeroconf-discover" (index: #12).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-zeroconf-publish" (index: #11).
I: [pulseaudio] module.c: Unloaded "module-zeroconf-publish" (index: #11).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-esound-protocol-tcp" (index: #10).
I: [pulseaudio] module.c: Unloaded "module-esound-protocol-tcp" (index: #10).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-native-protocol-tcp" (index: #9).
I: [pulseaudio] module.c: Unloaded "module-native-protocol-tcp" (index: #9).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-gconf" (index: #8).
D: [pulseaudio] module-gconf.c: Unloading module #9
D: [pulseaudio] module-gconf.c: Unloading module #10
D: [pulseaudio] module-gconf.c: Unloading module #11
D: [pulseaudio] module-gconf.c: Unloading module #12
D: [pulseaudio] module-gconf.c: Unloading module #13
D: [pulseaudio] module-gconf.c: Unloading module #14
I: [pulseaudio] module.c: Unloaded "module-gconf" (index: #8).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-native-protocol-unix" (index: #7).
I: [pulseaudio] module.c: Unloaded "module-native-protocol-unix" (index: #7).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-jackdbus-detect" (index: #6).
I: [pulseaudio] module.c: Unloaded "module-jackdbus-detect" (index: #6).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-udev-detect" (index: #5).
I: [pulseaudio] module.c: Unloaded "module-udev-detect" (index: #5).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-switch-on-port-available" (index: #4).
I: [pulseaudio] module.c: Unloaded "module-switch-on-port-available" (index: #4).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-augment-properties" (index: #3).
I: [pulseaudio] module.c: Unloaded "module-augment-properties" (index: #3).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-card-restore" (index: #2).
I: [pulseaudio] module.c: Unloaded "module-card-restore" (index: #2).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-stream-restore" (index: #1).
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1 removed from object /org/pulseaudio/stream_restore1
D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry0
I: [pulseaudio] module.c: Unloaded "module-stream-restore" (index: #1).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] module.c: Unloading "module-device-restore" (index: #0).
I: [pulseaudio] module.c: Unloaded "module-device-restore" (index: #0).
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
I: [pulseaudio] main.c: Daemon terminated.
Someone have an idea how i can fix it?
Hi there right now i am trying to start pulseaudio but i got this output
$ pulseaudio
E: [pulseaudio] module-protocol-stub.c: Failed to parse module arguments
E: [pulseaudio] module.c: Failed to load module "module-esound-protocol-unix"
E: [pulseaudio] main.c: Module load failed.
E: [pulseaudio] main.c: Fallo al intentar iniciar el demonio.
well i had installed esound and roap from synaptic
but i commented the line :
load-module module-esound-protocol-unix
on the file -> /etc/pulse/default.pa
and try again :
$ pulseaudio
E: [avahi-ml] module-zeroconf-publish.c: Failed to send: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.hostname1 was not provided by any .service files
Well on the "pavucontrol" i just got "dummy output"
well i don't have idea why i can't start pulseaudio
for ascii i don't have devuan version of virtualbox, i am using the oracle version 6.0.4 right now.
i already have headers, kernel-source, dkms, build-essential, automoc, automake, etc . . .
but i had purge the package and reinstalled again, and ever is the same, every time i restart
i must run /sbin/vboxconfig for make modules to enable the start of my virtual machines.
use:
ATTRS{vendor}=="0e8d", ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{vendor}=="6000", ENV{ID_MM_DEVICE_IGNORE}="1"
See the difference? Udev is not exactly pointing to the error, its just complaining that its failing.
Regards, Rolf
Thanks i really don't notice that space LOL jajaja xD the last things i see in red from dmesg output are :
[ 1.274358] udevd[83]: Error running install command for nvidia
[ 16.295130] udevd[798]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:02.1/usb1/1-9 1 3': No such file or directory
what is need for solve "Error running install command for nvidia" ?
i know the another error of mtp-probe have an ease solution, just installing the package named "libmtp-runtime"
and the last thing i need right now is reduce verbosity of openrc during boot [solved] (just editing the file /etc/rc.conf and set rc_verbose=no)
VirtualBox Error :
Failed to open/create the internal network 'HostInterfaceNetworking-eth0' (VERR_SUPDRV_COMPONENT_NOT_FOUND).
Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND).
One of the kernel modules was not successfully loaded. Make sure that no kernel modules from an older version of VirtualBox exist. Then try to recompile and reload the kernel modules by executing '/sbin/vboxconfig' as root (VERR_SUPDRV_COMPONENT_NOT_FOUND).
ever i must run after every restart :
/sbin/vboxconfig
because things like ethernet don't work because on every restart the modules for linux are deleted
how i can make the result of execute /sbin/vboxconfig be permanent?
i really don't understand what need udev for stop that errors
You need fewer spaces
Where, can you explain me please. because i compare with another files of rules from udev, and have the same format and are wrote in the same way. but that 2 files gave me errors, but the anothers don't
when i restart i extract the dmesg output i see this messages :
[ 1.291610] udevd[73]: Error running install command for nvidia
[ 15.046814] udevd[723]: invalid key/value pair in file /etc/udev/rules.d/20-mm-blacklist-mtk.rules on line 1, starting at character 22 (',')
[ 15.046889] udevd[723]: invalid key/value pair in file /etc/udev/rules.d/20-mm-blacklist-mtk.rules on line 2, starting at character 22 (',')
[ 17.035514] udevd[791]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:02.1/usb1/1-9 1 3': No such file or directory
i am worry about "nvidia"
The content of /etc/udev/rules.d/20-mm-blacklist-mtk.rules right now is :
ATTRS{vendor}=="0e8d", ENV{ID_MM_DEV ICE_IGNORE}="1"
ATTRS{vendor}=="6000", ENV{ID_MM_DEV ICE_IGNORE}="1"
i really don't understand what need udev for stop that errors
How i do reduce the verbosity of OpenRC boot for example this messages
Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/hostname.sh start
i dont want show it
Well i solve the message :
insserv: warning: script 'noip2.rc' missing LSB tags and overrides
insserv: warning: script 'noip2' missing LSB tags and overrides
insserv: script noip2: service noip2 already provided!
insserv: warning: script 'savecache' missing LSB tags and overrides
just adding for example :
### BEGIN INIT INFO
# Provides: noip2
# Required-Start: $local_fs $network
# Required-Stop: $local_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: noip2
# Description: Start/stop The NOIP Daemon"
### END INIT INFO
below the first line
#!/sbin/openrc-run
in the custom file -> /etc/init.d/noip2
and well removing the unnecesary files
su
insserv -r /etc/init.d/noip2.rc
rm -rf noip2.rc
insserv
When i install or upgrade packages i saw the follow :
insserv: warning: script 'noip2.rc' missing LSB tags and overrides
insserv: warning: script 'noip2' missing LSB tags and overrides
insserv: script noip2: service noip2 already provided!
insserv: warning: script 'savecache' missing LSB tags and overrides
How i should do to solve it ?
From the dmesg :
[ 20.496462] nvidia: loading out-of-tree module taints kernel.
[ 20.496486] nvidia: module license 'NVIDIA' taints kernel.
well for this i am reinstalling all my nvidia packages, for try solve it
i think this is i upgrade the distro and the version loaded of linux was diferent from current, and becuase of that the dkms don't make fine the modules needs for the system, becuase i open smplayer i and not have any video drive for output just "default"
How i must write for be compatible?
Use double-quotes around the values.
Thank you very much
Have you read the ASCII release notes?
Ready, i had already read the article. i purge elogin and i had installed consolekit , because i use xfce. but i change slim by lxdm