| The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.34 (Linux)
|
![]() |
|
How to work with SD card partition? - Printable Version +- Freeplaytech Forum (https://forum.freeplaytech.com) +-- Forum: Freeplay Zero / Freeplay CM3 / Game Pie Advance (https://forum.freeplaytech.com/forumdisplay.php?fid=24) +--- Forum: Freeplay Zero/CM3 (AKA GPA) Software (https://forum.freeplaytech.com/forumdisplay.php?fid=26) +--- Thread: How to work with SD card partition? (/showthread.php?tid=5044) |
RE: How to work with SD card partition? - Flavor - 11-05-2019 (11-05-2019, 06:20 AM)Happyhaha2000 Wrote:(11-05-2019, 06:15 AM)Flavor Wrote: By the way, the screenshot I posted was with an Edimax adapter. With the Edup, my lsusb (through a powered hub) looks just like yours for the WiFi adapter. That's interesting. Your WiFi seems to be there, but it got a weird name "wlxe84e066f8f24". I'll have to try to figure that out. I assume that if you unplug the WiFi adapter and rerun iwconfig, that goes away? RE: How to work with SD card partition? - Flavor - 11-05-2019 I'm not sure why, but it seems that maybe "predictable network interface names" is turned off on your install. Try this. Run sudo raspi-config - Choose Network Options - Choose the 3rd option that's "Network Interface Names" and then turn on "predictable" Reboot. Then show what iwconfig looks like. We may have to remove an entry that got stuck in the rules. Show us the output of ls /etc/udev/rules.d/ RE: How to work with SD card partition? - Happyhaha2000 - 11-05-2019 (11-05-2019, 06:20 AM)Flavor Wrote: With the WiFi and keyboard on the hub, you can also do these... I've just done this, and here's what I got. It shows my IP address now and my SSID, but probably only because I've just entered it. When I hit Connect, I still get the same error. Here's the results for iwconfig without and with the dongle connected. RE: How to work with SD card partition? - Happyhaha2000 - 11-05-2019 (11-05-2019, 06:32 AM)Flavor Wrote: I'm not sure why, but it seems that maybe "predictable network interface names" is turned off on your install. I've enabled predictable network interface names, here's the new iwconfig output and the other picture you've requested. RE: How to work with SD card partition? - Happyhaha2000 - 11-05-2019 Wait, I think it's connected now. My WiFi recognizes a device called retropie, and the dongle is blinking green. I still get the same error when I try to connect to WiFi, but I guess it doesn't matter if I'm connected anyways. I'll try and SFTP a file over and update in a minute. Edit: It worked! Not sure what did it, but it did. Thanks again! RE: How to work with SD card partition? - Happyhaha2000 - 11-05-2019 (10-31-2019, 03:07 AM)Flavor Wrote:(10-30-2019, 03:03 PM)Happyhaha2000 Wrote: Alright, I've placed an order for the dongle. Any idea how to get the fan to work? Or is it already working automatically? Maybe it's just so quiet I can't hear it, but I thought that maybe I would need to do something similar to what I did to get the L2/R2 buttons to work. Alright, I've done the newer option, but I'm not sure that I've done it all right. I've entered the codes you gave me and added "dtoverlay=gpio-fan,gpiopin=40,temp=60000" to the config.txt. The fan should only turn on at 60C now, right? and then turn off at 50C? Is there a way I can check this to make sure that it works? Does the fan also turn on when I boot up? I think I can hear it whirring but it's hard to tell. RE: How to work with SD card partition? - Flavor - 11-05-2019 If it turns on when you boot up, that's likely a problem. Did you do this part? Code: wget https://raw.githubusercontent.com/raspberrypi/linux/rpi-4.19.y/arch/arm/boot/dts/overlays/gpio-fan-overlay.dtsRE: How to work with SD card partition? - Happyhaha2000 - 11-05-2019 (11-05-2019, 08:02 AM)Flavor Wrote: If it turns on when you boot up, that's likely a problem. Yeah, that's the first thing that I did. I'm not sure that it's turning on when it boots up, that could just be a clicking sound made by something else. Hard to tell if the fan is going or not. RE: How to work with SD card partition? - Flavor - 11-05-2019 You can post the results of gpio readall That will tell us if it (GPIO 40) is on or off, I think. If you want to heat the system up (and show the temp and status of GPIO40), you can do this... Code: sudo apt-get install stressRE: How to work with SD card partition? - Happyhaha2000 - 11-05-2019 (11-05-2019, 08:24 AM)Flavor Wrote: You can post the results of pi@retropie:~ $ gpio readall +-----+------+-------+ +-----+------+-------+ | Pin | Mode | Value | | Pin | Mode | Value | +-----+------+-------+ +-----+------+-------+ | 0 | IN | High | | 27 | OUT | High | | 1 | IN | High | | 28 | IN | Low | | 2 | IN | High | | 29 | IN | Low | | 3 | IN | High | | 30 | IN | Low | | 4 | IN | High | | 31 | IN | Low | | 5 | IN | High | | 32 | IN | Low | | 6 | IN | High | | 33 | IN | Low | | 7 | IN | High | | 34 | IN | High | | 8 | OUT | Low | | 35 | IN | High | | 9 | ALT0 | Low | | 36 | IN | High | | 10 | ALT0 | Low | | 37 | IN | Low | | 11 | ALT0 | Low | | 38 | IN | Low | | 12 | ALT0 | Low | | 39 | IN | Low | | 13 | ALT0 | Low | | 40 | OUT | Low | | 14 | IN | High | | 41 | IN | High | | 15 | IN | High | | 42 | IN | High | | 16 | IN | High | | 43 | IN | High | | 17 | IN | High | | 44 | ALT2 | High | | 18 | IN | High | | 45 | ALT2 | High | | 19 | IN | High | | 46 | IN | High | | 20 | IN | Low | | 47 | OUT | High | | 21 | OUT | High | | 48 | ALT0 | Low | | 22 | OUT | High | | 49 | ALT0 | High | | 23 | IN | High | | 50 | ALT0 | Low | | 24 | IN | High | | 51 | ALT0 | Low | | 25 | IN | Low | | 52 | ALT0 | High | | 26 | IN | High | | 53 | ALT0 | High | +-----+------+-------+ +-----+------+-------+ pi@retropie:~ $ Here's what I got for doing that. OUT means off? |