Skip to content

Commit

Permalink
Add loading bce module by systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Aug 23, 2019
1 parent 8d7de1d commit 0b5d10d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/sh

FEDORA_KERNEL_BRANCH_NAME=f30
LIVECD_CACHE_PATH=/var/lib/libvirt/live2
LIVECD_CACHE_PATH=/var/cache/live

### Debug commands
echo "FEDORA_KERNEL_BRANCH_NAME=$FEDORA_KERNEL_BRANCH_NAME"
pwd
Expand Down
1 change: 1 addition & 0 deletions fedora-mbp.ks
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ PATH=/usr/share/Modules/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
cp -rf /opt/drivers/bce/*.ko /lib/modules/${KERNEL_VERSION}/extra/
cp -rf /opt/drivers/touchbar/*.ko /lib/modules/${KERNEL_VERSION}/extra/
echo -e 'hid-apple\nbcm5974\nsnd-seq\nbce' > /etc/modules-load.d/bce.conf
echo -e 'blacklist applesmc' > /etc/modprobe.d/blacklist.conf
echo -e 'add_drivers+="hid_apple snd-seq bce"' >> /etc/dracut.conf
echo -e 'force_drivers+="hid_apple snd-seq bce"' >> /etc/dracut.conf
Expand Down

0 comments on commit 0b5d10d

Please sign in to comment.