CentOS 5 Hardware :: Unable To Recognize The JTAG

Sep 16, 2010

i can't see the USB Blaster when i plug in my computer

View 1 Replies


ADVERTISEMENT

CentOS 5 Hardware :: Unable To Recognize Keyboard And TouchPad?

Apr 26, 2010

I have hust installed a fresh copy of CentOS 5 on my Lenovo 3000 Y500 notebook. It is not recognising my Keyboard and TouchPad.

View 1 Replies View Related

CentOS 5 Hardware :: Unable To Recognize Bd-re Dvds On Blu-ray Writer?

Aug 26, 2010

I have installed the LG BE08LU20 on five Centos servers during the past three months. Two HP ML115, two Dell T110 and mine which is an older Dell Dimension. All except one of the Dell T110 work fine. The BE08LU20 drive is used for 50Gb backups using mondoarchive. On the problem machine which has just been installed from scratch again, it will quite happily mount cd and dvds but not 50Gb BD-RE. I take the same BD-RE disk which it objects to and load it on my identical be08lu20 on a Dell Dimension with Centos 5.5 and it is recognized and allows writing. I swapped my working drive for the problem one but it makes no difference. The 'faulty' drive works perfectly correctly on mine. The OS is Centos 5.5 I have used the same DVD to install three machines with it. Two work including mine, but not the T110. Another customer with T110 also has a be08lu20 and mondoarchive with bd-re disks and theirs worked from the start. They have Centos 5.3 and up-to-date patches, but it should make no difference I've tried both usb and e-sata the result is the same. The centos 5.5 has kernel 2.6.18.194-el5PAE

If I load a bd-re disk in the drive and mount it - this is what I get
[root@localhost log]# mount /dev/scd0 /mnt/cdrom
mount: you must specify the filesystem type
This is the log
Aug 25 00:33:17 gilmartin1 kernel: end_request: I/O error, dev sr0, sector 2096896
Aug 25 00:33:17 gilmartin1 kernel: Buffer I/O error on device sr0, logical block 524224

[Code]...

There was another problem with this particular machine. I could install Centos, configure Samba and join the users to the domain without a hiccup. Then in the small hours of the morning (not always the same time) it just locked up, no kbd, no mouse, no display, no disk active, no network. Only solution was switch off and it would come up again quite happily with nothing logged and run without a problem for another 20-24 hours. Dell eventually agreed to replace the motherboard. I installed Centos again from scratch. It's been fine all week. The blu-ray problem has been there from the start, and has NOT been solved by the new motherboard.

View 3 Replies View Related

Debian Hardware :: Installing USB JTag Device

Mar 3, 2016

I need to install an usb device (Atmel AVR Dragon JTag) and use it in combination with eclipse.

The device is connected. I can connect using

Code: Select allpaul@debian64:/etc/udev/rules.d$ sudo avarice -g
AVaRICE version 2.11, Dec 22 2013 18:22:47

Defaulting JTAG bitrate to 250 kHz.

JTAG config starting.
Found a device: AVRDRAGON
Serial number:  00:a2:00:02:74:52
Reported JTAG device ID: 0x9587
Configured for device ID: 0x9587 atmega32u4
JTAG config complete.
paul@debian64:/etc/udev/rules.d$

But the same command without using sudo fails :

Code: Select allpaul@debian64:/etc/udev/rules.d$ avarice -g
AVaRICE version 2.11, Dec 22 2013 18:22:47

Defaulting JTAG bitrate to 250 kHz.

did not find any USB device "usb"
USB device not found
paul@debian64:/etc/udev/rules.d$

After googling I created

Code: Select allpaul@debian64:/etc/udev/rules.d$ more 40-atmel.rules
# Atmel AVR Dragon
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="03eb", ATTR{idProduct}=="2107", GROUP="users", MODE="0666"
paul@debian64:/etc/udev/rules.d$

but to no avail....

system:
Host = Windows 10 Pro 64
VirtualBox 5
Guest = Debian Jessie

View 0 Replies View Related

CentOS 5 Hardware :: CentOS 5.2 And 5.3 Does Not Recognize Device On IDE IT8213 Controller?

Apr 3, 2009

