00:20
Hi,
Over the past weeks, I\'ve been ripping my CD collection to FLAC and hwanted to make it playable to my HiFi. Raspyfi looks exactly like what I\'d need So, I really do appreciate the effort behind this nice piece of software.
Downloaded and installed it successfully, can access it via SSH (Putty), GMPC and MPDroid. But: No music whatsoever
I hooked up a 2TB USB HDD (NTFS, USB3) to Raspberry, followed the instructions in http://www.raspyfi.com/forum/r…..eshooting/ . Installation of NTFS seemed to work, but fdisk -l didn\'t show any results. Apparentlyx, the HDD doesn\'t mount. Updating database via GMPC didn\'t produce any success, no matter how long I wait., no error messages either. Hooking up the HDD via powered USB Hub or directly to Pi doesn\'t make any difference.
I then tried to use a simple USB stick (8GB FAT32), attached directly to Pi) – same problem. Doesn\'t mount, Songs are not accessible.Kind of frustrating
Re-installed Raspyfi, no change.
Any idea what I could be doing wrong?
There are some other problems as well: I can\'t get WLAN working. Tried a Realtek Dongle that supposedly is compatible (got it as a package together with the Pi through a distributor here in Germany), but can\'t get it to cooperate. Following the respective hints in Raspyfi\'s Wi-Fi Guide didn\'t help. WLAN0 is there, but doesn\'t get any IP. Realtek packages are installed. Ethernet works oK. WLAN adapter is recognized, but Wicd-curses shows not networks (I\'ve got 2 here, connecting to them via Win, Mac, Ubuntu and Android works without any problems. Frustrating as well
Apart from all that – one question: Is there any way to persuade Raspify to \"read\" audio files shared via Windows shares and a NAS (DLNA – those files are accessible otherwise, through BubbleUPnP for instance)?
Sorry if I sound somewhat slow here, apparently, I\'m not a Linux command line wizard Any help is greatly appreciated.
Thanks, Uwe
11:23
Hi,
a good friend of mine who is Linux literate had a look at my problem. Wifi seems to be fixed, it appeared to be the problem mentioned in the update to your Wifi guide http://www.raspyfi.com/wi-fi-o…..ple-guide/. Shame on me, I just hadn't seen the update
We tried a NTFS drive here in the office, it mounted oK. Could it be that my problem might be related to either the size (2TB) of the drive or the fact that it is USB 3.0?
regards, Uwe
Ok, so the wi-fi is done, good.
There is a bug in Rc2 which prevents automount of disks while in Wi-fi (this will be fixed in next version). And remember, that RaspyFi comes with FAT32 support, not Ntfs. But this can be fixed (although I recommend to use fat, cause ntfs is resource intensive). What you should do is:
sudo apt-get install libfuse2 ntfs-3g
then
check how your disk is called:
fdisk -l
then you should tell fstab that your drive is ntfs, not fat32
sudo nano /etc/fstab
and change "vfat" with ntfs. If fdisk -l gives you a different name for your hard drive, then change the name as well (example sda1 becomes sdb1).
Then try to mount with
mount -a
You should be ok then.
As for the Nas, read the quick start guide, you should be able to read your library via samba. If you want to use nas just remember to login via ssh everytime you boot and give the mount -a command.
This minor bug will be fixed in next release.
As for the upnp there is no support yet, I'll consider putting it in next release. But you will find for sure some tutorial that will explain how to enable it. You will find no difficulties since RaspyFi is based on debian!
Hope I helped
16:54
Thank you for your detailled help. I followed your instructions, almost everything went oK, apart from the last step. mount -a produces mount error(115): Operation now in progress.
What can be done about that?
Thanks for the other hints as well – highly appreciated!
Uwe
17:37
NTFS. Same happens if I remove the NTFS HDD and plug in a FAT32 stick instead. fdisk -l sees it, but mount -a produces the error message mentioned above.
So, guess you did an error while editing fstab. Could you paste your fstab content?
Paste also your fdisk -l output
20:05
Thanks again for your quick reply.
fdisk -l would show
Disk /dev/mmcblk0: 8001 MB, 8001683456 bytes
4 heads, 16 sectors/track, 244192 cylinders, total 15628288 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 identifier: 0x00017b69
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 8192 122879 57344 c W95 FAT32 (LBA)
/dev/mmcblk0p2 122880 3788799 1832960 83 Linux
Disk /dev/sdb: 2000.4 GB, 2000398931968 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029164 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 identifier: 0x9ccf44dd
fstab would be
proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
//192.168.1.27/nasmusic /mnt/nas cifs username=pi,password=,uid=mpd,file_mode=0$
/dev/sdb1 /media/music ntfs-3g defaults 0 0
# a swapfile is not a swap partition, so no using swapon|off from here on, use $
You know what's totally weird? I still get the error msg, but after several attempts, GMPC finally sees all the music and plays it as well. It took several attempts, inbetween I got a lot of MPD error messages about not being able to decode the music, – but now it seems to work. Very, very strange. Could it be that raspyfi has some problem if the HDD spins down after not being used for a while?
I'm kind of flabbergasted here…
You know that was centuries since the last time I heard the work flabbergasted?
Well, this error could be due to the nas not present, so precautionally I suggest you to comment the nas line:
#//192.168.1.27/nasmusic /mnt/nas cifs username=pi,password=,uid=mpd,file_mode=0$
Then, ntfs is a bad choice with raspbian, since it is very resource intensive. If you can (since your drive is new) just format it as fat32 and recopy your library…
But. Just wait some days for the new version to come out, it has a new filesystem mount system, hope this will solve lot of issues like yours
20:55
Yeah – flabbergasted is one of those nice words, isn't it
Right now, everything seems to run. Thanks for the help so far. One other question: I'd like to keep the HDD connected to Rasperry, but I also want to be able to add new music to it. In my view, a good way to achieve that would be to make the HDD accessible for my Windows PC. I've found quite some tutorials for that on the web, but none that makes complete sense to me. Is it possible to share the HDD so that a Win PC can access it, although it already has some mount point? From my question, you obviously see, that I don't have too much knowledge of Linux, so sorry for being somewhat thick here.
Right now, this HD is sda1 (changed it from sdb..). What would I need to do to share it?
Thanks again, Uwe
That is easy!
Donwload filezilla:
https://filezilla-project.org/download.php
Then open it. Configure as follows:
push ctrl+s
Insert:
new site
Host: your raspberry ip
Port: 22
Access type: normal
User: pi
Pass: raspberry
Then, click connect.
Just navigate to the folder where your hard disk is mounted (should be /media/mount)
Paste everything you want! Here you are
Hope you're flabbergasted now as well!
22:40
Thanks again – I begin to feel like in a 1:1 support session Can't thank you enough.
Works as soon as I choose SFTP as protocol.
Nice workaround – but to be honest, I was thinking along the lines of mounting the HD that is connected to Pi as a network drive to Windows, so that I can rip CDs directly to the drive without saving them to a local drive first and then ftping them over to Pi.
I found a procedure like that: http://www.thomas-krenn.com/de…..ter_Debian (Sorry, German Website, but perhaps the CLI lines make sense to you?)
What I don't get with my limited knowledge is the path to the partition (/media/storage). as far as I can see, I'd need to assign the partition that is assigned to the HD – could that be /media/music?
Sorry to bother you that much – I can only say I'm very grateful.
Take care, Uwe
Kein problem, ich spreche also deutsch…
Anyway, this is a much confortable solution, the price to pay is to have another service running, which may degrade overall performance. And consider that lot of ethernet transfers can cause your sd to corrupt. So try it at these risks!
11:10
Thanks again. I wasn't aware of those problems. Tried it nonetheless – and it seems to work quite nicely. Ripping to the HD seems to be quite slow, though (Wifi? NTSC on Pi?) Perhaps I'm going to buy another Pi and turn it into a NAS, but for the time being I've got a working solution
Thanks agoin for your kind support – and I'm looking forward to seeing the next steps in the development of Rasbyfi.
It's slow for all the reason you mentioned, better to rip locally, then connect the hard disk to the pc and transfer… Ensures the quality of your rip.
I got my pi as a nas some time ago, and it was a terrible adventure. I advise you to use an old laptop, with openmediavault for example:
http://www.openmediavault.org/
Or just buy a basic nas, raspberry will frustrate you, trust me!
19:46
Thanks again I wouldn't have expected rasperry to perform poorly as a NAS, but of course I trust your expertise here
Set up openmediavault on an old desktop PC (just for the fun…), works oK, Linking raspyfi to a music share on an USB disk worked as well. Nice setup, looks as if I could stick to that (apart from perhaps exchanging the PC for an old laptop).
What I find strange, though, is that suddenly it takes ages to renew raspyfi's database (1700 albums, 23000 songs). Hours and hours – and I'm still stuck with artists beginning with "F"… Unbelievable. Could it be the fact that raspyfi is connected via wifi? But then again – just getting the database shouldn't cause that much traffic… The NAS machine shouldn't be too slow either (AMD 64 3000, 2 GB RAM). Was much quicker when the HDD was connected directly to Pi, although it took quite some time then as well.
Thanks again, can't wait to see Raspyfi's next RC
Happy to hear those news! I know, db update through nas takes ages.
Take time to try the new version, and give us some feedbacks! It so easy to use!
http://www.raspyfi.com/forum/g…..beta-test/
Just wanted to ask if the NTFS issue was sorted in 1.0 release ?
I am loving the sound quality through pen drive but as soon as I try my powered external HDD (500gb) I am having no joy.
Tried NTFS = Nothing
Tried format to Fat32 = Only able to format to ExFat (don't know if that is relevant) still Nothin
Tried to Format to Fat32 from cmd line in windows = returned a 'drive too big for Fat32'
Tried to delete Drive then made Exfat = Nothing
I was going to try some of the wizardry mentioned above but was hoping for a simpler answer…. any suggestions ?
Pen drive works great, files are M4A containing ALAC files all straight from CD.
Thanks for fantastic low cost high quality project.
Just to follow up.
I formatted HDD using a fat32 programme, for some reason Windows doesnt like to format a large HDD (above 32gb i have read ?)
http://www.ridgecrop.demon.co……format.htm
After doing this, the RaspyFi now works as it should !
All music is M4A ripped in itunes lossless format.
Great stuff and thanks for the hard work put in.
Using a Cambridge audio Amp 651A with DAC built-in. (I am happy i can use the volume with no quality loss option)
As a side note, when i tried a blind test of sound quality comparing my CD player vs Computer output, there was a definite degradation using the computer.
Using the RaspyFi the sound quality is same as CD player, all good.
07:24
jN8Tvy bufuddkrgfnu, xneprtwmbvob, [link=http://gemxxtnqqjor.com/]gemxxtnqqjor[/link], http://dwtmzcfcoodg.com/
Most Users Ever Online: 200
Currently Online:
6 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Gyp: 82
yoghurtlidlicker: 37
PaulM: 36
icai: 35
Derek: 29
Karsten: 27
tc-fi: 22
Ronaldo: 21
ENSen: 21
chriz: 20
Member Stats:
Guest Posters: 3619
Members: 569
Moderators: 0
Admins: 1
Forum Stats:
Groups: 4
Forums: 10
Topics: 469
Posts: 13163
Newest Members: polo2016, dongdong8, wlpwlp, Sager, ninestab123, lmx66, lmx, jlgg, chenyan, guoyanying
Administrators: admin (401)