The officially official Devuan Forum!

You are not logged in.

#26 Re: Installation » [SOLVED] Redshift fails to start - .service files missing? » 2017-05-19 10:40:55

@hughparker1  The kernel module for the wifi NIC isn't loading.  The firmware and the kernel module are two separate things that work together and both have to be running. 

No wifi driver is listed in your lspci output:

...
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M] (rev 81)
    Subsystem: Dell Device 06b2
    Kernel driver in use: radeon
02:00.0 Network controller: Intel Corporation Wireless 3160 (rev 83)
    Subsystem: Intel Corporation Dual Band Wireless AC 3160
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 07)
    Subsystem: Dell Device 06b2
    Kernel driver in use: r8169
...

So if the update-initramfs -u and a reboot doesn't fix it try this:

sudo modprobe iwlwifi

If that works there will be no output from the command.  If it doesn't work you'll get a an error and can check the kernel logs for more info.

To see what is keeping it from loading (either with modprobe or on boot) check the kernel log for errors:

dmesg | egrep 'error|iwlwifi'

If you want to keep the latest portion of the kernel log updating in another TTY you can use tail:

tail -f /var/log/dmesg

That would allow you execute a command in one TTY and then switch to the one running tail to see what the kernel just logged into dmesg.  That's handy if the grep command is returning information that is not useful for some reason.

If the module loads then check if the WNIC is running with ifconfig:

sudo ifconfig

If needed do:

sudo ifconfig wlan0 up

Once you can see it listed in the output from ifconfig wicd should be able to handle everything else though.

Good luck!

lazlo

#27 Re: Other Issues » Devuan and Java 8 » 2017-05-15 08:03:17

After a bit of searching, a bit of nano, and bit of apt-get I now have openjdk-8-jre-headless.  Thanks Ralph!

Lazlo

#28 Other Issues » Devuan and Java 8 » 2017-05-15 02:50:23

lazlo
Replies: 2

I would really like to install an open source version of JRE 8 on my Devuan box, but none are listed in apt-cache search.  What the recommended way achieve this?  Failing a working open source version of java 8, I will try the java repository from webupd8.org but would like to know if anyone else has tested this in Devuan.

Keep up the good work and thanks for taking the time to make Devuan a reality!

Lazlo

Board footer

Forum Software