LINUX.ORG.RU

Сообщения Hanst

 

Проброс skyrc imax b6 mini в VirtualBox

Форум — Linux-hardware

Столкнутся с необходимостью пробросить skyrc imax b6 mini в виртуальную машину с виндой для подключения к родному софту. Однако в меню выбора usb устройств девайс не появляется. Пошёл смотреть lsusb, там девайс есть, как и в usb-devices. Так же на голой винде устройство работает. Хост система Arch с ядром 6.2.11. Описание девайса в lsusb:

Bus 001 Device 012: ID 0000:0001 SILICON LABORATORIES C8051F3xx Development Board

Описание девайса в usb-devices:

T:  Bus=01 Lev=04 Prnt=11 Port=01 Cnt=01 Dev#= 13 Spd=12   MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0001 Rev=00.00
S:  Manufacturer=SILICON LABORATORIES
S:  Product=C8051F3xx Development Board
C:  #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=64mA
I:  If#= 0 Alt= 0 #EPs= 2 Cls=03(HID  ) Sub=01 Prot=02 Driver=usbhid
E:  Ad=01(O) Atr=03(Int.) MxPS=  64 Ivl=10ms
E:  Ad=81(I) Atr=03(Int.) MxPS=  64 Ivl=10ms

Пробовал запускать софт через Wine, он запускается однако коннекта с девайсом не происходит.

В какую сторону можно копать? Можно ли как то пробросить девай в VirualBox?

 ,

Hanst
()

Проблема с монитором ноутбука

Форум — Linux-hardware

Имеется ноутбук Lenovo Y520. Ядро 4.10 (Так же 4.18) После установки проприетарных драйверов nvidia-410 ноутбук выводит изображение только на внешний монитор. При этом монитор ноутбука горит чёрным. Xrand не видит экран ноутбука.

При запуске без подключённого монитора всё так же чёрный экран. Переустановка драйверов не помогает. На старых драйверах nvidia-390 всё работало. Но даже если установить их обратно ничего не меняться.

Вывод xrand:

DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 298mm
   1920x1080     60.00*+
   1680x1050     59.95  
   1600x900      60.00  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   640x480       75.00    59.94  
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)

Вывод lspci | grep VGA:

00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile] (rev a1)

xorg.conf:

 
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 410.66


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

 ,

Hanst
()

RSS подписка на новые темы