Restart mini pci slot

Emir Buğra KÖKSALAN tarafından tarihinde yayınlandı

Sometimes minipci slot stopping work. I don’t know the reason but we can rescan it and going to work again. Only one command you need. The command is that:

sudo echo "1" > /sys/bus/pci/rescan

After this time your pci card going to work. I tested this in Ubuntu 16.04 x64. Have a nice days.

If this doesn’t work please check: https://askubuntu.com/questions/812372/usb-3-0-express-card/865802#865802

Add 

1
pciehp.pciehp_force=1

 to the 

1
GRUB_CMDLINE_LINUX_DEFAULT

 line in 

1
/etc/default/grub

, as detailed in the Ubuntu 9.10 and onwards section of this ExpressCard article. That solved this problem for me.

Specifically:

  1. Edit 
    1
    /etc/default/grub

    .

  2. Find the 
    1
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

     line.

  3. Change that line to say:
    
    
    1
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp.pciehp_force=1"
  4. After saving those changes, run:
    
    
    1
    sudo update-grub
  5. Reboot.

On my USB 3.0 32G drive, it then showed up automatically.

Kategoriler: EnglishLinux

Emir Buğra KÖKSALAN

Java & PHP Developer

0 yorum

Bir yanıt yazın

Avatar placeholder

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

Time limit is exhausted. Please reload the CAPTCHA.

Bu site, istenmeyenleri azaltmak için Akismet kullanıyor. Yorum verilerinizin nasıl işlendiği hakkında daha fazla bilgi edinin.