Software :: Cannot Change Baud Rate To S3c2410 Seial Port Via Tc Setattr

Sep 6, 2009

I am writing a simple serial port programing based on s3c2410. However, I found that I cannot change serial port attributes including baud rate using tcsetattr. I think i have follow "Serial Programming Guid for POSIX operating system" strictly, but why it does not work? the baund rate cannot be changed to 115200?

View 2 Replies


ADVERTISEMENT

Ubuntu :: Trying To Change Baud Rate With STTY

Oct 30, 2010

I am using the command:
Code:
sudo stty -F /dev/ttyUSB0 115200
to try and change the baud rate from 9600 to 115200 on device USB0, but I keep getting this error.
Code:
stty: /dev/ttyUSB0: unable to perform all requested operations
ttyUSB0 is not locked, and I know it is capable of 230400 b/s so I know it should handle 115200 just fine.

View 9 Replies View Related

Server :: How To Make The Baud Rate Be Configured Automatically?

Nov 2, 2010

The /etc/inittab file is configured as the following.

Code:
# vi /etc/inittab
/sbin/getty -l /bin/login /dev/ttyS0 9600 vt100

It always makes the baud rate 9600.How can I make the baud rate be configured automatically according to the terminal's baud rate? Can I?

View 6 Replies View Related

Software :: Minicom Configuration Is Missing 57600 Baud Rate

Sep 26, 2009

I use Minicom on the recenet Ubunto Linux and have a single USB 2 serial device and my Minicom doesn't have 57600 for selection.

View 7 Replies View Related

General :: USB To Serial Converter Not Working For 115200 Baud Rate But Good For 9600

Oct 25, 2010

I am using openSUSE 11.3 , 32bit.I do the appropriate setting in 'minicom' application.I have two devices 'a' giving message at debug port at 9600 baud while 'b' at 115200 baud..Both 'a' & 'b' work fine when connected to serial port of computer.'a' works well if I connect it to serial to USB adapter which is plugged into USB port of computer.In case of 'b' , the above method yields failure.Do I have to set anything for device /dev/ttyUSB0 ?

View 1 Replies View Related

Ubuntu :: How To Change Refresh Rate In GDM

Aug 15, 2011

I just did a fresh install of natty on my desktop and at first I had a box bouncing around my screen saying input not supported. I changed my refresh rate from 50 to 52 and it got rid of it, but I still have the bouncing box on the login screen. How can I adjust the refresh rate for that?

View 2 Replies View Related

General :: Cannot Change The Refresh Rate From 60 Mhz

Aug 9, 2010

First off I am dual booting Windows 7. While in Win7 I have absolutely NO monitor issues. Since installing 10.04 I get a shaky unreadable display. To remedy the situation temporarily I have adjusted the resolution to 1200/800 but this is not a fix just a band aid. I should be able to run 1920/1080. As soon as I do this I get the shaky screen. I cannot change the refresh rate from 60 mhz. Again I am apprehensive by posting this because I have been flamed in other forums simply for being a noob and not knowing what to do but I would love to tap into the resources of you more experienced members.

View 2 Replies View Related

General :: SFTP Server Port Blocked On Uni Network / Need To Change Listening Port

Oct 21, 2010

VERY new to linux, erm but I have an issue that needs solving!I recently moved to university, where their network blocks sftp port 22, this means that I cannot connect to my FTP server which is running a version of linux.Now I've got this ftp server connected to a seedbox and it was created using the following walk through..Code:I have written this guide for a friend, but I though it would be useful for others as well.

There are several guides floating around, but I found that most always cock up in some way. This one is tried and tested to work on Debian Etch (on an OVH rps, but should apply to most servers).If there is a new stable release of rtorrent/libtorrent then I will update this guide to show you how to update it (without reinstalling the whole server).

At the bottom there are also instructions to install ftp access & some network monitoring software.Basically, I would really like someone to be able to construct the commands on how to change the listen port for sftp connection on linux or add another port to the list that Linux would use so that I could put in through putty.

View 2 Replies View Related

Debian :: New Monitor Cant Change Refresh Rate

Apr 14, 2011

I just upgraded from a 1280x1024 17" to a 1920x1200 24".However, at 1920x1200, I do not have an option to change the refresh rate to anything but 60Hz, but Id like to run 70 or 75Hz.My monitor is an Asus PA246Q. Digital Signal Frequency : 30~83 KHz(H)/ 50~76 Hz(V).I am running Debian 6.Video card is an ATI Radeon 4850/1GB, and I am using the fglrx driver.

View 3 Replies View Related

Debian Configuration :: Unable To Change Refresh Rate

Oct 6, 2015

I have three monitors, two Dells and an older LG all native at 1920x1080@60Hz and only recently installed Debian on this setup.

The LG is detected as running at 59.93Hz instead of 60Hz and this discrepancy appears to drive up the temperatures in my GPU constantly, even on idle, and introduces severe stuttering in any kind of graphical application.

I had the exact same issue with Windows 7 as well, but was able to fix it by changing the display settings of said monitor to 60Hz refresh, thereby returning the idle temps to normal and removing the stuttering.

My problem now is that I can't seem to change the refresh rate of this screen at all under debian.

xrandr -q returns that the monitor is running at 59.93Hz, but also shows 60Hz as available.
xrandr --output DVI-I-1 --rate 60
appears to have absolutely no effect, it doesn't error but it also doesn't change the refresh rate.

Trying to add a new mode with 60hz and modeline obtained from cvt results in the following:

Code: Select allxrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode DVI-I-1 "1920x1080_60.00"X Error of failed request:  BadMatch (invalid parameter attributes)
Major opcode of failed request:  140 (RANDR)
Minor opcode of failed request:  18 (RRAddOutputMode)
Serial number of failed request:  41
Current serial number in output stream:  42

I've also tried to set the refresh rate through the proprietary nvidia driver and manually through xorg.conf, both to no effect;

Here's my current xorg.conf:

Code: Select allSection "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

[Code] ....

The driver settings will show 60Hz but the listing for the monitor in the driver and xrandr will still show 59.93Hz. Saving the settings of nvidia-settings to .nvidia-settings-rc was equally fruitless.

The settings on the monitor itself also show it running at 60Hz, without an option to go down to 59.93Hz so I got no clue where that is even coming from.

What else to try, besides buying a new monitor, which I'm not quite prepared to do yet.

View 3 Replies View Related

General :: Which Audio Player Allows Me To Change The Playback Rate?

Mar 28, 2011

Are there audio player for Linux, that can play audio with some coefficient, that I can manually change, something like x0.5, x0.7, x0.79, 1.0 - normal, x1.5 etc...

View 2 Replies View Related

Ubuntu Multimedia :: Can't Change Default Refresh Rate

May 21, 2010

After upgrading from karmic to lucid I can't change a default refresh rate for my crt monitor connected to my laptop (lcd switched off). I know radeon driver is trying to check what's the highest possible rate and sets it around 85, but the screen starts to "shiver". If I manualy change this setting in system settings for the screen to 75, it is ok. But I have to do this after every boot I generated xorg.conf and the appropriate modeline (it shows in the screen settings), and I added it to both monitor and screen section. Nevertheless the refresh rate is set to auto again in system settings and the screen wiggles a bit. How to disable automatic detection and force my own settings?

P.S Here's my xorg.conf:

Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"

[Code].....

View 2 Replies View Related

Server :: SSH Is Still Listening On Port 22 After Change To A New Port?

Apr 6, 2011

I edited "sshd_config" file and changed port 22 to a new port. After I restart ssh, it listens on port 22 and the new port. How can I disable SSH to listen on port 22? I'm using Debian.

View 6 Replies View Related

OpenSUSE Multimedia :: Change The Default ALSA Sample Rate From 48000 To 44100?

Apr 29, 2010

I need to change the default ALSA sample rate from 48000 to 44100.

View 4 Replies View Related

Fedora Networking :: 3G USB Modem Has Wrong Device Port In NM - Change Device Port In Network Manager?

Aug 14, 2009

I installed ZTE MF 626 modem in my F10 with kernel 2.6.27.12-170, i run usb_modeswitch and so far things happened normally. Watching through /var/log/messages it says that F10 detects two port device for this modem: ttyUSB1 and ttyUSB2, and in the sequence it disable port ttyUSB1 BUT Network Manager still set this port.I mean, when i connect via wvdial appointing to ttyUSB2 i get connection, but Network Manager fails to do it appointing to ttyUSB1. How to change device port in Network Manager?

View 1 Replies View Related

Programming :: Why Is 6400 Baud Not Supported?

Jan 15, 2011

I desperately want to get away from DOS and Windows, change to Linux... however I need 6400 baud for a special dongle. I found out my PC is working in Windows perfect at this baudrate, but in Linux it is unsupported.termios.h seems to have no support. I'm programming in C++ and want to use 6400 baud.

With setserial software I can have a divisor of 18, then the baudrate = 115200/18 = 6400. However, I want to use it in my programs (G++) and maybe also in Dosbox until my program is completely converted to Linux... however, if Linux does NOT support 6400 baud this operating system I have to stick to MFC, which is terrible.

View 3 Replies View Related

Programming :: Edit Sshd_conf Files To Change The "#Port 22" To "Port 22" From A Script?

Feb 4, 2011

i am trying to edit sshd_conf files to change the "#Port 22" to "Port 22" from a script.

I have tried this many different ways.

sshs1='s/#Port 22/Port 22/g'
sed $sshs1 /home/l/Desktop/test

