Go to advanced search

by TravJav
Sat May 06, 2017 3:59 am
Forum: HATs and other add-ons
Topic: Biosensors ( How To ) Technical Expertise Needed!
Replies: 3
Views: 1499

Re: Biosensors ( How To ) Technical Expertise Needed!

@Gavinmc42 thanks for the links I will be taking a closer look at them tomorrow with some caffeinated beverages :) Since you seem like you have done similar projects before any guess what the ' Cue ' would use for its biosensors or even general inner workings? this is for the iPhone and is kind of s...
by TravJav
Sat May 06, 2017 2:18 am
Forum: HATs and other add-ons
Topic: Biosensors ( How To ) Technical Expertise Needed!
Replies: 3
Views: 1499

Biosensors ( How To ) Technical Expertise Needed!

Not to sure if this is the correct place to post if not, apologies. My question is kind of odd in a sense it would require someone whom works in a medical lab or someone with that type of expertise. I am attempting to make a biosensor ( even better if available for sale ) that measures Testosterone;...
by TravJav
Wed Feb 01, 2017 4:54 am
Forum: Arch
Topic: Arch Linux 2017 How To?
Replies: 4
Views: 20202

Re: Arch Linux 2017 How To?

sorry for the long reply. I have been using the arm image to do this, still no luck have tried on my mac and linux
by TravJav
Tue Jan 31, 2017 4:24 am
Forum: Arch
Topic: Arch Linux 2017 How To?
Replies: 4
Views: 20202

Arch Linux 2017 How To?

Hey Rasp community, MODEL: Rasp. Pi A++ I downloaded a ISO file of arch linux I then converted to IMG file. I want to install the Arch Linux OS but have not been getting a boot. The 16 GB Kingston SD is properly formatted with the FAT , I used my desktop version or Arch Linux to actually install the...
by TravJav
Tue Feb 23, 2016 4:01 am
Forum: General discussion
Topic: TP-LINK (Model:WN725N) Set-Up & How To..
Replies: 27
Views: 3957

Re: TP-LINK (Model:WN725N) Set-Up & How To..

Solved.... update to jessie works out of the box
by TravJav
Mon Feb 22, 2016 12:01 am
Forum: General discussion
Topic: Correct Wifi set-up of raspberry pi a+
Replies: 6
Views: 1449

Re: Correct Wifi set-up of raspberry pi a+

I am atleast assuming its a configuration problem of the files, its just odd that its showing connected to the internet. The Pi just can't obtain a IP address nor can it access the internet or ping anything. GUI is showing connected as well with the wlan0 and appears to be connected.
by TravJav
Sun Feb 21, 2016 4:51 pm
Forum: General discussion
Topic: Correct Wifi set-up of raspberry pi a+
Replies: 6
Views: 1449

Re: Correct Wifi set-up of raspberry pi a+

DirkS wrote:Which Raspbian?? Jessie or Wheezy.
If you're running Jessie then your /etc/network/interfaces is wrong.
Setting it back to the original should be enough.



Raspian Wheezy OS Version 3.18.71 #755
by TravJav
Sun Feb 21, 2016 4:35 am
Forum: General discussion
Topic: Correct Wifi set-up of raspberry pi a+
Replies: 6
Views: 1449

Re: Correct Wifi set-up of raspberry pi a+

UPDATE


ifconfig command is showing I am connected to the network. theGUI for wifi setup is going through the methods to connect and is saying I am connected. I can't access the internet, I can't ping in the terminal and I can't find IP address of my pi.. anyone know whats going on?
by TravJav
Sun Feb 21, 2016 1:20 am
Forum: General discussion
Topic: Correct Wifi set-up of raspberry pi a+
Replies: 6
Views: 1449

Re: Correct Wifi set-up of raspberry pi a+

