Re: Buying a RASPBERRY PI

2017-01-11 Thread AudioGames . net Forum — Off-topic room : king gamer222 via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

Neat. I wonder if you could compile ports on it; I don't see anything about it.

URL: https://forum.audiogames.net/viewtopic.php?pid=293464#p293464





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-11 Thread AudioGames . net Forum — Off-topic room : magurp244 via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

Well there's a [RaspBSD] distro. There's a few other bits of information and instructions [here] and [here] that may be useful.

URL: https://forum.audiogames.net/viewtopic.php?pid=293435#p293435





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-11 Thread AudioGames . net Forum — Off-topic room : king gamer222 via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

Has anyone tried out FreeBSD on the Raspberry Pi? Once I get my power supply, that is project number one for me.

URL: https://forum.audiogames.net/viewtopic.php?pid=293417#p293417





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-07 Thread AudioGames . net Forum — Off-topic room : jack via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

Ok so what you have to do is first of all make sure that your extFS is working. If you're on windows, I wouldn't recommend messing with this file without first turning the pi on, but regardless the process is essentially the same on or off the pi. If using mac, you've got a bash shell to utilize, and your experience with a pi and ssh is honestly a lot better on the mac in my opinion with all the tools built in. If you're on the windows side, you don't need sighted help to configure wifi on the pi, just connect the pi to your router via ethernet. Now time to ssh. Assuming you've taken the necessary steps to enable ssh manually, you've got Two ways you can do this. With any luck, the the Pi's default host name of raspberrypi will be recognized, and you can ssh into it with a command like so:ssh pi@raspberrypiDepending on what program you utilize for ssh, the process may be a bit different. Nevertheless, wherever it asks you to ente
 r the hostname, type in raspberrypi, and type in pi for the username. Wherever it asks for the password, type in raspberry and then hit enter. If that doesn't work, then we'll have to manually find the Pi's ip address. Load up your router's control panel which usually involves typing in your router's ip address into the address bar, go to wherever your device list is, and do a text search for raspberrypi. You should find it. Make note of the pi address, and repeat the ssh process, only this time entering the ip address. If you get a warning about permanently adding ssh keys, just say yes, after all it's your own personal device. Now if you get into the pi's home directory, you're successful. Now type in sudo nano /etc/wpa_supplicant/wpa_supplicant.conf to open the configuration file up in nano. Go to the bottom of the file and type in the following:network={ssid="your_network_name"psk="your-password"
 }Now press ctrl+x to exit, then y then enter to save the changes. Reboot your pi without it connected to the ethernet cable. Try ssh-ing again. If it works, then you're good to go, and if it doesn't, there's two possibilities. Either the wifi configuration genuinely failed, or the ssh program is reverting to its saved host address. Some ssh programs do that, in which case you need to delete all of your ssh keys and reconnect.

URL: http://forum.audiogames.net/viewtopic.php?pid=292883#p292883





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-07 Thread AudioGames . net Forum — Off-topic room : gamedude via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

@jackHow were you able to configure Wifi on the Pi using Paragon ExtFS? I'd like to be able to set up Wifi without sighted assistance.

URL: http://forum.audiogames.net/viewtopic.php?pid=292841#p292841





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-04 Thread AudioGames . net Forum — Off-topic room : gamedude via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

@jackThanks for the information! You just answered some of the main questions I had after researching the product more on the official Pi site. I Think I'll go ahead with the purchase and update the topic with my experience unless i have any more questions.

URL: http://forum.audiogames.net/viewtopic.php?pid=292325#p292325





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-04 Thread AudioGames . net Forum — Off-topic room : jack via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

As for a central hub for Raspberry Pi specific discussions, raspberry vi is where you want to go.

URL: http://forum.audiogames.net/viewtopic.php?pid=292316#p292316





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-04 Thread AudioGames . net Forum — Off-topic room : jack via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

