Server :: TtyUSB0 Not Showing Up In /dev?

Aug 20, 2010

RHEL 4.4Kern 2.6.9-42.ELsmpAttached USB-device, kernel output (dmesg):

Code:
usb 3-2: new full speed USB device using address 2
drivers/usb/serial/usb-serial.c: USB Serial support registered for Generic

[code]...

View 1 Replies


ADVERTISEMENT

Ubuntu :: Write/Read On /dev/ttyUSB0 Using C Or C++

May 31, 2011

Recently i acquired an electroencephalograph (EEG) and started to experiment with it, and i need some way to write or send a couple of Hex numbers to the EEG so it will start working, and then to save the data on text file, or at the very least see the output on the terminal using C or C++, i found some programs around the forums but none seem to work properly and more often than not, The EEG is recognized as /dev/ttyUSB0 has a baud rate of 921600.

View 2 Replies View Related

Hardware :: Cannot Access /dev/ttyUSB0 For Garmin Gps

Nov 2, 2010

I need to acces my garmin 305 to use Viking or Gpsman. I can't access the gps, :cannot open device.

dmesg:
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
usbcore: registered new interface driver usbserial_generic

[Code].....

I've found My Tourbook which works really well with my garmin forerunner 305, just run it as root.

View 4 Replies View Related

Software :: Using Piklab And Trying To Burn Through /dev/ttyUSB0?

Feb 3, 2011

How can I program my PIC micro controller through the USB port using Piklab or Ktechlab IDE? I have already installed gputils,SDCC and Piklab!!

how to interface with the PIC boards ICSP through the USB port??( Db9 is not a choice for me as I have a Db15 pin in my laptop hence the need to work thru the USB)

I have been thinking of a USB to Serial along with a serial to ICSP converter but it turns out to be very slow!

View 4 Replies View Related

Software :: Add Group Uucp Permanently To /dev/ttyUSB0

Apr 8, 2010

I currently have something like

Code:
crw-rw---- 1 root dialout 188, 0 Nov 14 15:00 /dev/ttyUSB0
How can I get permanently
Code:
crw-rw---- 1 root uucp,dialout 188, 0 Nov 14 15:00 /dev/ttyUSB0

My home banking software needs uucp there...

View 11 Replies View Related

Ubuntu :: Determine Which Process Has /dev/ttyUSB0 Port Open?

Jan 16, 2011

I'm developing a serial port application under Lazarus using the SunaSer code library.

The application reports an error indicating that "the Port is opened by another process".

What command can I execute in a Terminal session to determine what process has the USB-serial port open?

View 4 Replies View Related

Ubuntu Networking :: Wvdial - Cannot Open TtyUSB0 No File Or Direcotory?

Jan 23, 2011

im running a wireless modem under ubuntu (10.10) now, when i first plug in the modem, and run the command wvdial everything is OK. BUT if i plug out the modem and try to plug in again and run the 'wvdial' command i can the error:

Code:
"wvdial: cannot open ttyUSB0: no such file or directory.

View 6 Replies View Related

Server :: Phpsite Not Showing Images (buttons) Home Server For Game Server?

Jan 6, 2011

i recently installed apache2 mysql php exc. to run a realtime stat site for my servers.the only thing is that the buttons/ images are not showing up.i checked that my GD was up to date and installed perl5 GD. dont know what else to check.my site with problems go to:http://24.20.177.228/stats_public

View 2 Replies View Related

OpenSUSE Wireless :: Sierra Usb Modem - Attach To Ttyusb0 But Cannot Configure In Kppp?

Jun 28, 2010

i have been able to get on line running other linux os using the terminal first i type sudo modprobe -r usbserial & enter followed by sudo modprobe usbserial vendor=0x1199 product=0x120 & enter the last command is sudo dmesg|grep -i ttyusb. I have done this for years and it always has got me on line after the above i open kppp and select for modem /dev/ttyusb0 and click to verify kppp recognizes my sierra wireless usb modem and that is all i have ever had to do, plug in the usb modem type the three commands it comes back with confirmation the modem is attached to ttyusb0, ttyusb1 & ttyusb2 in kppp i click /dev/ttyusb0 and click quarry and get on line with suse11.1 it is not so the first command sudo modprobe -r usbserial comes back with a fatal error but the second and third command give me the same results saying i have attached the usbmodem to ttyusb0,1 & 2. but i cannot configure it in kppp.

