You are not logged in.
I had to do an "apt install hplip" (root/sudo) to be able to install my HP Envy 5530 -usb connected printer.
HP website wanted me to install a bunch of dependencies [manually] to create/make 'hplip' !!!!
Much easier with 'apt'.
HTH down the road - Gary
'
' @goLinux - good to see you still here , been gone for a couple of years.
thank you, @tuxd3v - I now have network access and also terminal login
'
okay - took the beowulff image http://arm-files.devuan.org/devuan_beow … 0.3.img.xz
****
this file does not exist, but I created it
/etc/udev/rules.d/70-persistent-net.rules
. put in the mac address per your guidance
****
added this to my /etc/inittab
T0:2345:respawn:/sbin/agetty -L ttyAMA0 115200 dumb
****
changed my /etc/network/interfaces to just use 'eth0' dhcp
. dropping the predictable naming
. 10.215673] smsc95xx v1.0.6
.[ 10.341694] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-20980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:14:08:5f
.[ 10.415880] smsc95xx 1-1.1:1.0 enxb827eb14085f: renamed from eth0
.notice they rename eth0 to a 'predictable network interface names' WHO IS THEY???
*****
everything else should be original...cd
**
now onto a simple desktop
AGAIN, THANKS
GaryZ
@tux3dv
I have the debug output from the pi2B, but not an active terminal - some confusion as to how/what to call it
.
cat /proc/cpuinfo - (partial as I have to read a fuzzy tv display and type on another computer)
model; Armv6-compatible..rev 7 (v6l)
hardware: BCM2035
.
some debug info during boot plus some other info:
debug terminal from rPi2B
[ 8.844835] hub 1-0:1.0: USB hub found
[ 8.884156] hub 1-0:1.0: 1 port detected
[ 9.362253] usb 1-1: new high-speed USB device number 2 using dwc2
[ 9.622539] usb 1-1: New USB device found, idVendor=0424, idProduct=9512, bcdDevice= 2.00
[ 9.641390] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 9.657339] hub 1-1:1.0: USB hub found
[ 9.666684] hub 1-1:1.0: 3 ports detected
[ 9.992275] usb 1-1.1: new high-speed USB device number 3 using dwc2
[ 10.143059] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
[ 10.161557] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 10.215673] smsc95xx v1.0.6
[ 10.341694] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-20980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:14:08:5f
[ 10.415880] smsc95xx 1-1.1:1.0 enxb827eb14085f: renamed from eth0
notice they rename eth0 to a 'predictable network interface names'
whoever 'they' is....
'
stock /etc/network/interfaces (partial)
allow hotplug eth0
iface eth0 inet dhcp
allow hotplug enxb827eb14085f
iface enxb827eb14085f inet dhcp
------
ifconfig -a
shows the enxb827eb14085f device but no IP address
as the lo iface shows "inet 127.etc...."
----
which wicd shows nothing, just another prompt
'
nmcli is not in the Synataptic on another DEvuan Beowulf
'
'
did the CAT info to the udev rules -- NO CHANGE in ifconfig -a infromation
HTH
GaryZ
ps. will do some more seach to turn on the debug port as a serial device
maybe I can get some dmesg data that way
the one at the top of the page,
Issue is network configuration -- can't get DHCP address,
my attempts at Static IP failed also
'
not sure what network manager they use.
nmcli is not part of the Synaptic packages
GaryZ
also tried this one - network seems [iirc] to be an issue http://arm-files.devuan.org/devuan_beow … 0.3.img.xz
'
I have a raspian version that connects to the network - so I know the hardware/cable/router works!
ralph.ronnquist
Yesterday 21:54:27Don't cp or dd work?
I.e. just copy the iso file to the device /dev/mmcblk0 or /dev/sdc or whatever it comes up as (tail /var/log/sys usually tells that)
Thanks -forgot about that command - too much Winders in me - [most tools are file copy]
. a little green, still, as Linuxer - dd is a sector copy tool !!
'
Oh - it still didn't load on my rPi - though it seems from the list that @fsr posted above that the armhf mini.iso is for different chipset
root@Beowulff:/home/olzeke51/Documents/rPi# dd bs=4M if=armhf_mini.iso of=/dev/sdb
7+1 records in
7+1 records out
31764480 bytes (32 MB, 30 MiB) copied, 6.10179 s, 5.2 MB/s
root@Beowulff:/home/olzeke51/Documents/rPi#
I also checked 'properties' of the CD i made and the SDcard and they both have the same byte count
************** NOw that I thnk about it
the rPi2 is expecting a FAT partition to boot from , then kicks in the other (ext-type??) partition !!!???
Hello @fsmithred,
Attempted to use the 'armhf mini.iso'
Devuan doesn't have Unetbootin in its repositories.
other methods to copy mini.iso to SDC have failed.
Tried Rufus on Win10
made a cd.iso then copied files to SDC formatted as FAT32
Xfburn won't copy to SDCard
'
any suggestions?? this is for rPi2-B
Thanks,
GaryZ
edit:: will try a rpi-ascii-beta-0.3 that I found on the forum(?)
then do an upgrade to Beo
:
edit next day : the ASCII version also loaded , but still network connection is.....
I have some notes from a while ago to follow , from when I was in a similar situation
[hopefully I can read the cryptic squiggles ]
mouse/keybd/time all locked up
Un-plug and re-plug either mouse or keyboard. That should fix it.
.
will give it a shot - I am on a 4 port KVM
.
.
Sound issue - someone ..turned down the external audio, whilst napping !!! --oops
GZ
Yeee Haaaaw !
armel works on my rPi2B , right from the git-go
'
will try the armhf in a day or so
'
Please Thank everyone involved!!!
GaryZ
edit: having to work on the network connection , might be IPV6 issue
devuan_beowulf_3.0.0_beta_i386_desktop-live.iso
iirc it came from mirror belltower.us
'
I did a new download, sha256sum ' d it, xfburn'd it (using beo 3.0.0 from yesterday's install)
got the full desktop displayed using the default live option [from dvd]-- but mouse/keybd/time all locked up
'
keep me honest - golinux - thanks
GaryZ
note ASCII 2.0 32 bit loads okay (iirc as live)
live and live-safe mode both hang up on the desktop
live - gray desktop, mouse pointer but not moving - had to power off
live -safe - had desktop, but no mouse or keyboard - clock was frozen in time - had to power off
live to RAM worked as a live DVD
. had install issues with GRUB install - created a bug report - - [before I saw it mentioned in this forum]
....(forum search didn't provide relevant results)
*
had to resort to grub legacy and manual installation - never did "menu.lst" my Vista partition
will manually edit
.
no sound on initial install - haven't debugged but I see it mentioned in the "Installation forum"
specs:
2006?? P4-HT 4G ram sata-hdd sata-dvd BIOS
installed on /dev/sda3 swap=sda2 vista=sda1
fresh install on the sda3
HTH
GaryZ
I changed to pkgmaster.devuan.org
list my sources.list
#deb http://us.mirror.devuan.org/merged/ jessie main
deb http://pkgmaster.devuan.org/merged/ jessie main <---
#deb-src http://us.mirror.devuan.org/merged/ jessie main# jessie-security, previously known as 'volatile'
#deb http://us.mirror.devuan.org/merged/ jessie-security main non-free
deb http://pkgmaster.devuan.org/merged/ jessie-security main non-free <---
#deb http://us.mirror.devuan.org/merged/ jessie-security main
#deb-src http://us.mirror.devuan.org/merged/ jessie-security main non-free# jessie-updates, previously known as 'volatile'
#deb http://us.mirror.devuan.org/merged/ jessie-updates main non-free
deb http://pkgmaster.devuan.org/merged/ jessie-updates main non-free <---
#deb-src http://us.mirror.devuan.org/merged/ jessie-updates main non-free#deb http://packages.devuan.org/devuan/ experimental main
#deb http://download.virtualbox.org/virtualbox/debian jessie contrib
olzeke51@devuan:~$
and got these three updates: my last update was 10-13
olzeke51@devuan:/$ apt list --upgradable
Listing... Done
wpasupplicant/stable-security 2.3-1+deb8u5 amd64 [upgradable from: 2.3-1+deb8u4]
xserver-common/stable-security 2:1.16.4-1+deb8u2 all [upgradable from: 2:1.16.4-1+deb8u1]
xserver-xorg-core/stable-security 2:1.16.4-1+deb8u2 amd64 [upgradable from: 2:1.16.4-1+deb8u1+b1]
but I didn't do the devuan-keyring install per
https://dev1galaxy.org/viewtopic.php?id=1671
so I tried to install it and got this -- [last keyring updated on 10-13!!-my last update]
olzeke51@devuan:~$ sudo apt-get install devuan-keyring
Reading package lists... Done
Building dependency tree
Reading state information... Done
devuan-keyring is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
is that a bug?? I can report it if you think it is.
I would have assumed a new server would need a new keyring??
'
Just trying to shed a little light - on my assumption
Thank you Thank you, fsmithred
'
google usually came up with sysctrl blah blah
(which I was pretty sure of being systemd)
I edited my original post with this bit of info
EDIT>>> I had to reboot - logging out didn't bring the network up
EDIT>>> and not sure how to stop/start services - more to learn !!
@r.r - you know , I was suspicious of that possibility - but too lazy to try it -
wasn't sure what the timeout was/is
@r.r - udev/eudev warts - I like that !!
loaded up my ASCII32(bit) DVD dated 08-22-17
did a Refracta install from the gui apps menu of XFCE to a sda3 primary partition
'
on reboot I couldn't get my WIRED network to connect and don't have wireless
'
used to get my network device name (after much playing around)
ip netconf
!
my device was named enp2s3 !!! not eth0
'
more playing/hunting around [this is ascii - so its okay]
I had to change some info in this file - be careful - no warranty included
Olzeke51@ascii32:~$ sudo cat /etc/wicd/manager-settings.conf
[sudo] password for Olzeke51:
[Settings]
backend = external
wireless_interface = None
wired_interface = enp2s3
wpa_driver = wext
always_show_wired_interface = True
use_global_dns = False
......
I edited the bold items [can't bold inside of a code block!]
and now it works - even after a reboot
EDIT>>> I had to reboot - logging out didn't bring the network up
EDIT>>> and not sure how to stop/start services - more to learn !!
FWIW -
Olzeke51@ascii32:~$ apt-cache policy wicd
wicd:
Installed: 1.7.4+tb2-4
Candidate: 1.7.4+tb2-4
Version table:
FWIW #2 - I did an apt update/upgrade - with 100+ changes and now
Olzeke51@ascii32:~$ uname -a
Linux ascii32 4.9.0-4-686-pae #1 SMP Debian 4.9.51-1 (2017-09-28) i686 GNU/Linux
HTH someone - I did follow the DNG mailing list (for a while) in re: to network device nameing;
never got the final on what naming scheme Devuan was going to follow. --ascii appears to use
the newer scheme!
a little looking on his website came up with this link https://jxself.org/git/linux-libre.git
@greenjeans wrote:
Never understood the use of sudo, on a list of "worst ideas ever for linux" it ranks right up there with dconf and systemd IMO.
'
well - as I understand it - Linux is a multi-user system - so someone has to be the boss/admin
Now it is true that most linux downloads are most likely for single user/desktops - so root/sudo becomes a grey area.: IMO
Not sure what the answer is - there is a lot of debate about it
'
I am not taking a stand on it
garyz
thanks @macondo
I didn't have the NOPASSWD in the sudoers file,
(fwiw - I had to 'sudo visude' to modify the file !)
sudo - so what do you use for root priviledges??
(I used sudo before I used ubuntu)
I'm in the sudoers file but still have to do the password from time to time
[with the ALL settings in sudoers!}
AFAIK - the package maintainer/programmer deems then necessary for optimal use.
I think you would get an earlier answer if you went to
the irc channel #devuan-dev(s) ??
or just #devuan
HTH -gz
@fungus - that was
initial_helpee_password="milpassword"
helpee_password_save_file=$HOME/.helpee_password
My experience is like @nobodyuknow - the cd rom stays enabled - and there are two lines
one is commented out and the other right below it.
I just took it as part of the cd install
[that being said - I usually choose not network install as I feel the CD loads the basic sytem
faster than downloading.
' then I comment the "cdrom" source and get the rest via the standard locations
MiyoLinux wrote:
greenjeans wrote:
vlc v4l2://
trying to see if this universally works
I've never seen that command before though. I won't be able to try it out until tomorrow though. Grrr...
Thanks greenjeans!
*
I tried this on my Jessie 1.0
olzeke51@devuan:~$ vlc v4l2://
VLC media player 2.2.6 Umbrella (revision 2.2.6-0-g1aae78981c)
[000000000132f118] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00007f4c0c000ec8] v4l2 demux error: cannot open device '/dev/video0': No such file or directory
[00007f4c0c000ec8] v4l2 demux error: cannot open device '/dev/radio0': No such file or directory
[00007f4c0c000ec8] v4l2 access error: cannot open device '/dev/video0': No such file or directory
[00007f4c18000bc8] core input error: open of `v4l2://' failed
olzeke51@devuan:~$
*
and when VLC opened up it's gui - I got an error gui popup also :: with the following
Your input can't be opened:
VLC is unable to open the MRL 'v4l2://'. Check the log for details.
*
Don't know what I am doing - but hope this helps (muddy the waters??)
@fungus - there was a member (iirc dai_trying ) on the Q4OS forum that did a lot of DM and such testing .
He came up with script to save his home settings - all those 'hidden .rc type files" so that they wouldn't
interfere with each other when he switched. - He said that sometimes settings would get written over or
deleted and it was a lot of work to 'un-switch'.
'
https://www.q4os.org/forum/viewtopic.php?id=1027
HTH - but it might be a little work
When you folks talk about 'testing' a distro - what do you do??
I load them and run some Internet stuff, check my audio, and a terminal, a 'notepad-type' editor.
ya' know - basic workhorse stuff - I'm not artistic, musical
Should I be doing - graphics?, playing with different 'themes' and desktop environments?
IMO 'themes' are pretty much a .... - I know - Linux is about 'freedom of choice"!!
( 5 or 6 basic color combination is all that is needed ) - - it seems that about 25% of trouble tickets
are related to font size in so-and-so DE, or a panel/menu doesn't fade/overlay/align!!
'
Well wait a minute - Gary :: Linux has a work side and a fun size -- OKAY - back on track
It is a question - I want to try and help Devuan debug ascii and ceres .
TIA