Linux Discussion Thread

Which OS do you use primarily?


  • Total voters
    44

Desmond

Destroy Erase Improve
Staff member
Admin
Permissions might help with that. Add yourself as the owner of the mount directory and for users who you want to give read access, you can either add them to a group and set that group to the directory or just set the others permission to read so that by default that directory can only be read from for all users.

In other words set the permissions to 744 (this means owner has rwx, group has r-- and others have r--). This can be set in fstab IIRC provided that the mount directory is owned by root.
 
OP
Vyom

Vyom

The Power of x480
Staff member
Admin
Ow, man. Now this is where you lost me.
Will need to give it some time. Will get back in another few months, when I try it. :p
 
OP
Vyom

Vyom

The Power of x480
Staff member
Admin
The video was more detailed then I expected! And Anthony hopping in to correct Linus was even better xD
Now, how do I get this!?!!

LinuxDashboard!.png
 
OP
Vyom

Vyom

The Power of x480
Staff member
Admin
Many thanks man! Glaces is so cool. It also is cross platform, so works in Windows and Android too! :shock:
 
OP
Vyom

Vyom

The Power of x480
Staff member
Admin
Well, gtop is cool too. But I needed to run it with environment variables:
Code:
LANG=en_US.utf8 TERM=xterm-256color gtop
TFS!
 

Desmond

Destroy Erase Improve
Staff member
Admin
But I needed to run it with environment variables
That's only if you use some different character encoding that causes question marks or other garbage characters to appear on your terminal. But then again, you should always try to use UTF-8 as the standard char-set of your system.
 
OP
Vyom

Vyom

The Power of x480
Staff member
Admin
Well, thanks. I checked and found that my locale was not set to utf-8. So I updated the file: /etc/default/locale and (after a reboot) now gtop works fine!
 

Nerevarine

Incarnate
I am trying out manjaro KDE.
I m having a wierd USB issue where my Fiio DAC keeps on disconnecting every now and then.
dmesg gives following output

can you tell me a way to debug/fix this
[ 2166.688628] usb 1-2: Not enough bandwidth for altsetting 2
[ 2166.688630] usb 1-2: 1:2: usb_set_interface failed (-22)
[ 2166.688789] xhci_hcd 0000:03:00.0: ERROR: unexpected command completion code 0x13.
[ 2166.688803] usb 1-2: Not enough bandwidth for altsetting 2
[ 2166.688804] usb 1-2: 1:2: usb_set_interface failed (-22)
[ 2166.689330] xhci_hcd 0000:03:00.0: ERROR: unexpected command completion code 0x13.
[ 2166.689345] usb 1-2: Not enough bandwidth for altsetting 2
[ 2166.689346] usb 1-2: 1:2: usb_set_interface failed (-22)
[ 2166.689457] xhci_hcd 0000:03:00.0: ERROR: unexpected command completion code 0x13.
[ 2166.689472] usb 1-2: Not enough bandwidth for altsetting 2
[ 2166.689473] usb 1-2: 1:2: usb_set_interface failed (-22)
[ 2166.689584] xhci_hcd 0000:03:00.0: ERROR: unexpected command completion code 0x13.
[ 2166.689598] usb 1-2: Not enough bandwidth for altsetting 2
[ 2166.689599] usb 1-2: 1:2: usb_set_interface failed (-22)
[ 2166.689779] xhci_hcd 0000:03:00.0: ERROR: unexpected command completion code 0x13.
[ 2166.689792] usb 1-2: Not enough bandwidth for altsetting 2
[ 2166.689793] usb 1-2: 1:2: usb_set_interface failed (-22)
[ 2166.689961] xhci_hcd 0000:03:00.0: ERROR: unexpected command completion code 0x13.
[ 2166.689975] usb 1-2: Not enough bandwidth for altsetting 2
[ 2166.689976] usb 1-2: 1:2: usb_set_interface failed (-22)
[ 2166.690011] usb 1-2: USB disconnect, device number 41
[ 2166.880004] usb 1-2: new full-speed USB device number 42 using xhci_hcd
[ 2167.290010] usb 1-2: new high-speed USB device number 43 using xhci_hcd
[ 2167.345590] usb 1-2: New USB device found, idVendor=2972, idProduct=0035, bcdDevice= 1.07
[ 2167.345595] usb 1-2: New USB device strings: Mfr=1, Product=3, SerialNumber=2
[ 2167.345597] usb 1-2: Product: FiiO Q1
[ 2167.345600] usb 1-2: Manufacturer: GuangZhou FiiO Electronics Co.,Ltd
[ 2167.345602] usb 1-2: SerialNumber: FA132505
[ 2168.044204] usb 1-2: 1:3 : unsupported format bits 0x100000000
[ 2176.402762] audit: type=1101 audit(1584030776.251:149): pid=5667 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="nerevarine" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[ 2176.402952] audit: type=1110 audit(1584030776.251:150): pid=5667 uid=0 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[ 2176.405865] audit: type=1105 audit(1584030776.254:151): pid=5667 uid=0 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'



@Desmond David

It could be a motherboard issue where usb chipset drivers arent supported by manjaro but my other devices are fine, only audio device keeps switching. MacOSX and Windows run fine with the DAC I mentioned.
 

Desmond

Destroy Erase Improve
Staff member
Admin
@Nerevarine what is the output of `lsusb` with the DAC connecte to the USB drive?

Definitely seems like a driver issue. Have you tried attaching it to other ports on your motherboard?
 
Top Bottom