You are not logged in.
Pages: 1
Hi. ![]()
I would like to ask for your help, again. I have problem with SD CARD that i just now had to use. I found that when i insert SD CARD nothing happens. When i searched internet over and over again i found workaround with removing from modules tg3 driver and enabling it. Only with that i can use SD CARD and when i inser SD CARD it is being found. Unfortunately this does not work across the reboots and i have to remove and insert driver over and over again each time i want to use SD CARD
Could somebody help?
lspci | grep Ethernet
02:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetLink BCM57785 Gigabit Ethernet PCIe (rev 10)I would like to do something in order to have this:
rmmod tg3
modprobe -v tg3working all the time, across reboots and without need to typing it each time.
Offline
Is that the wacko chip where ethernet and sd card reader are integrated and hang on the same interface?
(complete lspci, please)
Try passing "pcie_aspm=off" to the kernel instead.
You could add systemd service to do this after a certain (network?) target or just w/ some leading sleep.
Offline
Is that the wacko chip where ethernet and sd card reader are integrated and hang on the same interface?
Checking lspci...i think that it is, in fact.
(complete lspci, please)
Ok, lspci output
[firekage@ArchE1-531 ~]$ lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)[/co
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM70 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
02:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetLink BCM57785 Gigabit Ethernet PCIe (rev 10)
02:00.1 SD Host controller: Broadcom Inc. and subsidiaries BCM57765/57785 SDXC/MMC Card Reader (rev 10)
02:00.2 System peripheral: Broadcom Inc. and subsidiaries BCM57765/57785 MS Card Reader (rev 10)
02:00.3 System peripheral: Broadcom Inc. and subsidiaries BCM57765/57785 xD-Picture Card Reader (rev 10)
03:00.0 Network controller: Intel Corporation Centrino Wireless-N 105 (rev c4)
[firekage@ArchE1-531 ~]$ Try passing "pcie_aspm=off" to the kernel instead.Ok, will check it.
You could add systemd service to do this after a certain (network?) target or just w/ some leading sleep.
Could you write more about it? Don't have idea how todo and what to do.
Last edited by firekage (2019-03-11 22:09:24)
Offline
Yes, it is that wacko chip.
https://wiki.archlinux.org/index.php/Sy … unit_files
Since you've a WiFi chip: do you use the wired ethernet at all?
Offline
No, rather wifi only. I've this machine for couple of years, but lately been using it. Earlier i used desktop, now i moved and use mobile unit...and found out this problem...nice, nice discovery about this chip.
I'm not too experienced to write my own unit files. It's too much for me.
Last edited by firekage (2019-03-11 22:47:25)
Offline
Just blacklist the tg3 module.
https://wiki.archlinux.org/index.php/Ke … acklisting
systemd unit examples:
https://www.freedesktop.org/software/sy … l#Examples
Offline
Pages: 1