User Tools

Site Tools


distros:fedora_workstation_gnome

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
distros:fedora_workstation_gnome [2019/10/30 14:00] Sean Rhonedistros:fedora_workstation_gnome [2019/11/09 15:24] Sean Rhone
Line 99: Line 99:
   * :!: This will vary depending on the Fedora image version used   * :!: This will vary depending on the Fedora image version used
  
-  sudo dnf remove *5.0.9*+  sudo dnf remove *5.3.7*
  
 === Various === === Various ===
Line 164: Line 164:
 ==== nonfree ==== ==== nonfree ====
  
-  :!: Spinesnap needs ''broadcom-wl'', and for ''akmods --force'' to be ran after installation+****
  
   steam   steam
- 
-  broadcom-wl 
  
 ===== Game Controllers ===== ===== Game Controllers =====
Line 304: Line 302:
  
   sudo grubby --update-kernel='ALL' --args=''   sudo grubby --update-kernel='ALL' --args=''
- 
-=== Error Fix === 
- 
-  * https://bugzilla.redhat.com/show_bug.cgi?id=1688643#c16 
-  * :!: This only applies to Legacy/MBR installs 
-  * :!: TODO: Not sure if this is needed on F31 
- 
-  sudo grub2-install '/dev/sda' 
  
 ==== GRUB ==== ==== GRUB ====
- 
-**** 
- 
-  sudo -e '/etc/default/grub' 
  
 === UEFI === === UEFI ===
Line 323: Line 309:
 **** ****
  
-  sudo grub2-mkconfig -o '/boot/efi/EFI/fedora/grub.cfg'+  sudo -e '/etc/default/grub' && sudo grub2-mkconfig -o '/boot/efi/EFI/fedora/grub.cfg'
  
 === Legacy === === Legacy ===
Line 329: Line 315:
 **** ****
  
-  sudo grub2-mkconfig -o '/boot/grub2/grub.cfg'+  sudo -e '/etc/default/grub' && sudo grub2-mkconfig -o '/boot/grub2/grub.cfg'
  
 ==== Other Parameters ==== ==== Other Parameters ====
Line 471: Line 457:
 wifi.powersave=2</code> wifi.powersave=2</code>
  
-==== Spinesnap ====+==== Broadcom ====
  
   * https://fedoraproject.org/wiki/Common_F30_bugs#broadcom-wl-mesh   * https://fedoraproject.org/wiki/Common_F30_bugs#broadcom-wl-mesh
Line 489: Line 475:
 === Driver Reload === === Driver Reload ===
  
-  * :!: ''wl'' is particuarly picky on Fedora and usually when connecting to new APs, the driver needs outright reloaded+  * :!: ''wl'' is particularly picky on Fedora and usually when connecting to new APs, the driver needs outright reloaded
  
   sudo modprobe -r 'wl' && sudo modprobe -i 'wl' && sync   sudo modprobe -r 'wl' && sudo modprobe -i 'wl' && sync
/var/www/wiki/data/pages/distros/fedora_workstation_gnome.txt · Last modified: 2024/05/02 03:13 by Sean Rhone