Skip to content

Instantly share code, notes, and snippets.

@hriad
Created November 23, 2015 01:41
Show Gist options
  • Save hriad/6cdfb65dd3302fef79cb to your computer and use it in GitHub Desktop.
Save hriad/6cdfb65dd3302fef79cb to your computer and use it in GitHub Desktop.
Fix bumblebee on HP laptops
### This issue is caused by an unusually high device bus id
### Credit to cttan https://forum.porteus.org/viewtopic.php?f=117&t=4648
cp /usr/sbin/bumblebeed{,.orig}
sed -i 's/PCI:%02x:%02x:%o/PCI:%02d:%02d:%d/' /usr/sbin/bumblebeed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment