You are not logged in.
I happen to like blue frame windows borders themes, for example, MATE's TraditionalOK and antiX's Clearview Medium Blue. Devuan Cinnamon has Shiny, one I've never seen before. Is this a Devuan-only theme? What package is it in? Is it in metacity-theme-1.xml format?
Sorry, I should have mentioned the tar error. I ran install.sh after commenting those lines out, but I got the same error. There seems to be a difference in the way Ubuntu/LinuxMint and Debian/Devuan extract files, so I went into each directory and extracted them all manually.
I tried the apt line, but got the following:
user@intel60:~$ sudo apt install build-essential linux-headers-$(uname -r)
[sudo] password for user:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-4.9.0-6-amd64
E: Couldn't find any package by glob 'linux-headers-4.9.0-6-amd64'
E: Couldn't find any package by regex 'linux-headers-4.9.0-6-amd64'
user@intel60:~$
Then I used Synaptic to install build-essential and the linux-headers entries that seemed to be related to amd64. The make error is a little different now:
$ sudo ./install.sh
##################################################
Realtek Wi-Fi driver Auto installation script
Novembor, 21 2011 v1.1.0
##################################################
Decompress the driver source tar ball:
tar: Old option 'f' requires an argument.
Try 'tar --help' or 'tar --usage' for more information.
rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959
88x2bu.ko 88x2bu.o hal Kconfig Module.symvers rtl8822b.mk
88x2bu.mod.c clean ifcfg-wlan0 Makefile os_dep runwpa
88x2bu.mod.o core include modules.order platform wlan0dhcp
Authentication requested [root] for make clean:
#make -C /lib/modules/4.9.0-6-amd64/build M=/home/user/Downloads/USB-AC55_B1/Linux/RTL88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959/driver/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959 clean
cd hal ; rm -fr */*/*/*.mod.c */*/*/*.mod */*/*/*.o */*/*/.*.cmd */*/*/*.ko
cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko
cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd platform ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order
rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~
rm -fr .tmp_versions
Authentication requested [root] for make driver:
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.9.0-6-amd64/build M=/home/user/Downloads/USB-AC55_B1/Linux/RTL88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959/driver/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959 modules
make[1]: *** /lib/modules/4.9.0-6-amd64/build: No such file or directory. Stop.
Makefile:1986: recipe for target 'modules' failed
make: *** [modules] Error 2
##################################################
Compile make driver error: 2
Please check error Mesg
##################################################
Then I noticed that /lib/modules/4.9.0-6-amd64/build did not exist, so I created build.
$ sudo ./install.sh
##################################################
Realtek Wi-Fi driver Auto installation script
Novembor, 21 2011 v1.1.0
##################################################
Decompress the driver source tar ball:
tar: Old option 'f' requires an argument.
Try 'tar --help' or 'tar --usage' for more information.
rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959
clean hal include Makefile platform runwpa
core ifcfg-wlan0 Kconfig os_dep rtl8822b.mk wlan0dhcp
Authentication requested [root] for make clean:
#make -C /lib/modules/4.9.0-6-amd64/build M=/home/user/Downloads/USB-AC55_B1/Linux/RTL88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959/driver/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959 clean
cd hal ; rm -fr */*/*/*.mod.c */*/*/*.mod */*/*/*.o */*/*/.*.cmd */*/*/*.ko
cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko
cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd platform ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order
rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~
rm -fr .tmp_versions
Authentication requested [root] for make driver:
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.9.0-6-amd64/build M=/home/user/Downloads/USB-AC55_B1/Linux/RTL88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959/driver/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959 modules
make[1]: Entering directory '/lib/modules/4.9.0-6-amd64/build'
make[1]: *** No rule to make target 'modules'. Stop.
make[1]: Leaving directory '/lib/modules/4.9.0-6-amd64/build'
Makefile:1986: recipe for target 'modules' failed
make: *** [modules] Error 2
##################################################
Compile make driver error: 2
Please check error Mesg
##################################################
It seems like it's expecting something in build, but how could that be?
And I just tried to install it on SparkyLinux, which is based on Debian. I got the exact same error.
I have a working LinuxMint system. I was able to install the driver for ASUS USB AC55 B1 by two simple actions: chmod install.sh to be executable and set the top level directory name to what install.sh thinks it should be (the latter's a bug). I thought for sure I could do the same thing on Devuan given how related Ubuntu, LinuxMint, Debian, and Devuan are. But on Devuan, error messages complain about the makefile. I added an ls to install.sh to make sure it was in the proper directory. The output is below. I realize this isn't strictly a Devuan thing; more of a Unix/Linux thing, I assume it has to do with how Ubuntu/LinuxMint handles shell scripts versus Debian/Devuan. I tried it both with sudo and su. Could someone give me a hint as to what's wrong?
$ sudo ./install.sh
##################################################
Realtek Wi-Fi driver Auto installation script
Novembor, 21 2011 v1.1.0
##################################################
Decompress the driver source tar ball:
tar: Old option 'f' requires an argument.
Try 'tar --help' or 'tar --usage' for more information.
rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959
88x2bu.ko 88x2bu.o hal Kconfig Module.symvers rtl8822b.mk
88x2bu.mod.c clean ifcfg-wlan0 Makefile os_dep runwpa
88x2bu.mod.o core include modules.order platform wlan0dhcp
Authentication requested [root] for make clean:
bash: make: command not found
Authentication requested [root] for make driver:
bash: make: command not found
##################################################
Compile make driver error: 127
Please check error Mesg
##################################################
Thanks for the reply, but the reason I hoped that I could convert a PPA is that I looked at the installation instructions at
https://github.com/OtterBrowser/otter-b … INSTALL.md
and could not understand what header files needed to go where. I have done some C programming, but the instructions assume a lot.
First, I realize Devuan is not Debian. But still, most Debian techniques work in Devuan.
I tried to install otter-browser via CreatePackageFromPPA which is described at https://wiki.debian.org/CreatePackageFromPPA.
The first command went fine: apt install devscripts build-essential software-properties-common
But the second had some errors: add-apt-repository --enable-source ppa:otter-browser/release
sp = SoftwareProperties(options=options)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 109, in __init__
self.reload_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 599, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 93, in get_sources
(self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Devuan/ascii
Is there any way around this?
Yes, quite right, thanks for the answer. Switching back-and-forth between Cinnamon, LXDE (Sparky Linux), and Xfce sometimes causes me confusion.
I always set the theme to TraditionalOk from mate-themes, which turns the top frame blue. I hate dark themes. I just installed an Xfce system and set the widgets to TraditionalOk, but the top frame is black. Does Devuan not support metacity-theme-1.xml format?
Okay, I looked at /etc/apt/sources.list and saw that lines referencing updates and security were already present, but there were two identical lines of code referencing CD-ROM, with the first being commented out and the second not. Methinks one of the CD-ROM lines needs to be deleted in the distribution. After I commented out the second CD-ROM line, I was able to install packages online. Thanks to golinux and FOSSuser for their assistance.
devuan_jessie_1.0.0_amd64_DVD.iso was what I downloaded and used to install the LXDE desktop. This was on a separate, wiped drive, not on a dual-boot. I have used Rufus for years with Linux Mint, Fedora, Lubuntu, and other distributions with no trouble. I will add the three lines of code and try again, thanks.
I made a LiveUSB using Rufus, my usual tool. I was able to install Devuan. But then when I tried to add some packages, any packages, I was asked to insert the CD-ROM. I inserted the LiveUSB, but that wasn't good enough. Is there a workaround to either get packages online or use the LiveUSB?