Show Posts
|
|
Pages: 1 [2] 3 4 ... 10
|
|
16
|
Linux Stuff / Kernel / Re: SD card support
|
on: May 02, 2009, 09:41:22 AM
|
|
That answers that, then. I haven't tried a 16 gig card... I never did manage to get an 8 gig card working properly, either. I'm using a 4 gig right now.
|
|
|
|
|
17
|
General Category / Success stories / Re: Coherence + DLink DSM-750
|
on: May 02, 2009, 06:31:35 AM
|
|
Some files seem to work better than others. I think it's related to the bitrate: the 750 seems to like higher bitrate files.
I don't know the details yet, but a 45 minute show in a file about 350M in size was awfully jumpy looking, whereas a similar length show in a 500M file looked fine. Last night we watched a show in MKV format (about a gig in size, HD) and it looked amazing.
What's interesting is that the smaller-size files looked OK when I used to convert them to DVD format.
I wonder if it's the container, not the bitrate... Perhaps if I converted them to MKV?
Nifty. Experimenting, this weekend.
|
|
|
|
|
19
|
General Category / Success stories / Coherence + DLink DSM-750
|
on: May 01, 2009, 11:39:31 AM
|
Success. And, painless. I installed Coherence with an apt-get of "python-coherence", and pointed it at my media directory on the plug's external drive. The DSM-750 arrived an hour or so ago, and I plugged it in and gave it my wireless information, and immediately the Coherence share showed up on the screen. I selected it, and there were the media files. Selected one, and sure enough, I'm watching an AVI on my TV. This is going to be a fun weekend. 
|
|
|
|
|
21
|
Linux Stuff / Kernel / Re: 2.6.30-rc4 new release
|
on: April 30, 2009, 08:52:59 PM
|
|
Looks like ext3 would have to be built in to the kernel for it to mount as ext3. I'm guessing that modules aren't processed yet at that point -- makes sense, 'cause how can a module be loaded before the filesystem on which it's located is mounted?
|
|
|
|
|
22
|
Linux Stuff / Kernel / Re: 2.6.30-rc4 new release
|
on: April 30, 2009, 08:46:38 PM
|
Gotcha. Thanks for the help, I'm rusty on this stuff! Perhaps I should try to get Slackware up on the plug, just to polish my chops. 
|
|
|
|
|
23
|
Linux Stuff / Kernel / Re: 2.6.30-rc4 new release
|
on: April 30, 2009, 06:59:13 PM
|
|
Couple of things; I'm not sure I've seen this before on boot:
EXT2-fs warning (device mmcblk0p1): ext2_fill_super: mounting ext3 filesystem as ext2
Also, on shutdown, it was complaining (not sure about the exact message) something about a device mapper.
But, it's up and running! *cheers*
|
|
|
|
|
27
|
General Category / Success stories / Re: Adventures with uShare!
|
on: April 30, 2009, 04:48:33 PM
|
|
Hey! This Coherence thing is great! I don't have the DMS-750 yet, but after starting the Coherence daemon (and adjusting the config file), the plug shows up in my Windows Media Player library. Click on videos, and there are the videos I've downloaded. Click them, and they stream/play.
I'm pretty excited to see this all hooked up tomorrow. Fingers crossed that it's not DOA!
|
|
|
|
|
28
|
Linux Stuff / General Linux questions / Re: Network: writes fast / reads slow?
|
on: April 30, 2009, 03:59:40 PM
|
|
And bidirectionally, it's looking similar:
alex@rlyeh:~$ iperf -c 192.168.0.2 -t 60 -d ------------------------------------------------------------ Server listening on TCP port 5001 TCP window size: 85.3 KByte (default) ------------------------------------------------------------ ------------------------------------------------------------ Client connecting to 192.168.0.2, TCP port 5001 TCP window size: 277 KByte (default) ------------------------------------------------------------ [ 5] local 192.168.0.3 port 49684 connected with 192.168.0.2 port 5001 [ 4] local 192.168.0.3 port 5001 connected with 192.168.0.2 port 49831 [ ID] Interval Transfer Bandwidth [ 5] 0.0-60.0 sec 3.56 GBytes 509 Mbits/sec [ 4] 0.0-60.0 sec 1.63 GBytes 234 Mbits/sec
|
|
|
|
|
29
|
Linux Stuff / General Linux questions / Re: Network: writes fast / reads slow?
|
on: April 30, 2009, 03:54:16 PM
|
|
Hey, that's a nifty tool. Here we go:
With today's shiny new Windows 7 RC as the client:
C:\Users\Alex\Downloads>iperf.exe -c 192.168.0.3 -t 60 ------------------------------------------------------------ Client connecting to 192.168.0.3, TCP port 5001 TCP window size: 8.00 KByte (default) ------------------------------------------------------------ [148] local 192.168.0.2 port 49787 connected with 192.168.0.3 port 5001 [ ID] Interval Transfer Bandwidth [148] 0.0-60.0 sec 2.18 GBytes 312 Mbits/sec
With the plug as the client:
alex@rlyeh:~$ iperf -c 192.168.0.2 -t 60 ------------------------------------------------------------ Client connecting to 192.168.0.2, TCP port 5001 TCP window size: 16.0 KByte (default) ------------------------------------------------------------ [ 3] local 192.168.0.3 port 34301 connected with 192.168.0.2 port 5001 [ ID] Interval Transfer Bandwidth [ 3] 0.0-60.0 sec 6.26 GBytes 896 Mbits/sec
|
|
|
|
|
30
|
Linux Stuff / General Linux questions / Re: Network: writes fast / reads slow?
|
on: April 30, 2009, 03:34:11 PM
|
I'll go google iperf now, see if it's something I can get going this evening. So --- you're seeing similar performance differences, it seems. Five times faster in one direction than the other. I'd sort of like to figure this one out. Yeah, I realized after I initalliy posted that scp wasn't going to be a good choice for this test. 
|
|
|
|
|