i have tried researching on line but cannot find a similar thread. I believe the way i described above has worked on lindows 5.0, and it is how i do it with Mint which i can get on line with today. so i hope one of the wonderful millions of linux users will direct me as to what i am doing wrong. i am running amd 785 4 gb ram msi mainboard ms-7549 my modem is sierra wierless modem 595u (vendor=0x1199 product=0x120) connecting through Sprint pcs which requires no user name or password.

View 2 Replies View Related

Server :: Icons Not Showing In GNOME Desktop At REDHAT ES Server

May 4, 2011

Icons Not Showing in GNOME desktop at REDHAT ES Server.Also no right click on desktop .No Action.

View 3 Replies View Related

OpenSUSE :: Set RxtxSerial - Java App Has Access To A Serial Port (via SiLabs CP210x Driver, Port /dev/ttyUSB0)

May 10, 2010

I'm trying to set rxtxSerial to work so a Java app has access to a serial port (via SiLabs CP210x driver, port /dev/ttyUSB0). When I use update-alternatives --config java, there are 3 alternatives which provide `java'. I have tried openJDK and Sun. Both fail but with completely different messages.

[Code].....

View 9 Replies View Related

Hardware :: Possible To Access An IrDA Device As A Serial Device Such As /dev/ttyUSB0?

May 24, 2011

the message from dmesg for the IrDA device:

[ 3635.194162] usb 3-1: new full speed USB device using uhci_hcd and address 2
[ 3635.338159] usb 3-1: New USB device found, idVendor=066f, idProduct=4200
[ 3635.338165] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[code]...

View 1 Replies View Related

Server :: Df -h Not Showing File System

Dec 30, 2010

I have install 5.5 kernel in rhel and after rebooting got the error to control+d to continue or rootpassword. I have done the same but df -h not showing the lvm filesystem.I have tried to remounnt but showing resource busy.I have rebooted on the previous kernel but getting the same issue.Its a VM.df -h showing only/dev/ mapper/ vg_osdata-lv_root /

View 10 Replies View Related

Server :: TOP Command Showing 130% Usage?

Mar 8, 2011

In my server java based application is running and java usage showing some time 300% of usage in top command. on that time java application is getting some types errors. at that time i checked vmstat and sar commands also but they showing the free CPU. My server configuration as given below

Quote:

Processor Intel(R) Xeon(R) CPUX5670 @ 2.93GHz
No fo Cores 8
Ram :64GB

[code]....

View 2 Replies View Related

Fedora :: Evolution 2.32.2 - Not Showing Html Websites Showing Up In Email Like Venison Sending A Promo

Aug 7, 2011

Having one issue with evolution not showing html websites showing up in email like verizon sending a promo. I have gone to edit, preferences, mail preferences, html messages and have always load images from the internet chosen. I have also added sender to contacts. Even if I right click message and tell it to dload images it doesn't.

View 1 Replies View Related

Software :: USB Mounting Error In Ubuntu 7.10 / Showing Cant Mount When I Clicked Details Its Showing Bad Blocks?

Dec 12, 2008

I would like to know when usb inserted, its showing cant mount when i clicked details its showing bad blocks in beginning , and smething in /dev/sd6. Can i knw why usb drive cant be mounted automatically , even if its set to do so, and to cope the error mentioned above

View 1 Replies View Related

General :: Screen Not Showing On Laptop But Showing On Projector When Connected

Apr 18, 2011

