ichiban:
# should be enough to load module manually
modprobe snd-usb-audio
aplay -l
Got this as a result
root@bbb:/# modprobe snd-usb-audio
FATAL: Module snd-usb-audio not found.
root@bbb:/#
I wonder if anyone can help me mount my NAS as a music server.
I've edited /etc/fstab thusly:
I've edited /etc/fstab thusly:
When I refresh the database in ympd it times out, Do I need to enter anything in the ympd settings?#windows share directory (cifs)
//192.168.2.100/Public/Music /data/remote cifs user=admin,pass=allders2161,cache=none,gid=audio
# networked file system (nfs)
192.168.2.100😛ublic/Music /data/remote nfs soft
I wonder if anyone can help me mount my NAS as a music server.
I've edited /etc/fstab thusly:
When I refresh the database in ympd it times out, Do I need to enter anything in the ympd settings?
Don't know if this will help, but. I entered this using Putty/SSH ....
mount.cifs //Msi-pc/M /data/remote -o username=joe,password=j03
...the files are on a PC running Win7, Msi-pc is the Computers name in Win7 and M is a partition setup with shares. The mount command links the PC partition to /data/remote, after the mount when I do a la -la on it the remote directories show up and when I start an MPD/window on the PC I can see it in the browse data base and can do and update data base. Hope this helps.
I gave up trying to do it in /etc/fstab, for now anyway.
I also found this in my searches ....
===========================================================================
mount error 13 = Permission Denied (your mistake in the mounting Statement)
Solution
Most of people got this Permission Denied access when mounting a
Windows Shared folder
following mounting ->
usually : mount -t cifs //<MachineName>/<Shared Folder> /mnt/Shared -o username=<username>,password=<password>
give you error 13.
correct : mount -t cifs //<MachineName>/<SharedFolder> /mnt/Shared -o username=<DomainName>/<username>,password=<password>
Yes! the only deference is "domain name:<DomainName>" is missing. In case of No Domain try to put your <MachineName> there.
cifs does not locate domain itself (I guess).
Last edited:
Thanks, I'll give it a go. This stuff isn't easy for Linux noobs!
You said it bubba, did you see the added info I added to post seconds ago?
I have now, thanks. Do you have to enter the command every time you power on the BBB?
Well, went I shut down and re powered and ran
http://192.168.1.2:8080/#/browse/0/ to run MPD in Win7
it still had the remote database and all the files showed up, so,
it looks that way, I'm going to power down and see if it's
ok in SSH. ...
I have now, thanks. Do you have to enter the command every time you power on the BBB?
And the answer is, yes! You could try putting the mount command in /etc/fstab
And the answer is, yes! You could try putting the mount command in /etc/fstab
Well, now the manually entered mount command doesn't work!
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
It's been ok for two days and now........?
Sorry that I made you break it :-(
I expect a Linux expert (Linuxpert?) will be along to help us out.
I expect a Linux expert (Linuxpert?) will be along to help us out.
Sorry that I made you break it :-(
I expect a Linux expert (Linuxpert?) will be along to help us out.
No, funny thing is I powered it , BBB, down and restarted it and the mount took!😕
Module snd-usb-audio should be available from v4 and up. If you are using v3, you need to upgrade.
Commands to be executed at the boot can be written into file /etc/rc.local
Commands to be executed at the boot can be written into file /etc/rc.local
Hi miero.
I did a clean install of Botic V4, flashed it to eMMC and then performed the V5 upgrade. After reboot I'm seeing 'Linux botic 4.0.0-botic5 #1 PREEMPT...'
However, /boot/uboot/uEnv.txt doesn't exist. Did I miss something or make a mistake?
Everything seems to be working.
Thanks
Ray
I did a clean install of Botic V4, flashed it to eMMC and then performed the V5 upgrade. After reboot I'm seeing 'Linux botic 4.0.0-botic5 #1 PREEMPT...'
However, /boot/uboot/uEnv.txt doesn't exist. Did I miss something or make a mistake?
Everything seems to be working.
Thanks
Ray
Last edited:
Module snd-usb-audio should be available from v4 and up. If you are using v3, you need to upgrade.
Commands to be executed at the boot can be written into file /etc/rc.local
I've been digging around at/on https://github.com/miero/linux-dev and can't find v4 upgrade? Are they patches to be applied to v3, or a whole install/flash?
I've been digging around at/on https://github.com/miero/linux-dev and can't find v4 upgrade? Are they patches to be applied to v3, or a whole install/flash?
Found it. Index of /botic4
Found it. Index of /botic4
Do I need to follow the instructions in post#662 to flash v4 ??
because I get the following results
root@bbb:/# pwd
/
root@bbb:/# mkdir /mnt2
root@bbb:/# mount /dev/mmcblk1p2 /mnt2
mount: special device /dev/mmcblk1p2 does not exist
root@bbb:/#
This is the file I'll be flashing bbb-botic-v4-1gb.img
Well, I tried to flash eMMC with v4 using
root@bbb:~# /opt/scripts/tools/eMMC/beaglebone-black-make-microSD-flasher-from-eMMC.sh
many lines scrolled on the screen(SSH) powered off and disconnected power cord. Restarted/booted and it's still at v.3.16.1 ?
Tried just booting from SD card, doesn't show v.4 running but v.3?
root@bbb:~# /opt/scripts/tools/eMMC/beaglebone-black-make-microSD-flasher-from-eMMC.sh
many lines scrolled on the screen(SSH) powered off and disconnected power cord. Restarted/booted and it's still at v.3.16.1 ?
Tried just booting from SD card, doesn't show v.4 running but v.3?
Tried booting, by holding the boot button on power up, from the SD/v4Botic, and v3 still shows???
For some reason, I can't connect to my BBB now. I just get "Network error:connection refused"
🙁
🙁
For some reason, I can't connect to my BBB now. I just get "Network error:connection refused"
🙁
Correct IP address?
- Home
- More Vendors...
- Twisted Pear
- Support for Botic Linux driver