RTL8188SU dongle USB não iniciado na inicialização

1

Eu instalei o Kubuntu 16.04 no meu sistema. Tudo é satisfatório, exceto pelo dongle sem fio (RTL8188SU), que deve ser reinserido após a inicialização ou sudo service network-manager restart executado no Konsole para montar o dongle e conectar-se ao WiFi. Existe alguma maneira de forçar a montagem do dongle durante a inicialização?

lsusb

 *-network               
   description: Ethernet interface
   product: Ethernet Connection (2) I219-V
   vendor: Intel Corporation
   physical id: 1f.6
   bus info: pci@0000:00:1f.6
   logical name: enp0s31f6
   version: 31
   serial: d0:50:99:93:65:be
   capacity: 1Gbit/s
   width: 32 bits
   clock: 33MHz
   capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k firmware=0.8-4 latency=0 link=no multicast=yes port=twisted pair
   resources: irq:127 memory:df100000-df11ffff
  *-network
       description: Wireless interface
       physical id: 1
       bus info: usb@1:10
       logical name: wlxb4750e235176
       serial: b4:75:0e:23:51:76
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=r8712u ip=192.168.1.22 multicast=yes wireless=IEEE 802.11bgn
    
por Timbot2000 07.01.2018 / 20:26

1 resposta

2

Edite o arquivo a seguir usando qualquer um dos métodos a seguir ...

Em terminal ...

sudo -H gedit /etc/modules

sudo pico /etc/modules

Adicione a seguinte linha:

r8712u

Salve o arquivo e reinicialize, e seu adaptador deve funcionar bem.

    
por heynnema 08.01.2018 / 03:10