Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
05-07-2023, 04:51 PM
|
#1
|
Member
Registered: Jun 2022
Posts: 247
Rep:
|
mp3 player not recognized
mp3 player not recognized
Ubuntu 22.x lts
My mp3 player doesn't show up in Ubuntu/task bar.
It use to in previous versions of Ubuntu
?
fyi: it's a sandisk mp3 player
|
|
|
05-07-2023, 05:59 PM
|
#2
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,392
|
Questions to ask yourself.
What file system does it have on it? Such as FAT32. And can I mount it to a directory.
Can I find it with fdisk, lsblk, dmesg -W, lsusb.
Or is it an mtp device. Can I use an mtp client to mount it.
Edit:
When I plug it in, what device node is it.
Last edited by teckk; 05-07-2023 at 06:00 PM.
|
|
1 members found this post helpful.
|
05-07-2023, 08:07 PM
|
#3
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,836
|
When it's connected to the machine, does it show when you this command?
|
|
|
05-07-2023, 08:23 PM
|
#4
|
Moderator
Registered: Aug 2002
Posts: 26,647
|
It depends on the model of player. Some have the capability of MSC mode i.e. looks like a regular flash drive, some are MTP only and some could be switched between the two modes.
You might have to install the mtp-tools package before the player is recognized.
|
|
|
05-08-2023, 07:24 AM
|
#5
|
Member
Registered: Jun 2022
Posts: 247
Original Poster
Rep:
|
Quote:
Originally Posted by frankbell
When it's connected to the machine, does it show when you this command?
|
Code:
michael@michael-HP-EliteDesk-800-G1-SFF:~$ fdisk -l
fdisk: cannot open /dev/loop0: Permission denied
fdisk: cannot open /dev/loop1: Permission denied
fdisk: cannot open /dev/loop2: Permission denied
fdisk: cannot open /dev/loop3: Permission denied
fdisk: cannot open /dev/loop4: Permission denied
fdisk: cannot open /dev/loop5: Permission denied
fdisk: cannot open /dev/loop6: Permission denied
fdisk: cannot open /dev/loop7: Permission denied
fdisk: cannot open /dev/sda: Permission denied
fdisk: cannot open /dev/sdb: Permission denied
fdisk: cannot open /dev/loop8: Permission denied
fdisk: cannot open /dev/loop9: Permission denied
fdisk: cannot open /dev/loop10: Permission denied
fdisk: cannot open /dev/loop11: Permission denied
fdisk: cannot open /dev/loop12: Permission denied
fdisk: cannot open /dev/loop13: Permission denied
fdisk: cannot open /dev/loop14: Permission denied
fdisk: cannot open /dev/loop15: Permission denied
fdisk: cannot open /dev/loop16: Permission denied
fdisk: cannot open /dev/loop17: Permission denied
fdisk: cannot open /dev/loop18: Permission denied
fdisk: cannot open /dev/loop19: Permission denied
fdisk: cannot open /dev/loop20: Permission denied
fdisk: cannot open /dev/loop21: Permission denied
fdisk: cannot open /dev/loop22: Permission denied
fdisk: cannot open /dev/loop23: Permission denied
fdisk: cannot open /dev/loop24: Permission denied
fdisk: cannot open /dev/loop25: Permission denied
fdisk: cannot open /dev/loop26: Permission denied
fdisk: cannot open /dev/loop27: Permission denied
fdisk: cannot open /dev/loop28: Permission denied
fdisk: cannot open /dev/loop29: Permission denied
fdisk: cannot open /dev/loop30: Permission denied
fdisk: cannot open /dev/loop31: Permission denied
fdisk: cannot open /dev/loop32: Permission denied
fdisk: cannot open /dev/loop33: Permission denied
fdisk: cannot open /dev/loop34: Permission denied
fdisk: cannot open /dev/loop35: Permission denied
fdisk: cannot open /dev/loop36: Permission denied
fdisk: cannot open /dev/loop37: Permission denied
fdisk: cannot open /dev/loop38: Permission denied
fdisk: cannot open /dev/loop39: Permission denied
fdisk: cannot open /dev/loop40: Permission denied
fdisk: cannot open /dev/loop41: Permission denied
fdisk: cannot open /dev/loop42: Permission denied
fdisk: cannot open /dev/loop43: Permission denied
fdisk: cannot open /dev/loop44: Permission denied
fdisk: cannot open /dev/loop45: Permission denied
fdisk: cannot open /dev/loop46: Permission denied
fdisk: cannot open /dev/loop47: Permission denied
fdisk: cannot open /dev/loop48: Permission denied
fdisk: cannot open /dev/loop49: Permission denied
fdisk: cannot open /dev/loop50: Permission denied
fdisk: cannot open /dev/loop51: Permission denied
fdisk: cannot open /dev/loop52: Permission denied
michael@michael-HP-EliteDesk-800-G1-SFF:~$
|
|
|
05-08-2023, 07:27 AM
|
#6
|
Member
Registered: Jun 2022
Posts: 247
Original Poster
Rep:
|
Quote:
Originally Posted by michaelk
It depends on the model of player. Some have the capability of MSC mode i.e. looks like a regular flash drive, some are MTP only and some could be switched between the two modes.
You might have to install the mtp-tools package before the player is recognized.
|
I installed mtp-tools using Synaptic package manager. Now, how do I use it? Smiles
|
|
|
05-08-2023, 08:02 AM
|
#7
|
Moderator
Registered: Aug 2002
Posts: 26,647
|
You have to use sudo fdisk i.e.
sudo fdisk -l
What desktop are you running?
apt install gvfs-mtp
The file browser should automatically mount the player.
|
|
|
05-08-2023, 08:30 AM
|
#8
|
Member
Registered: Jun 2022
Posts: 247
Original Poster
Rep:
|
Quote:
Originally Posted by michaelk
You have to use sudo fdisk i.e.
sudo fdisk -l
What desktop are you running?
apt install gvfs-mtp
The file browser should automatically mount the player.
|
I'm using Ubuntu 22.x I think it's wayland?
Code:
michael@michael-HP-EliteDesk-800-G1-SFF:~$ sudo fdisk -l
[sudo] password for michael:
Disk /dev/loop0: 4 KiB, 4096 bytes, 8 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 187.9 MiB, 197029888 bytes, 384824 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 187.9 MiB, 197029888 bytes, 384824 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 153.5 MiB, 160952320 bytes, 314360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop4: 154.25 MiB, 161746944 bytes, 315912 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop5: 148.44 MiB, 155652096 bytes, 304008 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop6: 149 MiB, 156241920 bytes, 305160 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop7: 116.79 MiB, 122458112 bytes, 239176 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: Samsung SSD 870
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 8FB7D54A-C82B-4B16-96AA-37640511E023
Device Start End Sectors Size Type
/dev/sda1 2048 1050623 1048576 512M EFI System
/dev/sda2 1050624 1953523711 1952473088 931G Linux filesystem
Disk /dev/sdb: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: ST1000NM0033-9ZM
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: D46CF724-B6A7-4363-8BFD-90A0B4D144B8
Device Start End Sectors Size Type
/dev/sdb1 2048 1937139711 1937137664 923.7G Linux filesystem
/dev/sdb2 1937139712 1953523711 16384000 7.8G Linux swap
Disk /dev/loop8: 116.76 MiB, 122433536 bytes, 239128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop9: 55.61 MiB, 58314752 bytes, 113896 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop10: 55.61 MiB, 58310656 bytes, 113888 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop11: 63.32 MiB, 66392064 bytes, 129672 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop12: 63.34 MiB, 66412544 bytes, 129712 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop13: 72.99 MiB, 76537856 bytes, 149488 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop14: 72.99 MiB, 76537856 bytes, 149488 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop15: 55.1 MiB, 57778176 bytes, 112848 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop16: 55.03 MiB, 57704448 bytes, 112704 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop17: 22.16 MiB, 23232512 bytes, 45376 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop18: 241.9 MiB, 253648896 bytes, 495408 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop19: 241.49 MiB, 253222912 bytes, 494576 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop20: 391.27 MiB, 410279936 bytes, 801328 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop21: 521.44 MiB, 546766848 bytes, 1067904 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop22: 164.82 MiB, 172830720 bytes, 337560 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop23: 164.82 MiB, 172830720 bytes, 337560 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop24: 349.69 MiB, 366673920 bytes, 716160 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop25: 349.69 MiB, 366678016 bytes, 716168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop26: 460.56 MiB, 482930688 bytes, 943224 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop27: 460.56 MiB, 482930688 bytes, 943224 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop28: 140 KiB, 143360 bytes, 280 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop29: 81.26 MiB, 85209088 bytes, 166424 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop30: 91.69 MiB, 96141312 bytes, 187776 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop31: 52.36 MiB, 54898688 bytes, 107224 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop32: 52.36 MiB, 54902784 bytes, 107232 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop33: 37.09 MiB, 38891520 bytes, 75960 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop34: 4.2 MiB, 4403200 bytes, 8600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop35: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop36: 102.5 MiB, 107474944 bytes, 209912 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop37: 102.84 MiB, 107835392 bytes, 210616 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop38: 157.76 MiB, 165425152 bytes, 323096 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop39: 260.71 MiB, 273375232 bytes, 533936 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop40: 289.78 MiB, 303853568 bytes, 593464 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop41: 101.47 MiB, 106397696 bytes, 207808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop42: 213.2 MiB, 223559680 bytes, 436640 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop43: 51.66 MiB, 54173696 bytes, 105808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop44: 51.66 MiB, 54173696 bytes, 105808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop45: 45.93 MiB, 48156672 bytes, 94056 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop46: 45.93 MiB, 48160768 bytes, 94064 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop47: 53.24 MiB, 55824384 bytes, 109032 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop48: 53.24 MiB, 55824384 bytes, 109032 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop49: 428 KiB, 438272 bytes, 856 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop50: 452 KiB, 462848 bytes, 904 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop51: 295.71 MiB, 310079488 bytes, 605624 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop52: 320.44 MiB, 336003072 bytes, 656256 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
michael@michael-HP-EliteDesk-800-G1-SFF:~$
Also,
Code:
michael@michael-HP-EliteDesk-800-G1-SFF:~$ apt install gvfs-mtp
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
michael@michael-HP-EliteDesk-800-G1-SFF:~$
Last edited by kernelhead; 05-08-2023 at 08:31 AM.
|
|
|
05-08-2023, 08:32 AM
|
#9
|
Moderator
Registered: Aug 2002
Posts: 26,647
|
You need to use sudo to install packages.
sudo apt install gvfs-mtp
|
|
|
05-08-2023, 11:24 AM
|
#10
|
Member
Registered: Jun 2022
Posts: 247
Original Poster
Rep:
|
Quote:
Originally Posted by michaelk
You need to use sudo to install packages.
sudo apt install gvfs-mtp
|
ok, now what? reboot and run what command line in terminal please
|
|
|
05-08-2023, 12:35 PM
|
#11
|
Moderator
Registered: Aug 2002
Posts: 26,647
|
|
|
|
05-08-2023, 08:57 PM
|
#12
|
Member
Registered: Jun 2022
Posts: 247
Original Poster
Rep:
|
Quote:
Originally Posted by michaelk
|
I did the first terminal command but got stuck on this one:
Quote:
michael@michael-HP-EliteDesk-800-G1-SFF:~$ dnf install gvfs-mtp
Command 'dnf' not found, but can be installed with:
sudo apt install dnf
michael@michael-HP-EliteDesk-800-G1-SFF:~$ sudo apt dnf install gvfs-mtp
E: Invalid operation dnf
michael@michael-HP-EliteDesk-800-G1-SFF:~$
|
|
|
|
05-08-2023, 09:31 PM
|
#13
|
Moderator
Registered: Aug 2002
Posts: 26,647
|
It's just
sudo apt install gvfs-mtp
|
|
|
05-08-2023, 09:31 PM
|
#14
|
Member
Registered: Dec 2016
Posts: 338
Rep: 
|
|
|
|
05-09-2023, 05:38 AM
|
#15
|
Member
Registered: Jun 2022
Posts: 247
Original Poster
Rep:
|
Quote:
Originally Posted by michaelk
It's just
sudo apt install gvfs-mtp
|
ok i did that one correcty, now i did the third one wrong:
Quote:
michael@michael-HP-EliteDesk-800-G1-SFF:~$ sudo apt pacman -S gvfs-mtp
E: Command line option 'S' [from -S] is not understood in combination with the other options.
michael@michael-HP-EliteDesk-800-G1-SFF:~$ pacman -S gvfs-mtp
Command 'pacman' not found, but can be installed with:
sudo apt install pacman
michael@michael-HP-EliteDesk-800-G1-SFF:~$
|
|
|
|
All times are GMT -5. The time now is 08:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|