When at the Grub screen for the Ubuntu Live CD you can choose options (by pressing F6) and select an option called pci=off
.
What does that mean? How will it change how Ubuntu boots?
When at the Grub screen for the Ubuntu Live CD you can choose options (by pressing F6) and select an option called pci=off
.
What does that mean? How will it change how Ubuntu boots?
From the Linux BootPrompt Howto:
pci=off:
Using this option disables all PCI bus probing. Any device drivers that make use of PCI functions to find and initialize hardware will most likely fail to work.
pci=off
boot option and your wireless card will be recognized. – chaos Jun 20 '14 at 09:40lspci
in the terminal and there is a entry starting withNetwork controller: blah blah Wireless blah blah
, andiwconfig
shows the wireless card, then your card is recognized and running. – chaos Jun 20 '14 at 09:57