the reason i have it as a string in this instance is because $sshs1 gets a variable, but im not working on that right yet. I've tried changing the ' to ` and ". this is what i get:

sed: -e expression #1, char 7: unterminated `s' command
sed: -e expression #1, char 8: extra characters after command
sed: -e expression #1, char 8: extra characters after command
"
sed: -e expression #1, char 7: unterminated `s' command

i know it may have to do with my regex, but i cant seem to find a decent tut.

View 2 Replies View Related

Server :: Change Ssh Port On RH5?

Sep 21, 2010

How do i change the ssh port on my redhat 5 server. Can you tell me how to do it through the gui and through cmd line?

View 5 Replies View Related

Red Hat :: Change The Default Port (80) To 85?

Sep 10, 2010

I installed Apache2 on Redhat EL 5. I am trying to change the default port (80) to 85. I tried editing httpd.conf and changed

Listen 80
to
Listen 85

It ditn't change any thing. 'netstat -tuapn | grep :85' returns nothing.

View 6 Replies View Related

CentOS 5 :: How To Change Ssh Port 22

Jul 17, 2011

I go in using nano /etc/ssh/sshd_config I change the port number.. I then restart ssh service restart.. I then run netstat -tupln and it still shows ssh as port 22!i am not sure what I am doing that is incorrect.Do I have to remove the # < ? I go to redit it and its still showing 2222 nano /etc/ssh/sshd_config ?

View 18 Replies View Related

Ubuntu :: Change The Ethernet Port Name?

Aug 4, 2011

I have a program which requires running on port eth0. My current connection is named eth7. how can I change this? I went to /etc/network/interfaces but did not see the connections for eth0 or eth7 in that location. I also tried to change it in the "Network Manager" but that just broke my connection and returned errors. What Can I do?

View 7 Replies View Related

General :: Change The Default Port Of Ssh That Is 22?

May 26, 2010

How can I change the default port of ssh that is 22? Because of security issue I just want to give some other port.

View 3 Replies View Related

General :: Change Ssh Defualt Port 22?

May 10, 2011

i want to change ssh defualt port 22 can you suggest which port i need to use for ssh so prevent it from hackers

View 4 Replies View Related

Ubuntu :: Dont See Any Option To Change The Port?

Jun 4, 2010

When setting up a new pop3 accounr in evolution, I dont see any option to change the port, my pop3 server requires port 110.Is there a way to check or alter this in Evolution

View 1 Replies View Related

Ubuntu :: Change VNC Server Listen Port?

Dec 30, 2010

I wish to use the VNC server built in to the Ubuntu to easily access it from other computers on my local network. I need to skew the VNC Server port off of the normal 5900 to something else because I am using VNC to access several computers (sometimes simultaneously) so each VNC server needs to be set with a different port #. At this point it is all local subnet connections with no incoming internet access and I am not worried about security.

View 2 Replies View Related

Hardware :: Change LVM Disk Sata Port?

Oct 18, 2010

I have Linux system with 6x500 GB sata drives on LVM. I want to change 1 of the disks with larger - 1 TB. I don't have available free sata ports, so I'll add pcie sata controller. I'll add the 1 TB disk to the pcie controller and will use "pvmove" to transfer the PEs from one of the 500 GB drives to the new 1 TB. Then I want to remove the 500 GB disk from the LVM. I want to remove the physical disk from the box and to place the 1 TB disk on its place. But I don't know if the LVM will recognize the disk? I want to remove the pcie controller from the box because the motherboards sata controller is better.

View 1 Replies View Related

Hardware :: Change Serial Port Settings?

Mar 18, 2009

I am using Fedora 10 and I need to change the defaults that get set on the serial port.I know how to do what I need to in Windows, but I can't seem to figure it out in Linux.

Windows Settings:
Bits/Second '115200'
Data Bits '8'
Parity 'None'
Stop Bits '1'
Flow Control 'None'
Receive Buffer 14 (HIGH)
Transmit Buffer 16 (HIGH)

View 1 Replies View Related

General :: E-mail Redirect And Port Change?

Sep 24, 2010

I am looking to set up a system that will bring in an e-mail on a port like 4082 then sent it out to a standard e-mail port. this is a fire wall issue. I am looking for the best software I can use on an Ubuntu-Desktop platform to accomplish this and an idea on how to set this up?

View 6 Replies View Related

Software :: Change The Port Numbers Of Samba?

Jan 19, 2011

I need to change the port numbers of samba. Our ISP is blocking the ports 445 and 139. So i need to run samba in a different port.

View 1 Replies View Related

CentOS 5 Server :: Change My Ssh Port From The Default 22

Feb 9, 2010

I want to change my ssh port from the default 22 to something else. I did the following: vi /etc/ssh/sshd_config; uncommented Port 22 and changed it to the desired port number. After that I run service sshd restart for the change to take an effect. Now, when I want to login into the new port I receive this message - Network error:Unable to route to host. When I change the port back to 22, I will be able to login again.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved