-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Wed, Aug 17, 2016 at 02:35:20PM -0700, randallrba...@gmail.com wrote:
> i have a bcm 4360 wireless card  on my motherboard and I cant seam to get the 
> drivers installed. I was told to install this to net vm  [CODE]wget 
> http://git.io/vuLC7 -v -O fedora23_broadcom_wl_install.sh && sh 
> ./fedora23_broadcom_wl_install.sh;[/CODE]  but I ended up getting this mess
> 
> [CODE][user@sys-net ~]$ wget http://git.io/vuLC7 -v -O 
> fedora23_broadcom_wl_install.sh && sh ./fedora23_broadcom_wl_install.sh;

(...)

> Package gcc-5.3.1-6.fc23.x86_64 is already installed, skipping.
> Package kernel-devel-1000:4.1.24-10.pvops.qubes.x86_64 is already installed, 
> skipping.

Here you have kernel-devel for 4.1.24, but ...

(...)

> KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd` clean
> make[1]: *** /lib/modules/4.1.13-9.pvops.qubes.x86_64/build: No such file or 
> directory.  Stop.
> Makefile:165: recipe for target 'clean' failed
> make: *** [clean] Error 2

... you're running 4.1.13-9. You can change kernel version for this VM
in VM settings. Or you can simply update kernel-devel package.

But that's not all:

> install -D -m 755 wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
> install: cannot create regular file 
> ‘/lib/modules/4.1.13-9.pvops.qubes.x86_64/kernel/drivers/net/wireless/wl.ko’: 
> Read-only file system

/lib/modules/(kernel version) is mounted read-only, so you can't modify
it. You can either switch to in-VM kernel[1], or keep that module
(`wl.ko`) in some other directory and load it using `insmod
/path/to/wl.ko`. The former method will require somehow more work, but
will be easier to maintain later.

[1] https://www.qubes-os.org/doc/managing-vm-kernel/#tocAnchor-1-1-3

- -- 
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJXtXpfAAoJENuP0xzK19csTxYH/3WqnU86tz8zN2XxTWpE9G2+
Ig3ENybBgocEr4CoWxuL2CG0uDVsLDaqsAf/R7YWGJ1SHtFCrBtAVh0RWcQqcuAG
PmnwO5BqcbXJCxyyNZQqzh6c6rWAxd1Hfhs/eTO1l28iAe4UQFTMG3At20kGigVY
A2EYudYPtc54/ByaEYQ9upqmyN9kLmXS+Kuo9mKRn2+A+BvJmzXeJ7iAkeyCtP7N
hJnbvwX0I7rVC1CMPm6yfHp1716klQcI1i1//FmxAEd/kcSXBoMRxjvD6LpIwsF/
sqI16ppiUPc+RHQBp2oO/hhgc2jb8x7L6iKFoeVJFlKJcjx5zaNGdrqWFA4MYm4=
=Dm91
-----END PGP SIGNATURE-----

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20160818090535.GE9166%40mail-itl.
For more options, visit https://groups.google.com/d/optout.

Reply via email to