Which OS are you running? Raspbian Wheezy or Jessie? First thing I noticed is that the network clock is not closed (missing '}' at the end of the file.) And if you're using Jessie then you shouldn't change /etc/network/interfaces. The only file you would have to change is the wpa_supplicant conf fi...
by TravJav
Sun Feb 21, 2016 12:42 am
Forum: General discussion
Topic: Correct Wifi set-up of raspberry pi a+
Replies: 6
Views: 1449

Correct Wifi set-up of raspberry pi a+

Im having a hard time setting up my wifi with the a+ finally have the drivers on the OS now what I'm having a problem with is the two files that need to be configured: interfaces, supplicant files. heres what i put for the files, //////////////////////// auto lo iface lo inet loopback iface eth0 ine...
by TravJav
Sat Feb 20, 2016 10:15 pm
Forum: Advanced users
Topic: Copy File From USB To /lib/firmware/rtlwifi/ directory.
Replies: 7
Views: 3518

Re: Copy File From USB To /lib/firmware/rtlwifi/ directory.

Hey thanks for the Link unfortunately it didn't help. Im going to open up a separate thread regarding this new issue, thanks
by TravJav
Fri Feb 19, 2016 4:20 pm
Forum: General discussion
Topic: TP-LINK (Model:WN725N) Set-Up & How To..
Replies: 27
Views: 3957

Re: TP-LINK (Model:WN725N) Set-Up & How To..

Thread is Solved:


What helped me was using 'sudo cp (file path "/") to new file using standard "/" paths
by TravJav
Fri Feb 19, 2016 5:14 am
Forum: Advanced users
Topic: Copy File From USB To /lib/firmware/rtlwifi/ directory.
Replies: 7
Views: 3518

Re: Copy File From USB To /lib/firmware/rtlwifi/ directory.

thank you my wifi dongle is now blinking (positive) for the first time ever ;) ... still not connected to the network though says something like: command: iwlist wlan0 | grep ESSID OUTPUT: wlan0 unassociated Nickname: WIFI@REALTEK MODE; AUTO retry:off powermanagment: off Link Quality:0 Signal Level:...
by TravJav
Thu Feb 18, 2016 7:52 pm
Forum: Advanced users
Topic: Copy File From USB To /lib/firmware/rtlwifi/ directory.
Replies: 7
Views: 3518

Re: Copy File From USB To /lib/firmware/rtlwifi/ directory.

It might be helpful if we break down the command: sudo cp /full/path/of/file /lib/firmware/rtlwifi/ sudo - use this to run the command as a super user (admin) cp - this is the copy command /full/path/of/file - this is the location of the file on your USB stick you want to copy /lib/firmware/rtlwifi...
by TravJav
Thu Feb 18, 2016 3:59 pm
Forum: Advanced users
Topic: Copy File From USB To /lib/firmware/rtlwifi/ directory.
Replies: 7
Views: 3518

Re: Copy File From USB To /lib/firmware/rtlwifi/ directory.

From the console / terminal use something like sudo cp /full/path/of/file /lib/firmware/rtlwifi/ sudo will give you admin rights. So ' sudo cp path/lib/firmware/rtlwifi ' will change the path how do I create the new destination for the old file and then bring the new one into the sudo 'path/lib/fir...
by TravJav
Thu Feb 18, 2016 5:13 am
Forum: Advanced users
Topic: Copy File From USB To /lib/firmware/rtlwifi/ directory.
Replies: 7
Views: 3518

Copy File From USB To /lib/firmware/rtlwifi/ directory.

As the post headline Implies I am simply trying to copy a file from my USB to /lib/firmware/rtlwifi/ directory. replacing the rt8188efw.bin file with a working driver. I'm running into a permission denied problem because i am not the super user I do not know the commands of this OS well as I am a be...
by TravJav
Wed Feb 17, 2016 2:37 am
Forum: General discussion
Topic: TP-LINK (Model:WN725N) Set-Up & How To..
Replies: 27
Views: 3957

Re: TP-LINK (Model:WN725N) Set-Up & How To..