When I try to connect a projector to my laptop (already running) and hit the fn+f7 (the designated button for switching screen), nothing happens. I see "no source found" on projector screen and my laptop screen works perfectly. Now if I restart the laptop with the projector connected, I see all the intial booting messages on the projector screen (not on my laptop), then the gnome login screen appears on both the projector screen and laptop (when the login screen appears on laptop it looks like it has lower resolution than my usual laptop resolution). But immediately after I log in, my laptop screen goes blank, and projector screen becomes the only active screen.

If I restart without the projector, again all normal operation on laptop screen is restored.

I feel like I am missing some very silly options. Any help is appreciated.

Here is the output of xrandr when the laptop is connected:

Code:

View 3 Replies View Related

Ubuntu Servers :: DVDrom On Server Not Showing ?

Jun 17, 2011

Im setting up a local home server for my development. I have downloaded the wireless card drivers and burnt them to a DVD disc (as dont have any CDs) I have it in the DVD drive on the Server, and i dont know how to access the DVD via the console.

View 1 Replies View Related

Server :: Rsync Showing Wrong Output?

Feb 16, 2011

Iam comparing 2 filesystem using the below command.rsync -navrz --exclude=logs/* /opt/otm/ glrrd@105.78.7.100:/opt/otm/The output showing the files which are same in size and timestamp that are to be sync.Iam using rsync 2.6.3 version so i dont have itemize changes option to debug the problem.Is there anyway i can find the how rsync is finding the difference between the 2 filesytemEx: filesystem1

-rw-rw-r-- 1 glog glog 39132 Nov 26 2009 FinJ-code_2003-10-22_12h17_CEST+0200.jar
-rw-rw-r-- 1 glog glog 39132 Nov 26 2009 finj.jar
-rw-rw-r-- 1 glog glog 954987 Nov 26 2009 jakarta-taglibs-standard-1.1.2.zip

[code]....

View 3 Replies View Related

Server :: Samba Share Not Showing Any Files

Nov 3, 2009

I have recently installed Fedora F11 with a Samba server. The smb.conf seems fine but I cannot see any of the files in the share from a Windows machine. I am probably missing something unbelievably simple but driving me nuts!

I can see the machine and share from windows

When logged in as the user fred I can see all the files in Linux - most are owed by fred.

smbuser:
Code:
# x_name = SMB_name1 SMB_name2 ...
root = administrator admin
nobody = guest pcguest smbguest
fred = fred
smb.conf:
Code:
[global]
workgroup = Workgroup
server string = Samba Server Version %v

netbios name = MachineName

hosts allow = 127. 192.168.0.
.........
[Docs]
comment = Main Documents
path = /mnt/documents
read only = no
browseable = yes
valid users = fred
.........
The other thing I find a bit odd is that
Code:
service smb restart
does not effect the way that the windows machine sees Samba. It appears that you need a full restart to get the changes to show properly.

Thanks,

Michael

View 2 Replies View Related

Server :: Sendmail Showing Internal IP And Hostname?

May 31, 2011

how to disable or modify the email headers showing the internal IP and hostname of the server when using sendmail. I want this removed or change to just a domain name.

View 2 Replies View Related

CentOS 5 Server :: Aliased Folder Not Showing Up: 404

Mar 19, 2010

Apache httpd.conf (with server identity info removed)

CentOs 5.4 system info

I have a problem I've been banging my head against for hours.

I can't get an aliased folder to turn up: I just get a 404.

I've chowned the folder to apache:apache and most of it is chmod to 755. I tell apache of the changes, and have even tried restarting a few times.

I'm expecting it to turn up like this yyy.com/laura_shop/

(within which is a php script to do a shopping cart)

The apache directives look similar to what I have on my dev computer (which is Windows, mind you).

The directory and alias are defined within my main virtual server which you can see here:

virtual host conf directives

(see at top of the message if you would like to see the whole httpd.conf file)

I realise this is more of an apache/linux problem but perhaps familiarity with CentOS may get me the right answer quicker.

View 10 Replies View Related

Ubuntu :: Server Gui - Why The Title Bars Are Not Showing Up Correctly

Feb 13, 2011

why the title bars are not showing up correctly like this:

View 2 Replies View Related

Server :: HTAccess - Auto Index Not Showing Some Directories

Oct 5, 2010

I have a VERY simple setup, or so I think. 1 VirtualHost that it's only purpose is to list some files and directories, now under the DocuemntRoot there is 1 named clients. Insdide clients there are 4 folders, you guessed it, one for each client. I setup simple .htaccess for each one of these folders so each one has it's own auth.

Now on the vHost I have this:
Code:
<VirtualHost *:443>
ServerName vpn.domain.com
ServerAlias vpn.domain.lan
ServerAlias vpn
DocumentRoot /var/www/vpn
#ErrorLog /var/log/apache2/http-vpn.log
#LogLevel error .....

Now the weird part, with the AllowOverride AuthConfig those 4 directories for each client are not being displayed, if I set AllowOverride all, then the directories inside clients are not listed, if I set it to none.... then the server lists them but ignores the .htaccess.

View 9 Replies View Related

Server :: Checking Processes Running In The Background And Showing Them?

Sep 10, 2010

While executing df command on an AIX Console, by mistake I ended the line with an ampersand:

[Code]...

View 5 Replies View Related

Server :: 4 Virtual Disk On AX4-5i / RHEL Showing 16 Partitions

Jul 29, 2010

I have 4 virtual disk on AX4-5i. RHEL for some reason shows 16 partitions in /proc/partitions. I got lot-lot of IO errors in dmesg. Some of those 16 partitions "work", others just give (on using fdisk for example): Unable to read /dev/sdb. On EMC I have 4 ports, so it might be somehow releated to this.

[root@db ~]# /etc/init.d/iscsi restart
Logging out of session [sid: 1, target: iqn.1992-04.com.emc:cx.sl7e2101800014.a0, portal: 192.168.10.101,3260]
Logging out of session [sid: 2, target: iqn.1992-04.com.emc:cx.sl7e2101800014.b0, portal: 192.168.10.103,3260]
Logging out of session [sid: 3, target: iqn.1992-04.com.emc:cx.sl7e2101800014.a1, portal: 192.168.10.102,3260]
Logging out of session [sid: 4, target: iqn.1992-04.com.emc:cx.sl7e2101800014.b1, portal: 192.168.10.104,3260]
Logout of [sid: 1, target: iqn.1992-04.com.emc:cx.sl7e2101800014.a0, portal: 192.168.10.101,3260]: successful
Logout of [sid: 2, target: iqn.1992-04.com.emc:cx.sl7e2101800014.b0, portal: 192.168.10.103,3260]: successful
Logout of [sid: 3, target: iqn.1992-04.com.emc:cx.sl7e2101800014.a1, portal: 192.168.10.102,3260]: successful
Logout of [sid: 4, target: iqn.1992-04.com.emc:cx.sl7e2101800014.b1, portal: 192.168.10.104,3260]: successful
Stopping iSCSI daemon:
iscsid dead but pid file exists [OK]
Starting iSCSI daemon: [OK]
[OK]
Setting up iSCSI targets: Logging in to [iface: default, target: iqn.1992-04.com.emc:cx.sl7e2101800014.a0, portal: 192.168.10.101,3260]
Logging in to [iface: default, target: iqn.1992-04.com.emc:cx.sl7e2101800014.b0, portal: 192.168.10.103,3260]
Logging in to [iface: default, target: iqn.1992-04.com.emc:cx.sl7e2101800014.a1, portal: 192.168.10.102,3260]
Logging in to [iface: default, target: iqn.1992-04.com.emc:cx.sl7e2101800014.b1, portal: 192.168.10.104,3260]
Login to [iface: default, target: iqn.1992-04.com.emc:cx.sl7e2101800014.a0, portal: 192.168.10.101,3260]: successful
Login to [iface: default, target: iqn.1992-04.com.emc:cx.sl7e2101800014.b0, portal: 192.168.10.103,3260]: successful
Login to [iface: default, target: iqn.1992-04.com.emc:cx.sl7e2101800014.a1, portal: 192.168.10.102,3260]: successful
Login to [iface: default, target: iqn.1992-04.com.emc:cx.sl7e2101800014.b1, portal: 192.168.10.104,3260]: successful
[OK]
[root@db ~]#

I've googled and read docs but got no idea what to do. Any experiences with EMC/RHEL/iSCSI - I just don't understand where those 16 (and half of them not working/giving lotof errors) come from? For example Citrix Xen on similar network conf can see/use same EMC thoughr iSCSI nicely. SO there should'nt be network/auth issues (not using CHAP btw). I got feeling that problem is on RHEL iscsi conf side.

View 3 Replies View Related

Software :: Apache Showing Internal Server Error

Jun 23, 2010

My httpd error_log says the following error while running the htpasswd.pl
[Thu Jun 24 08:25:54 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Jun 24 08:25:54 2010] [notice] Digest: generating secret for digest authentication ...
[Thu Jun 24 08:25:54 2010] [notice] Digest: done
[Thu Jun 24 08:25:54 2010] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations
[Thu Jun 24 08:26:01 2010] [error] [client 117.204.119.181] (2)No such file or directory: exec of '/var/www/cgi-bin/htpasswd.pl' failed
[Thu Jun 24 08:26:01 2010] [error] [client 117.204.119.181] Premature end of script headers: htpasswd.pl

Also the apache shows this error in the webpage. Internal Server Error. The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.
Apache/2.2.3 (CentOS) Server at 59.93.43.183 Port 8284

I am using the htpasswd.pl script dwoloaded from net. I can run the perl file using the command line and gets the sytax OK message. The contents of te htpasswd file is as follows:
#! /usr/local/bin/perl -T
# htpasswd.cgi by David Efflandt (efflandt@xnet.com) 8/97
# Last update 10/4/99
# Update password file from the web for use with user authentication.
# Stores each line in the format: username:crypted_password .....

View 8 Replies View Related

CentOS 5 Server :: Vsftpd Not Showing (recent) Files

Sep 14, 2009

I am running FTP server using vsftpd 2.0.5-12 on Centos 5.3 64bit with default settings, annonymous access enabled. Each night new files are created and moved into a FTP subdirectory (/var/ftp/spectra) by a script. The files are owned by a local user/group, not root, and the same holds for the /var/ftp/spectra subdirectory. The new files are not visible via FTP. Only visible are files that were created the same day when I made the directory /var/ftp/spectra. Also files that are created "in place", e.g. by vi, are visible until I change their owner/group. This is the situation when vsftpd is runned as a system service (/etc/init.d/vsftpd start).

When I start the vsftpd directly using the command /usr/sbin/vsftpd (both without or with the configuration file specified), all files are visible and normally accessible via FTP.

View 4 Replies View Related

Server :: Phpinfo Stops On Showing Date Module Information?

Feb 7, 2011

I have an apache2 php5 on an ubuntu 10.04 it was working fine except today and does not open web site now. I tried to open phpinfo.php but it takes long time and at the end it loads php informations just until date module. I installed php5-cli to find out what does not work properly then I used:

Quote:

# php5 -i
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/gd.so' - /usr/lib/php5/20090626+lfs/gd.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib

[Code]....

View 6 Replies View Related

CentOS 5 Server :: NFS Mount Of Loop Mounted ISO's Showing No Files

Jul 16, 2009

I'm having a problem accessing files via nfs where an iso has been mounted through the loop device on the nfs server. Basically what I am attempting to do is access the 6 CentOS 5.2 ISO's via NFS from one of my client machines. The client is able to mount the share and see its sub directories leading up to the mount point of the ISO, but the contents of the mounted ISO image are simply not visible (on the client, they are visible on the server).

Server config (CentOS 5):

/etc/fstab:
/home/user/iso/CentOS-5.2-x86_64-bin-1of7.iso /exportiso/centos/x64/5.2/disc1 iso9660 defaults,loop 0 0

[code].....

NFS is working correctly for other mounts between these two boxes, however.

View 1 Replies View Related







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