Not necessarily, because simply copying and pasting the rasibna os image to a card won't work. The img literally has to be burnt *flashed* onto the card. There's the dd command, but even if you are comfortable with commandline you may still want to try some nice gui-wrappers for this command, so that you can at least get status reports of what's going on, as the thing with dd is that it's completely silent. WinFlashTool for windows, piFiller for osx. And Gamedude, chances are that the demo's probably dated. If it was recorded before December of 2016, then it definitely is. It used to be that ssh was enabled by default, and it was ready for use once plugged into your router. Yeah, not the case in the latest Rasbian build. Not to be inaccessible, because that wasn't why they disabled it. The Pi's default username and password are right there on the site, so they recently started disabling ssh by default as a security fix. However, not to worry, as 
 there is a solution, if you're willing to purchase a piece of software to do this. Paragon ExtFS for Windows or mac is what you need. It's a low-level driver that embeds Linux Extended Filesystem support into your pc or mac. There are free solutions, but those have been reported to cause corruption, or have no write support, stuff like that. This one does the best job of it. It's the same guys that brought us native NTFS support for mac, it's well worth the 20 bucks. Nevertheless, the reason is that obviously, once that Rasbian image is flashed, you're done accessing the card on the computer unless you have the ExtFS driver installed. And normally, that would be alright, except in order to give us ssh access we have to copy a file to the boot volume. Actually, never mind, the boot volume is fat32, but there's another extra st
 ep that I took to get wifi running right out of the box. Anyway, create a file called ssh, with no extension, and save it into the boot volume of the pi. now if you wanna set up wifi on the pi itself, you don't have to buy Paragon ExtFS, but if you want to set it up beforehand, or otherwise access the pi's disk from your computer, then you'll need that extra piece of software.

URL: http://forum.audiogames.net/viewtopic.php?pid=292313#p292313





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-04 Thread AudioGames . net Forum — Off-topic room : SLJ via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

Well, I haven't seen anything regarding accessibility on those machines.What I would do is the following:Install Linux onto an SD card using my computer, and then put the memory card into the Rasberry py and boot it up.

URL: http://forum.audiogames.net/viewtopic.php?pid=292244#p292244





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-04 Thread AudioGames . net Forum — Off-topic room : gamedude via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

@SLJ  Sorry. I found them on Twitter a very long time ago, and I didn't think to save them for some reason. It was mainly just a demonstration on how to set up the PI without sighted assistance. Then again, because of all the time that has passed, I have no idea about how accurate they would be now.Thanks to everyone for the feedback! Is there a central hub of information about the Pi and its accessibility? Anywhere where people might have shared their experiences?

URL: http://forum.audiogames.net/viewtopic.php?pid=292240#p292240





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-03 Thread AudioGames . net Forum — Off-topic room : SLJ via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

Hi.Before I bought my Linux server from Linode, I was also considering a Rasberry. However, I might end up buying one in the future, because I find them really cool and interesting.It would be nice if you will post the links to the podcasts about the topic, since it would be interesting to hear others experiences.

URL: http://forum.audiogames.net/viewtopic.php?pid=292198#p292198





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-03 Thread AudioGames . net Forum — Off-topic room : grryfindore via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

Ahoy thereIronically enough I have been considering picking up one of these although I don't really have experience with commandline,lynics or rasbian or the many million variations of OS's used on these.Sorry for the slight highjack of the topic, OP. I am considering getting one of these, probably the 3b model although sometimes I think a cheap processer and motherboard with a shit cheap case would be far cheaper and more suited to my purposes.I'd mainly want one for downloading and seeding torrents, although I believe I could also get it to behave like a NAS with 1 or 2 HDDS attached or a combination of both.I'd be seeding around 200 to 300 torrents at a time though, with not many of them requesting data,but 10 out of those 300 just might.What do you guys think. Would a pie 3b be cheaper and worth the cash I spend on it or a 
 assembled pc with just a case mother board and processer and things be more suited to my purposes?I certainly wouldn't be using any of it that is the pie or the rough shod pc to do anything else but what I have already said here.On a tight budget, so take that into account too, please. grryf

URL: http://forum.audiogames.net/viewtopic.php?pid=292192#p292192





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-03 Thread AudioGames . net Forum — Off-topic room : grryfindore via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

Ahoy thereIronically enough I have been considering picking up one of these although I don't really have experience with commandline,lynics or rasbian or the many million variations of OS's used on these.Sorry for the slight highjack of the topic, OP. I am considering getting one of these, probably the 3b model although sometimes I think a cheap processer and mother board with a shit cheap case would be far cheaper and more suited to my purposes.I'd mainly want one for downloading and seeding torrents, although I believe I could also get it to behave like a NAS with 1 or 2 HDDS attached or a combination of both.I'd be seeding around 200 to 300 torrents at a time though, with not many of them requesting data,but 10 out of those 300 just might.What do you guys think. Would a pie 3b be cheaper and worth the cash I spend on it or a
  assembled pc with just a case mother board and processer and things be more suited to my purposes?I certainly wouldn't be using any of it that is the pie or the rough shod pc to do anything else but what I have already said here.On a tight budget, so take that into account too, please. grryf

