Go to advanced search

by MaxK1
Fri Apr 14, 2017 10:23 pm
Forum: Troubleshooting
Topic: wifi @raspberry pi2 - ralink rt5370 driver
Replies: 7
Views: 4177

Re: wifi @raspberry pi2 - ralink rt5370 driver

What else is connected via USB? The Ralink is showing up as wlan1 so what is wlan0? And why is the device number 38?
Could you post the full (unfiltered!) output from dmesg?
by MaxK1
Thu Apr 13, 2017 9:05 pm
Forum: Advanced users
Topic: Faster Rasp pi 3
Replies: 4
Views: 1419

Re: Faster Rasp pi 3

Faster SD card (Samsung Evo+)
Overclock
External HDD or SSD
by MaxK1
Tue Apr 11, 2017 4:21 pm
Forum: Troubleshooting
Topic: Power Issues - New RPIs versus Old
Replies: 7
Views: 1071

Re: Power Issues - New RPIs versus Old

And where were the Pi's made? Have you made any measurements?
by MaxK1
Sun Apr 09, 2017 8:57 am
Forum: Troubleshooting
Topic: Question Regarding Cooling
Replies: 6
Views: 988

Re: Question Regarding Cooling

I use heatsinks AND fans. The fan in this pi3 is cooling the heatsink, an HDD and power supply in an old full sized SCSI drive cabinet. Keeps the temp between 37' and 40'C with force_turbo=1 and arm_freq=1350. The heatsinks are scavenged from old laptop power supplies and the fans are from either ol...
by MaxK1
Thu Apr 06, 2017 12:16 pm
Forum: Troubleshooting
Topic: eth0 not working anymore
Replies: 40
Views: 12913

Re: eth0 not working anymore

I would say you have tried everything. Consider it bored..
by MaxK1
Thu Apr 06, 2017 9:03 am
Forum: Troubleshooting
Topic: eth0 not working anymore
Replies: 40
Views: 12913

Re: eth0 not working anymore

Do the wires inside the connector look OK and nothing metallic has worked its way in to short anything? Everything on the underside of the board look OK? no bad solder joints or anything "funny" looking?
by MaxK1
Thu Apr 06, 2017 7:41 am
Forum: Troubleshooting
Topic: Raspberry Pi 2 - External powered 3.5 HDD stops working
Replies: 17
Views: 2338

Re: Raspberry Pi 2 - External powered 3.5 HDD stops working

hdparm has been around since well before the turn of the century... :) It's a handy tool to know about, but it can be dangerous (and the options that are so considered are flagged as such) Other common uses are: hdparm --direct -Tt /dev/sda for read timing. hdparm -I /dev/sda for drive info (That's ...
by MaxK1
Sun Apr 02, 2017 7:46 am
Forum: Troubleshooting
Topic: Have not been able to use wifi despite following tutorials
Replies: 11
Views: 2723

Re: Have not been able to use wifi despite following tutoria

The on-board wifi is not a USB device, so lsusb isn't going to show it.
by MaxK1
Fri Mar 31, 2017 7:32 pm
Forum: Troubleshooting
Topic: Raspberry Pi 2 - External powered 3.5 HDD stops working
Replies: 17
Views: 2338

Re: Raspberry Pi 2 - External powered 3.5 HDD stops working

Are you connecting directly to the pi? or through a hub? I suspect some them may be trying to"back-fill" extra current from the host/hub usb port during spinup and they get a bit upset (If connected directly to the Pi, you may even see the dreaded "lightning bolt" if it drops too far)
by MaxK1
Fri Mar 31, 2017 7:21 pm
Forum: Troubleshooting
Topic: Raspberry Pi 2 - External powered 3.5 HDD stops working
Replies: 17
Views: 2338

Re: Raspberry Pi 2 - External powered 3.5 HDD stops working

Sure - I have a bunch of them working with IDE and SATA drives - maybe not the best but they work fine reading AND writing. Where they fall down is when the supposedly 5V supply dips to below 4.75 volts and then go into an endless spinup/reset loop. In fact I have 5 Pi's that are using them for the ...
by MaxK1
Fri Mar 31, 2017 6:52 pm
Forum: Troubleshooting
Topic: Raspberry Pi 2 - External powered 3.5 HDD stops working
Replies: 17
Views: 2338

Re: Raspberry Pi 2 - External powered 3.5 HDD stops working

Try setting spindown time to 0 with hdparm. hdparm -S 0 /dev/sdb (Thats an upper case S) Also, check the +5V going to the HDD when not connected, during spinup and after it has spun up- sometimes the power supplies are sufficiently marginal that they don't deliver enough on +5V line during spinup an...
by MaxK1
Fri Mar 31, 2017 10:48 am
Forum: Troubleshooting
Topic: Raspberry Pi 2 - External powered 3.5 HDD stops working
Replies: 17
Views: 2338

Re: Raspberry Pi 2 - External powered 3.5 HDD stops working

what does dmesg show? I'm guessing that the drive is spinning down due to inactivity and when it tries spinning back up, you get a USB reset. Can you hear the drive as it spins up?
by MaxK1
Thu Mar 30, 2017 7:14 am
Forum: Troubleshooting
Topic: Running the new boot from USB feature
Replies: 2
Views: 446

Re: Running the new boot from USB feature

"a few errors pop up and..."
What errors? Without knowing that, nobody can help you. Obviously, rsync did NOT get installed...
by MaxK1
Mon Mar 27, 2017 10:32 am
Forum: Troubleshooting
Topic: Odd deviations in Pi3 behaviour - display issues
Replies: 19
Views: 2255

Re: Odd deviations in Pi3 behaviour - display issues

Try config_hdmi_boost=6 or 7 in /boot/config.txt to see if that fixes the lone "bad" one...
by MaxK1
Fri Mar 24, 2017 6:47 pm
Forum: Troubleshooting
Topic: HDD crash - two in a row
Replies: 10
Views: 1605

Re: HDD crash - two in a row

I had a similar problem recently - turned out to be the PSU to the drive was only putting out about 4.2 V
by MaxK1
Sun Mar 19, 2017 8:25 pm
Forum: Troubleshooting
Topic: I cannot get gf108 to show up as an audio option
Replies: 5
Views: 874

Re: I cannot get gf108 to show up as an audio option

Which is why we often ask to have a cut 'n paste of the file... :P
by MaxK1
Sun Mar 19, 2017 7:38 am
Forum: Troubleshooting
Topic: I cannot get gf108 to show up as an audio option
Replies: 5
Views: 874

Re: I cannot get gf108 to show up as an audio option

hdmi_drive=2 and dtparam_audio=on The = sign is important
by MaxK1
Sun Mar 19, 2017 7:37 am
Forum: Troubleshooting
Topic: I cannot get gf108 to show up as an audio option
Replies: 5
Views: 874

Re: I cannot get gf108 to show up as an audio option

hdmi_drive=2 and dtparam_audio=on The = sign is important
by MaxK1
Sat Mar 18, 2017 9:18 pm
Forum: Beginners
Topic: over clocking the pi zero W
Replies: 24
Views: 29468

Re: over clocking the pi zero W

How much would you have to overclock for you to consider it "worth it"? Don't expect more than about 10% (You may be one of the lucky ones that can push the SoC further, but expect a lot of experimentation and whacked SD cards) Good Luck!
by MaxK1
Sat Mar 18, 2017 4:32 am
Forum: Troubleshooting
Topic: raspberry pi 2 b+ not booting correctly
Replies: 8
Views: 1052

Re: raspberry pi 2 b+ not booting correctly

Your PSU is inadequate - The suggested minimum PSU for a Pi2 is 5V/2.4A. That may solve the problem with your screen as well, but if not there is a "stickie" for that as well. If you need to edit the file, you may have to edit it on a Windows machine... I think you need to use notepad (Sorry - It's ...
by MaxK1
Fri Mar 17, 2017 9:46 pm
Forum: Troubleshooting
Topic: raspberry pi 2 b+ not booting correctly
Replies: 8
Views: 1052

Re: raspberry pi 2 b+ not booting correctly

have you tried config_hdmi_boost=6 or 7 in /boot/config.txt? What PSU's are you using? (V and mA)
by MaxK1
Fri Mar 17, 2017 6:00 am
Forum: Troubleshooting
Topic: raspberry pi 2 b+ not booting correctly
Replies: 8
Views: 1052

Re: raspberry pi 2 b+ not booting correctly

Have you gone through the trouble shooting "stickies"? They pretty much have all we know about boot problems and solutions.
by MaxK1
Tue Mar 07, 2017 11:50 am
Forum: General discussion
Topic: Are all PI 3 model B prone to overheating?
Replies: 15
Views: 4783

Re: Are all PI 3 model B prone to overheating?

I've got all kinds of Pi's around here - some enclosed some are not. I have found that they all benefit from some sort of cooling. The 2 Pi3's are overclocked and they do get very hot without heatsinks and fans. With heatsinks and fans I can usually keep the CPU temp below ~40 degrees C with all cor...
by MaxK1
Sun Mar 05, 2017 7:37 am
Forum: Troubleshooting
Topic: Uber noon config.txt
Replies: 4
Views: 839

Re: Uber noon config.txt

make sure you have "dtparam=audio=on" in the same config.txt
Does your sister work at a strip club? ;-)
by MaxK1
Mon Feb 27, 2017 8:20 am
Forum: Advanced users
Topic: Pi 3 Always Throttled 0x50005
Replies: 5
Views: 3299

Re: Pi 3 Always Throttled 0x50005

Good goin'! I would add a bit of heat shrink (If you haven't already) on each pin. As long as you aware that you are by-passing the protection circuitry, by powering through Pins 2 and 6, you should be all set. Doesn't sound like you need to worry about cooling for a while ;-)

Go to advanced search