Search found 4437 matches
- Fri Aug 24, 2018 9:32 am
- Forum: Troubleshooting
- Topic: Cant connect to WIndows Workgroup / shared drives
- Replies: 4
- Views: 1728
Re: Cant connect to WIndows Workgroup / shared drives
Welcome to the Forums! have you installed the following packages on your RPi3B+? a. samba b. samba-common-bin if not start installing those, then edit the /etc/samba/smb.conf file oh before doing that, first better have a good read on setting up samba on RPi, so you understand what you need to do.
- Fri Aug 24, 2018 9:22 am
- Forum: Beginners
- Topic: SSD Boot Process
- Replies: 49
- Views: 7389
Re: SSD Boot Process
Has anyone tried to get a full 2-terrabytes connected to a Pi with it working (well working correctly whatever that should mean?). For your reference I have a Raspberry Pi 1 Model B+ with a. 16GB Sandisk CruzerFit USB Thumbdrive as boot b. 2.5" 2TB Seagate Barracuda HDD, NTFS formatted single ...
- Fri Aug 24, 2018 3:53 am
- Forum: General discussion
- Topic: Is it really true, that the RPi runs faster when booting from a good USB Stick?
- Replies: 31
- Views: 12633
Re: Is it really true, that the RPi runs faster when booting from a good USB Stick?
from my experience (with a RPi2B, RPi3B, and RPi3B+)....
its a YES from me....
its a YES from me....
- Fri Aug 24, 2018 3:42 am
- Forum: Troubleshooting
- Topic: Did i fried my pi?
- Replies: 2
- Views: 415
Re: Did i fried my pi?
If you dont use the proper recommended power supply for your RPi, then there is no way to fix the problem.
- Thu Aug 23, 2018 2:27 pm
- Forum: Advanced users
- Topic: Prevent USB HDD from spinning down
- Replies: 8
- Views: 2091
Re: Prevent USB HDD from spinning down
Here is the cause of your problem: I use a phone charger with QC 3.0, so at 5V it should support 1A. However, I'm not sure if the appropriate handshakes are being made. To quote DougieLawson from another post: That power supply is NOT GOOD ENOUGH for a 2B, 3B or 3B+. Better heed what DougieLawson wr...
- Thu Aug 23, 2018 9:24 am
- Forum: Advanced users
- Topic: Prevent USB HDD from spinning down
- Replies: 8
- Views: 2091
Re: Prevent USB HDD from spinning down
What RPi model you are using? Running your system headless? Is your USB HDD: a. bus powered (getting power from RPi's USB port) b. self powered (has its own 5V [or 12V for 3.5"USB HDDs] power supply) Booting from USB HDD? or from microSD card? Also there is no mention of the rating of the power...
- Wed Aug 22, 2018 10:19 pm
- Forum: Networking and servers
- Topic: How to Configure Pi with Static IP Address?
- Replies: 21
- Views: 33063
Re: How to Configure Pi with Static IP Address?
I'm trying to make it so that no matter what network the Pi is connected to, it has the same IP address, so it can easily be connected to. OK lets assume that your router's network IP address's range is 192.168. 100 .1 ~ 254 and you set your RPi's IP address to be static at 192.168.100.105 your're ...
- Wed Aug 22, 2018 9:21 pm
- Forum: Networking and servers
- Topic: How to Configure Pi with Static IP Address?
- Replies: 21
- Views: 33063
Re: How to Configure Pi with Static IP Address?
setting the router to give static IP address to RPi (or any other network devices for that matter) is still my preferred procedure. that way I dont mess around with the RPi's network settings. if I move my RPi to another place and connect it to another network's router, it simply gets its IP address...
- Wed Aug 22, 2018 10:07 am
- Forum: Raspberry Pi OS
- Topic: Explain this command
- Replies: 17
- Views: 1426
Re: Explain this command
since the user (assume pi ) have no set permission on /media/pi how about setting and owning it permanently... 1. sudo -i ( you will be asked for a password for user ) 2. chown -R user:group /media/pi/ then set file permissions 3. chmod -R 0775 /media/pi/ then 4. exit ( back to the user prompt )
- Tue Aug 21, 2018 11:17 pm
- Forum: Advanced users
- Topic: Resize image for use on a smaller sd card
- Replies: 47
- Views: 136551
Re: Resize image for use on a smaller sd card
What I do is insert a smaller microSD card into a USB card reader, the capacity of which should be a bit bigger that the total used capacity of all the partitions in the current microSD example: current microSD size: 32GB total space used by root in microSD cards: 5.8GB (this can be checked using fi...
- Tue Aug 21, 2018 8:57 pm
- Forum: Networking and servers
- Topic: samba disk uuid issue
- Replies: 3
- Views: 470
Re: samba disk uuid issue
I prefer to use PARTUUID instead in fstab.
- Tue Aug 21, 2018 9:01 am
- Forum: Raspberry Pi OS
- Topic: Choppy audio
- Replies: 16
- Views: 6644
Re: Choppy audio
Just curious, which one did the trick?
- Mon Aug 20, 2018 10:49 am
- Forum: General discussion
- Topic: RPi3 's usb port fail
- Replies: 4
- Views: 734
Re: RPi3 's usb port fail
picture of the power supply unit please....
- Mon Aug 20, 2018 10:12 am
- Forum: Troubleshooting
- Topic: Audio hiss - Where is the ground loop ?
- Replies: 10
- Views: 2487
Re: Audio hiss - Where is the ground loop ?
I have a pimoroni pHAT DAC on my RPiZW. No audio hiss, and as its on top of the board, saves space. the setup is used for my portable volumio player my other setup suffered from Hiss and crackles and pops.... silenced it with something similar to (but not exactly like) this: https://www.amazon.com/M...
- Mon Aug 20, 2018 10:02 am
- Forum: General discussion
- Topic: [Solved] Editing needs mod approval.
- Replies: 16
- Views: 2184
Re: [Solved] Editing needs mod approval.
This happened once to me, I posted on the forum but immediately I saw a minor error on the post, edited it, posted, but then again I saw another minor error, quickly edited it and posted. Then the "message" appeared for a while, but immediately showed my edited post. Well.... as mentioned ...
- Mon Aug 20, 2018 9:54 am
- Forum: Raspberry Pi OS
- Topic: Choppy audio
- Replies: 16
- Views: 6644
Re: Choppy audio
can you check the config.txt file? ~ $ sudo nano /boot/config.txt and see if this is un-commented on your config.txt # uncomment to force a HDMI mode rather than DVI. This can make audio work in # DMT (computer monitor) modes hdmi_drive=2 also some say adding this disable_audio_dither=on right after...
- Mon Aug 20, 2018 9:27 am
- Forum: Troubleshooting
- Topic: Raspberry pi 3 not rebooting from usb
- Replies: 16
- Views: 3321
Re: Raspberry pi 3 not rebooting from usb
Ahhh.... the "not rebooting" type.... I think one of my setup suffered from that before.
Just to confirm, after you issued reboot command (either by GUI or command line), does the red LED turn off?
normally it wouldn't turn off during reboot, or even after issuing shutdown command..
Just to confirm, after you issued reboot command (either by GUI or command line), does the red LED turn off?
normally it wouldn't turn off during reboot, or even after issuing shutdown command..
- Mon Aug 20, 2018 9:21 am
- Forum: Beginners
- Topic: can't boot PI3 after dropping the heat sink onto the board by accident
- Replies: 16
- Views: 2093
Re: can't boot PI3 after dropping the heat sink onto the board by accident
Can I addDougieLawson wrote: ↑Mon Aug 20, 2018 6:46 amThere's no slack to cut. Day 1, electronics 101 has three things to learn.that's it. That's the syllabus for the first day of the course.
- Polarity
- Ohms Law
- Power off before changing things
"Safety First!"
- Mon Aug 20, 2018 9:17 am
- Forum: Beginners
- Topic: Updating audio drivers for 3.5 jack
- Replies: 7
- Views: 3270
Re: Updating audio drivers for 3.5 jack
Problem is i have crackling / static audio humming in the background of my video audio, One possible cause, bad contacts on the audio jack of the old CRT monitor. As it is old, it might have some corrosion. You can clean it up by spraying contact cleaner ( just make sure you turn off the power firs...
- Mon Aug 20, 2018 3:29 am
- Forum: Troubleshooting
- Topic: Pi3B+ Running Hot?
- Replies: 7
- Views: 858
Re: Pi3B+ Running Hot?
My RPi3B+ in an FLIRC gen2 case (just like what HawaiianPi has) that is booting on a freshly installed Raspbian Stretch Desktop in HDD, with WiFi enabled. Ambient is 29C. The temp (temp_zone0) as shown on the top right of the desktop panel reads when idle: 44 to 45C when using chrome with 4 tabs con...
- Sun Aug 19, 2018 5:57 am
- Forum: Beginners
- Topic: SSD Boot Process
- Replies: 49
- Views: 7389
Re: SSD Boot Process
Oh, sorry I was not able to catch your RPi's model number from the dmesg output you posted. So it is actually a RPi3B. not a RPi3B+. I second rpdom's recommendation on how to make your RPi3B boot from USB. That same procedure is also what I used to make several of my RPi 3 Bs boot from USB Flash/SSD...
- Sun Aug 19, 2018 5:42 am
- Forum: General discussion
- Topic: (Solved) Share HDD with windows and Pi - See summary on Page 4
- Replies: 81
- Views: 12277
Re: (Reopened) Share HDD with windows and Pi - See summary on Page 4
Hi there! Regarding the XP not seeing the HDD in RPi3B+, I suggest powering down all connected to the network and restarting the Ethernet/WiFi router, then power-up all those that need to connect to the network, then check again. For exporting Raspbian Stretch out of NOOBs, there is one procedure th...
- Sun Aug 19, 2018 1:28 am
- Forum: Raspberry Pi OS
- Topic: Choppy audio
- Replies: 16
- Views: 6644
Re: Choppy audio
Yes the TRRS jack is the 3.5mm jack on the RPi
on the raspbian desktop top right you will notice a speaker icon (usually next to a cpu usage monitor mini graph)
right click it and make sure the check is on "Analog"
then do the test again.
on the raspbian desktop top right you will notice a speaker icon (usually next to a cpu usage monitor mini graph)
right click it and make sure the check is on "Analog"
then do the test again.
- Sat Aug 18, 2018 11:39 pm
- Forum: Troubleshooting
- Topic: Raspberry PI loads in emergency mode - always
- Replies: 10
- Views: 3855
Re: Raspberry PI loads in emergency mode - always
So the whole setup is USB HDD boot, correct? as the power source is just 2.1A, it may not be enough to power the HDD directly from the RPi. You may have gone away with it in the past but not now. Try using a 5v 2.5A PSU, or better a 5v 3.0A PSU. if that does not do the trick, try 5v 3.0A powered USB...
- Sat Aug 18, 2018 11:13 pm
- Forum: Raspberry Pi OS
- Topic: Choppy audio
- Replies: 16
- Views: 6644
Re: Choppy audio
Hope you dont mind, lets do some other test. A. With the RPi3B still connected to the TCL TV (either by long or short HDMI cables), and both connected to UPS, RPi3B connected via LAN cable 1. set the audio to output from the TRRS jack. 2. plug a headphone to the TRRS jack 3. play an audio /video fil...