URL: http://forum.audiogames.net/viewtopic.php?pid=292192#p292192





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-03 Thread AudioGames . net Forum — Off-topic room : grryfindore via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

Ahoy thereIronically enough I have been considering picking up one of these although I don't really have experience with command line,lynics or rasbian or the many million variations used on these.Sorry for the slight highjack of the topic, OP. I am considering getting one of these, probably the 3b model although sometimes I think a cheap processer and mother board with a shit cheap case would be far cheaper and more suited to my purposes.I'd mainly want one for downloading and seeding torrents, although I believe I could also get it to behave like a NAS with 1 or 2 HDDS attached or a combination of both.I'd be seeding around 200 to 300 torrents at a time though, with not many of them requesting data,but 10 out of those 300 just might.What do you guys think. Would a pie 3b be cheaper and worth the cash I spend on it or a assembled p
 c with just a case mother board and processer and things be more suited to my purposes?I certainly wouldn't be using any of it that is the pie or the rough shod pc to do anything else but what I have already said here.On a tight budget, so take that into account too, please. grryf

URL: http://forum.audiogames.net/viewtopic.php?pid=292192#p292192





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-03 Thread AudioGames . net Forum — Off-topic room : jack via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

It all depends on what you wanna do with your pi. If you're looking to play around or even run a server, you don't really need a case as long as you plan to keep in one place, just be mindful it's in a place where you can't trip on a cord. It's not that fragile, but there is no protection, remember. Micro sd cards, depending on where you get them, can be surprisingly cheep. I found my 128gb for like 17 bucks from Microcenter. Although keep in mind that they aren't cheep just cuzz. The silicon that the card's made out of is of much cheaper quality than that of normal sd cards. That's not to say it's not fast, it certainly is even though it's half the write-speed of a normal sdxc card. The good thing about the pi3modelb is that the sd card slot is wy more durable than it used to be. It's friction-fit and not springloaded, and it's just part of the board now, it used to be a plastic insertion to cut costs. I've shak
 en the pi around and the card stays where it is, it's a pretty tight fit.

URL: http://forum.audiogames.net/viewtopic.php?pid=292170#p292170





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-03 Thread AudioGames . net Forum — Off-topic room : magurp244 via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

I've been tempted to try out a raspi out for awhile now, if your interested in playing around with one the pi3 Model B is a good choice. Be mindful however that a raspi is not as cheap as they may appear, the model B goes for around 40$, but thats only for the board itself, cables, power supply, pins, case, usb bars, memory cards, keyboard, mouse, etc. are all priced separately. Be sure to take stock of any parts you may already have lying around to save a bit, or shop around for better prices from different retailers.

URL: http://forum.audiogames.net/viewtopic.php?pid=292160#p292160





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-03 Thread AudioGames . net Forum — Off-topic room : magurp244 via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

I've been tempted to try out a raspi out for awhile now, if your interested in playing around with one the pi3 Model B is a good choice. Be mindful however that a raspi is not as cheap as they may appear, the model B is around 35$ I believe, but thats only for the board itself, cables, power supply, pins, case, usb bars, memory cards, keyboard, mouse, etc. are all priced separately. Be sure to take stock of any parts you may already have lying around to save a bit, or shop around for better prices from different retailers.

URL: http://forum.audiogames.net/viewtopic.php?pid=292160#p292160





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Buying a RASPBERRY PI

2017-01-03 Thread AudioGames . net Forum — Off-topic room : jack via Audiogames-reflector


  


Re: Buying a RASPBERRY PI

I'd recommend the pi3model b. It's the latest model, and is perfect for running things like servers, Amazon Alexa if you can get that running on there, etc. It has built-in wifi and bluetooth 4.1, 4 usb host ports, an ethernet port, hdmi, and a headphone jack, although keep in mind the headphone jack is high-impedance with no volume control, so be mindful what headphones you use with it, i e if you're using any studio-quality noise canceling headphones, make sure they're well way from your ears.

URL: http://forum.audiogames.net/viewtopic.php?pid=292144#p292144





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector