You are not logged in.

#1 2016-06-01 17:35:01

step
Member
Registered: 2016-05-09
Posts: 56

[SOLVED]Problem with Ralink wirless and eth (auto startup...)

I have problem with my chip for wifi and eth, the problem is that when i try to reboot/poweroff/suspend my pc autostartup i try to install AUR packages of @arachnid92 but i don't understand how i can load it!

$ lspci -k

04:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe
        Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter
        Kernel driver in use: rt2860
        Kernel modules: rt2800pci, rt3290sta
04:00.1 Bluetooth: Ralink corp. RT3290 Bluetooth
        Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter
        Kernel driver in use: rtbt
        Kernel modules: rtbth
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)
        Subsystem: Hewlett-Packard Company Device 17f6
        Kernel driver in use: r8169
        Kernel modules: r8169

I tried a challenges these command but noone helped me!

modprobe -r rt2860
modprobe rt3290sta

I hope the problem is this cause i don't know i can resolve it! I hope in your help and sorry for my bad english!

Last edited by step (2016-06-02 15:43:56)

Offline

#2 2016-06-02 12:30:48

newbie1962
Member
From: italy
Registered: 2012-07-24
Posts: 137

Re: [SOLVED]Problem with Ralink wirless and eth (auto startup...)

Can you now post the output of :

systemctl list-unit-files  --type=service | grep enabled

What do you use for the wireless connection,wcid,networkmanager,you use netctl o systemd-netwok?
i have this module:

xpress Card Reader (rev 01)
	Subsystem: Hewlett-Packard Company Device 1818
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci
0a:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe
	Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter
	Kernel driver in use: rt2800pci
	Kernel modules: rt2800pci
0a:00.1 Bluetooth: Ralink corp. RT3290 Bluetooth
	Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter
0b:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)
	Subsystem: Hewlett-Packard Company Device 1818
	Kernel driver in use: r8169
	Kernel modules: r8169
io ~ $ 

i am not use rt3290 sta

Last edited by newbie1962 (2016-06-02 12:34:09)


hp-envy dv7

Offline

#3 2016-06-02 15:43:05

step
Member
Registered: 2016-05-09
Posts: 56

Re: [SOLVED]Problem with Ralink wirless and eth (auto startup...)

I use network manager and i resolve it with systemd service

[Unit]
Description=Stop Wifi
After=network.target

[Service]
ExecStart=/bin/true
ExecStop=/usr/bin/ip link set wlo1 down
Type=oneshot
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target

so the problem it's solved cause when i shutdown/reboot wifi going down!

Offline

Board footer

Powered by FluxBB