Go to advanced search

by petoetje59
Fri Sep 19, 2014 3:40 pm
Forum: General discussion
Topic: Cursor hanging after commands ending with $
Replies: 18
Views: 2503

Re: Cursor hanging after commands ending with $

I thought of that, but this is no option as I have to know whether the attached device is running or not.
I'll get used to this Linux quirk.
by petoetje59
Fri Sep 19, 2014 8:35 am
Forum: General discussion
Topic: Cursor hanging after commands ending with $
Replies: 18
Views: 2503

Re: Cursor hanging after commands ending with $

The prompt has returned ... It is at the start of the second line in those pictures. The problem is that the application has written some text to stdout that has been printed and has moved the cursor away from the prompt text. Has nothing to do with the application ; when I remove the trailing & it...
by petoetje59
Thu Sep 18, 2014 8:47 pm
Forum: General discussion
Topic: Cursor hanging after commands ending with $
Replies: 18
Views: 2503

Re: Cursor hanging after commands ending with $

Maybe this makes it clearer.

Hanging cursor :
Image

And as it should be, but only if I hit the return button :
Image
by petoetje59
Thu Sep 18, 2014 8:36 pm
Forum: General discussion
Topic: Cursor hanging after commands ending with $
Replies: 18
Views: 2503

Re: Cursor hanging in thin air after commands ending with $

PeterO wrote:Rather than using vague phrases like "The cursor hangs in thin air" please tell us what actually happens because that means nothing to anyone but yourself....

PeterO
I rephrased it to make it clearer.
by petoetje59
Thu Sep 18, 2014 7:48 pm
Forum: General discussion
Topic: Cursor hanging after commands ending with $
Replies: 18
Views: 2503

Cursor hanging after commands ending with $

When I end a command with a '&' its execution continues in the background after I logout. There's a little annoyance I would like to get rid of with this. Whenever I execute such a command, whether it from the prompt or from within a shell script, the cursor hangs alone instead of returning to the '...
by petoetje59
Thu Sep 18, 2014 7:36 pm
Forum: General discussion
Topic: Prompt colours disappeared in PuTTY (solved)
Replies: 4
Views: 1074

Re: Prompt colours disappeared in PuTTY

Solved the problems with all the information you gave! Thanks guys. :)
by petoetje59
Thu Sep 18, 2014 5:59 pm
Forum: General discussion
Topic: Prompt colours disappeared in PuTTY (solved)
Replies: 4
Views: 1074

Prompt colours disappeared in PuTTY (solved)

I created my first Bash shell scripts on the Raspberry Pi and added a ' .bash_profile ' file to my home directory ' /home/cloudswitch ' containing : export PATH=$PATH:/home/cloudswitch/sh Saved it, rebooted, and looked at ' echo $PATH ' to see if the path where I put the shell scripts had been added...
by petoetje59
Sat Sep 13, 2014 11:08 am
Forum: Advanced users
Topic: Wireless adapter that only operates on channel 1
Replies: 11
Views: 5063

Re: Wireless adapter that only operates on channel 1

What does lsmod show when the offending device is plugged in? Lists module 8192cu . Several other posters reported this too. Is probably some compatible Linux driver module. The B-Link adapter definitely contains the RTL8188CU(S) chipset, although they don't mention this on their website nor on the...
by petoetje59
Sat Sep 13, 2014 10:37 am
Forum: Advanced users
Topic: Wireless adapter that only operates on channel 1
Replies: 11
Views: 5063

Re: Wireless adapter that only operates on channel 1

The OP you need to change the Wireless Router Wireless Mode to get full speed Your setup uses a wireless router, AP, and the wireless B-Link adapter on channel 6 @ 135 Mbps, so the channel and connection speed can be changed in this mode. I have no wireless router nor wireless AP and use/need the a...
by petoetje59
Fri Sep 12, 2014 9:39 pm
Forum: Advanced users
Topic: Wireless adapter that only operates on channel 1
Replies: 11
Views: 5063

Re: Wireless adapter that only operates on channel 1

That USB dongle is covered in excruciating detail in http://www.raspberrypi.org/forums/viewtopic.php?f=91&t=29752 That post is only about issues with the RTL8188EU which I do not have and doesn't work OOTB - mine is the RTL8188CUS (see my 'lsusb') which works but with a restriction purposely built-...
by petoetje59
Fri Sep 12, 2014 5:29 pm
Forum: Advanced users
Topic: Wireless adapter that only operates on channel 1
Replies: 11
Views: 5063

Re: Wireless adapter that only operates on channel 1

What does lsusb show when the dongle is plugged in? Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 006: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T Bus 001 Device 003: ID 0424:ec00 Standard Micros...
by petoetje59
Fri Sep 12, 2014 5:18 pm
Forum: Advanced users
Topic: Wireless adapter that only operates on channel 1
Replies: 11
Views: 5063

Re: Wireless adapter that only operates on channel 1

1) +2) Obviously they default to channel 1. Changing the channel on the RPi-B is simply done in /etc/network/interfaces : wireless-channel 1 ...but if I do that - and change the channel in the connecting wireless bridge as well (where I can change the channel in Ad-Hoc mode, this device has been fai...
by petoetje59
Thu Sep 11, 2014 1:58 pm
Forum: Advanced users
Topic: Wireless adapter that only operates on channel 1
Replies: 11
Views: 5063

Wireless adapter that only operates on channel 1

Recently bought a couple of Chinese B-Link BL-LW05-AR5 150 Mbps Nano wireless N USB adapters . Several forum posters claimed they worked out-of-the-box on a Raspberry Pi in Raspbian Linux , and their large external antenna was also a deciding factor for me. They do work OOTB on a RPi-B - if one uses...
by petoetje59
Thu Aug 07, 2014 10:03 pm
Forum: General discussion
Topic: Wrong keyboard layout using XRDP
Replies: 3
Views: 1985

Re: Wrong keyboard layout using XRDP

Hello, I had the same problem, after searching google, a windows registry change seems to be the solution. I can't remember what I changed, but google has the answer. Regards Has nothing to do with Windows, but everything with XRDP which is a Linux program. I gave up, removed the immature unproven ...
by petoetje59
Thu Aug 07, 2014 4:41 pm
Forum: General discussion
Topic: Wrong keyboard layout using XRDP
Replies: 3
Views: 1985

Wrong keyboard layout using XRDP

Hi all, I'm trying to use a headless RPi - i.e. connected only to a network cable and using a desktop PC. SSH using PuTTY works fine, my non-US keyboard works as expected (probably because PuTTY runs on Windows). However, when I try to use XRDP using Remote Desktop Connection from Windows, it revert...

Go to advanced search