I have had a Supermicro X7DCL-3 motherboard based machine, running CentOS 5.2 x86_64, recently upgraded to 5.3.Strangely enough, although I must have installed the 5.2 using DVD disk, the running system does not show the DVD drive. The machine was not used very much so I noticed that only today, after the update. There is no trace of it in 'dmesg', thera are no /dev/cd* and/or /dev/dvd* devices. The IDE controller is IT8213 (as shown by 'lspci'). In 5.2 kernel (2.6.18-92.el5-x86_64) lspci says "unknown device". I have checked the /usr/src/kernels/*/.config files and both kernels (5.2 and 2.6.18-128.el5-x86_64 of 5.3) seam to have the support for that controller added into the kernel:CONFIG_BLK_DEV_IT821X=yAny idea why it is not working? The Supermicro has apparently noticed this also as their OS compatibility chart lists the IDE interface for that motherboard as supported up to RHEL 5.1 but not for 5.2.

View 2 Replies View Related

CentOS 5 :: Get Centos To Recognize Updated Packages?

Jun 24, 2009

I have a copy of the DVD Iso for centos 5.3. I downloaded the updated packages to the Centos directory and then ran the repomanage perl script to remove the old files from the directory. I then ran the createrepo and the new iso image with the script code below.

baseDir=`pwd`
rhelBuild=`pwd`/dvd-iso-contents
rm -f CentOS_1.0.0.iso
echo "Updating repository"
dvd_discinfo=`head -1 $rhelBuild/.discinfo`
echo "$dvd_discinfo

[Code]...

I am using VMWare to test the build, so I have the cd pointing to the iso image. I get the CentOS to start up find and dandy asking the questions for the interactive boot. It gets thru the stage of checking dependencies and then when it starts to copy down the image to the "harddrive" that is when the problem occurs.

One of the updated files is file-4.17-15.el5_3.1.i386.rpm (file-4.17-15.el5.i386.rpm was removed using repomanage), but the loader is looking for the removed file. I've looked thru any dependencies, but nothing specific for the removed file, all are asking for /usr/bin/file with no specific version numbers. I have run a rpm -test on all the rpms, but haven't been able to look thru that to see if there is a specific request for the version.

I did try this, but it just moved on to the next file. I did not replace the file version, but then it found another problem that was the same as this, the updated file is in the repo, but it is requesting the old version. I looked thru the fileslist and others to see if maybe that was the problem, but they were updated to the new versions.

View 1 Replies View Related

Ubuntu :: Unable To Recognize The TV

Nov 11, 2010

I have been trying to connect my TV to my ubuntu desktop for a while now.When i start up, the image from the desktop is shown fine on the TV right up until the ubuntu startup image. At that point the image disappears and doesnt return.GRUB and all the startup text is shown fine on the TV but after ubuntu starts, the tv just says "no signal".

Im using a ATI Radeon X800 "Old crap" craphics card. I assume it is because my graphics card does not have the drivers for it installed properly, so i tried that through the package manager along with the catalyst control center. When i tried to open catalyst it gives the message "There was a problem initializing Catalyst Control Center linux edition. It could be caused by the following No ATI graphics driver is installed or the ATI driver is not functioning properly install the ATI driver appropriate for your ATI hardware, or configure using ATI config" When calling aticonfig from the terminal, it says No supported adapters detected.the tv does not appear in displays either. My Medion 17' screen is properly identified in Display though (It does not say unknown or anything)

View 2 Replies View Related

Ubuntu :: Unable To Recognize Blank Dvd

Jan 18, 2010

I can write to CD+R no problem but when I try to write to DVD it does not work. When I put the DVD in the drive and go to computer and click open I get a message " unable to mount location, no media in drive." If I have a blank CD+R it says blank CD in drive but with the DVD I am having problems. I have way to many family pictures and I'd like to put it on 2 DVDs instead of 12 CD+Rs.

View 8 Replies View Related

Ubuntu :: Unable To Recognize The Root Pass

Apr 8, 2010

Su <pass here> then enter

I get;

su: Authentication failure

It's not the wrong pass, i even changed it.

View 9 Replies View Related

Slackware :: Unable To Recognize Wireless Card

Aug 2, 2010

I just did a new install of slack 13.1 and i cant seem to be able to get my wireless card up. my system is a new ish dell laptop,a vostro 3700 to be honest im not even really sure where to start here. if i ifconfig i only get my ethernet and my loopback and if i "iwconfig" i just get told that i have no wireless extensions. yeah not sure what else to add.

View 4 Replies View Related

General :: Centos 5 Does Not Recognize Usb

Jan 1, 2011

I had a problem with centos 5 not recognising usb sticks dispite installing and using centos 5 on different computers. This was cured by slotting the stick in imediatly after start up which seems odd but I have seen others having similar problems.

View 6 Replies View Related

CentOS 5 :: 5.5 Cannot Recognize All Memory

Mar 8, 2011

I installed new CentOS 5.5(X86_64) on my server. My server has 48 G RAM (12*4G) and can be found when starting server. Moreover, I installed dmidecode software to detect the memory. This software can find all the memory. I used command (top, cat /proc/meminfo) to check memory. Both commands can only find 33G RAM. uname -a command output like this: 2.6.18-194.el5xen #1 SMP Fri Apr 2 15:34:40 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

View 1 Replies View Related

OpenSUSE Multimedia :: Unable To Recognize And Mount Ipods?

Nov 26, 2009

banshee seems unable to recognize and mount ipods. once connected they are seen by nautilus (and songbird) but not banshee..

View 4 Replies View Related

Ubuntu Networking :: Unable To Recognize The Wireless Network

Feb 5, 2010

I installed Kubuntu 9.10 using wubi (dualboot with Windows 7). There were no network connections available, even though I have two that can be used when I switch to Windows. After two hours I got tired of trying to fix the problem and rebooting to no avail, so i uninstalled and installed Ubuntu instead. I've still got the same problem, and after hitting a hole in my wall and shaving my head, I have no idea how to fix the problem. How do i get Ubuntu to recognize my wireless network?

View 9 Replies View Related

Multimedia :: Unable To Get Ubuntu To Recognize The Camera Is Plugged In?

Jun 30, 2011

I am running Ubuntu 11.04, fresh install (32bit) on a Toshiba Satellite pro laptop and I am unable to get Ubuntu to recognize the camera is plugged in.When I ran 10.10 it was a simple plug and play approach and I have searched the forums for some guidance with no success.

View 7 Replies View Related

General :: Unable To Fetch Cdrom / Another Code To Recognize It?

Nov 5, 2010

I'm having a problem updating the cdrom. the error i get is Failed to fetch cdrom://Ubuntu-Netbook 10.04 _Lucid Lynx_ - Release i386 (20100429.4)/dists/lucid/main/binary-i386/Packages.gz Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs. I tried using apt-cdrom, it tells me the commands and options, which i wrote down for reference, but still that has an error which is, E: Unable to stat the mount point /media/apt/ - stat (2: No such file or directory)
W: Failed to mount '/dev/sr0' to '/media/apt/'
E: Unable to change to /media/apt/ - chdir (2: No such file or directory) Is there another code to recognize the cdrom? because the help of the command and options list didn't give a code for recognizing the cdrom. Im using ubuntu 10.4lts on my netbook and yes i do have a external rom

View 5 Replies View Related

CentOS 5 Hardware :: 5.4 Doesn't Recognize APC UPS Via USB?

Nov 20, 2009

I am having a problem trying to get my UPS (APC BACK-UPS ES 750) to be recognized (via USB) on my new CentOS 5.4 system. I had no trouble a while ago getting it to work on an old Fedora Core 3 system, and I don't think the problem is even with the apcupsd package because at the very least, I expect to see the device appear when I plug in the usb cable and use (from the APCUPSD User Manual):

View 7 Replies View Related

Software :: Running A Clonezilla VM With Vmplayer - Unable To Recognize Partition

Mar 30, 2010

I've tried to run a Clonezilla VM using vmplayer. All works fine except when I get to the cloning section. I have three partitions on the HD; partition A, B and C.

A = Partition to clone
B = Partiton onto which the clone image of PartA is to be saved
C = OS partition which is running the Clonezilla VM.

I would like to save the partition as an image but when it actually comes to the nitty gritty of partition cloning Clonezilla does not recognise PartA or PartB. I get error massages along the lines of "No unmounted partitions found." When I drop into a shell prompt the fdisk -l output shows nothing. However, running from the liveCD it recognises both these along with PartC. Is there a way of carrying out the cloning using this method by tweaking vmplayer settings or is the project just not possible ?

View 5 Replies View Related

CentOS 5 Networking :: 5.1 Won't Recognize 2nd Nic Card Eth1

Jun 5, 2009

i have installed centos 5.1 but it won't recognize 2nd nic card (eth1). i was unable to install the driver supplied by the cd. i am using intellinet gigabite pci network card. the network card recognize by centos 5.3 but i need to use centos 5.1. i also tried another intel gigabite adopter but it also won't recognize by centos 5.1.

View 2 Replies View Related

CentOS 5 :: C++ Compiler Doesn't Recognize Ostringstream

Apr 7, 2011

I am trying to compile a program that uses ostringstream. I have included the following

#include <iostream>;
#include <sstream>;
#include <string>

as well as a bunch of other header files, but the rest of my program compiles nicely so I'll omit those for now. I have already tried

yum install gcc gcc-c++ kernel-devel

but everything is up to date. When I compile my program, I get this error:

GRASPv0.cpp:451: error: ostringstream was not declared in this scope

View 8 Replies View Related

CentOS 5 :: KDesktop Tool Doesn't Recognize Symlink?

Sep 23, 2009

The default kde location for wallpapers is as follows:/root/.kde/share/wallpapers (permissions drwxr-xr-x)

View 6 Replies View Related

CentOS 5 :: Vfat File System Doesn't Recognize By 5.6?

Aug 10, 2011

my android phone doesn't seem to be recognized by the system and it's file system is vfat how did it occur while i've been using my phone as a storage device it still works yesterday but upon plugging it in the usb port it says "cannot mount volume".....

View 1 Replies View Related

Fedora X86/64bit :: F11 Unable To Recognize 24GB Memory On Dell PowerEdge R610

May 20, 2009

I am having a problem recognizing the full 24GB memory on a dell PowerEdge R610 system I just purchased. This is the Fedora 11 preview version, uname -a returns this:Linux comp1 2.6.29.3-140.fc11.x86_64 #1 SMP Tue May 12 10:44:27 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux

this is the off the shelf box from Dell and it is a quad-core with 24GB memory, but the OS can only recognize about 3GB, here is the free -m

total used free shared buffers cached
Mem: 2980 607 2373 0 24 176

the system is otherwise functioning normal. how to get the full 24GB of mem recognized?

View 12 Replies View Related

Ubuntu Multimedia :: Broke Gf's - Unable To Recognize That Builtin Webcam Exists Anymore

Jun 26, 2010

So the title pretty much sums it up. She is running a pangolin performance which came with lucid while I am running a pangolin performance which came with karmic and i upgraded to lucid (bought before her). For some reason hulu always worked for me, so I was trying to fix it on her computer too, but somehow one of the commands I told her to run made her computer not be able to recognize that her built in webcam exists anymore.

The reason that this is so hard is that I don't remember which commands I told her to run, but one of them was the instructions from post #5 on this page: [URL]. But I don't know how messing with flash stuff could have possibly screwed up her computer detecting her webcam. The drivers are definitely installed for webcam, however when she 'locate uvcvideo' it tells her that permission is denied, so the problem might be that her computer isn't giving her the permission to access the webcam drivers to use the webcam, just an idea.

View 1 Replies View Related

Hardware :: CentOS 5.2 Wont Recognize Nics From Supermicro Server?

Jun 14, 2011

I just installed CentOS 5.2 on a mini Atom server and it wont recognize the nics. Not sure what kind they are, think they are Intel. (built in)It's the first time this has happened to me. Where do I start to get it to recognize the nics? Normally it works out of the box.

View 5 Replies View Related

Hardware :: CentOS Couldn't Recognize Removable Hard Drive?

Jul 8, 2011

I have a samsung removable hard drive, which have 3 fat32 partitions on it. When I plug into the usb. nothing happened and i just see a sdc was added in /dev/...so, there's nothing wrong with the drive, because i can use it on windows and ubuntu.

View 10 Replies View Related

Software :: CentOS 5.3 Server - Bind Fails To Recognize RR Type SPF

May 31, 2011

I have updated bind using yum on a Centos 5.3 server, after restarting, I have this error now.
Error in named configuration:
zone localhost/IN: loaded serial 42
/var/named/mydomain.hosts:20: unknown RR type 'SPF'
My version of is : bind.x86_64 30:9.3.6-16.P1.el5

View 2 Replies View Related

CentOS 5 Hardware :: Put Drives On 9500S / Will It Recognize Existing RAID Array?

Sep 23, 2011

I have a home samba server with a 3ware Escalade 8506-8. I have 5 x 500 gig hard drives in a RAID 5 array. Recently, my 8506 died and I need to get a new one. However, I saw a 3ware Escalade 9500S-12 on ebay for about $20.00 dollars more than a replacement 8506-8.

My question is, if I put my drives on the 9500S, will it recognize my existing RAID array? Or will it want to build a new RAID array and format all of my data?Hope I have asked this question clearly, little short on sleep this week.

View 3 Replies View Related

OpenSUSE :: Panflute 0.6.2 \ Unable To "install," It Wouldn't Recognize The Command?

Mar 16, 2010

have made VLC my only audio player, and while it does lodge itself in the right-hand corner of the taskbar (and displays the song title) I find it quite irritating to have to right click then scroll up to skip songs etc. I did a random Google search and came across an old program called Music Applet, which is now under development by the Panflute community.After a full night and half of this afternoon downloading various libraries, I finally managed to ./configure, make, and make install. However, now that it seems to be finished (oh, BTW, for some reason I was unable to "install," it wouldn't recognize the command, so I went directly from "make" to "make install," not sure if that's affecting this or not) I can't seem to figure out how to add Panflute to my panel.My ls in panflute-0.6.2 reads:

Code:
aclocal.m4
AUTHORS

[code]....

View 2 Replies View Related

CentOS 5 :: Unable To Play MP3 Audio With Players Provided In Centos 5.2?

Sep 7, 2009

I am using centos 5.2 with kernal version "kernel-2.6.18-92.el5" i cant play mp3 songs in any of the players provided..can u help me in installing "vlc" or any other versatile player..thnx in advance.

output of "yum list *videolan*"
yum list *videolan*
Error: No matching Packages to list

View 7 Replies View Related







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