... permission denied As a normal user there are files and directories you cannot access, even if you have Admin rights. The Admin rights just mean that you can change to 'super user' and do those things. (Super user is often called root.) In order to 'become root' you precede the command with 'sud...
by TravJav
Tue Feb 16, 2016 7:09 pm
Forum: General discussion
Topic: TP-LINK (Model:WN725N) Set-Up & How To..
Replies: 27
Views: 3957

Re: TP-LINK (Model:WN725N) Set-Up & How To..

Is There a space on my SD card I can manually put this driver if the 'sudo wget' command is not functioning ? Example SdCrd/Disk/OS/wifiDriver and would occupy that space and function appropriately by-passing the sudo wget accomplishing the same task? I have checked my internet connection reseted ro...
by TravJav
Mon Feb 15, 2016 9:47 pm
Forum: General discussion
Topic: TP-LINK (Model:WN725N) Set-Up & How To..
Replies: 27
Views: 3957

Re: TP-LINK (Model:WN725N) Set-Up & How To..

After running the command mrEngman I am getting INPUT :sudo wget https://github.com/lwfinger/rtl8188eu/raw/master/rtl8188eufw.bin -O /lib/firmware/rtlwifi/rtl8188eufw.bin OUTPUT:" Resolving github.com(github.com).... failed: Name or service not known Works OK for me. Looks like you internet access ...
by TravJav
Mon Feb 15, 2016 8:00 pm
Forum: General discussion
Topic: TP-LINK (Model:WN725N) Set-Up & How To..
Replies: 27
Views: 3957

Re: TP-LINK (Model:WN725N) Set-Up & How To..

If all else fails... I've had some issues with certain WiFi dongles (in my case Edimax) bending the ground pin inside the USB connector on A and A+ models. Take a look inside the port, you can see it if your eyesight is good (or use a magnifier). The rightmost pin will be squished to the back of th...
by TravJav
Mon Feb 15, 2016 7:45 pm
Forum: General discussion
Topic: TP-LINK (Model:WN725N) Set-Up & How To..
Replies: 27
Views: 3957

Re: TP-LINK (Model:WN725N) Set-Up & How To..

@fruitOfTheLoom Thanks for pointing that out I got a different error output this time, I don't quite understand but it looks to me that the package is not accessible ? I don't know if its a malformed URL or just a server problem at the given moment on githubs server - really appreciate the community...
by TravJav
Mon Feb 15, 2016 7:00 pm
Forum: General discussion
Topic: TP-LINK (Model:WN725N) Set-Up & How To..
Replies: 27
Views: 3957

Re: TP-LINK (Model:WN725N) Set-Up & How To..

my network is fine I am running my devices fine on my wifi. I am using the raspberry Pi a + though.. I have no ethernet attached to it I'm running the pi on a monitor so it would have no method of accessing the internet other then the connection of the wifi dongle i am trying to get functioning .......
by TravJav
Mon Feb 15, 2016 6:49 pm
Forum: General discussion
Topic: TP-LINK (Model:WN725N) Set-Up & How To..
Replies: 27
Views: 3957

Re: TP-LINK (Model:WN725N) Set-Up & How To..

After running the command mrEngman I am getting


INPUT :sudo wget https://github.com/lwfinger/rtl8188eu/r ... 88eufw.bin -O /lib/firmware/rtlwifi/rtl8188eufw.bin



OUTPUT:" Resolving github.com(github.com).... failed: Name or service not known
by TravJav
Mon Feb 15, 2016 6:05 pm
Forum: General discussion
Topic: TP-LINK (Model:WN725N) Set-Up & How To..
Replies: 27
Views: 3957

Re: TP-LINK (Model:WN725N) Set-Up & How To..

Have a look at this thread: https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=62371 I have the same WiFi and, even though it's supposed to be supported in the latest versions of Raspbian, I found it a bit slow and buggy, so went back to the fantastic Mr Engman's drivers. Crashed. Hey thanks I...

Go to advanced search