Ubuntu :: Config Failed - Cannot Read Hub Descriptor
Mar 2, 2011
I have a recent install of ubuntu 10.10 on a brand new rig, and everything appears to be working properly but I get these 2 errors during bootup that seem to make the book process take a bit longer than expected but haven't actually noticed a problem in performance.
[6.394416] hub 3-1:1.0: config failed, can't read hub descriptor (err -22)
[6.752860] hub 3-2:1.0: config failed, can't read hub descriptor (err -22)
I have been unable to find a site with information on what err -22 means. From what little I have found on the issue it seems to be something with the usb 3.0 hubs on the back of my motherboard?
Code:
[0.864023] PCI: Using ACPI for IRQ routing
[0.864024] PCI: pci_cache_line_size set to 64 bytes
[0.864081] reserve RAM buffer: 000000000009dc00 - 000000000009ffff
[0.864082] reserve RAM buffer: 00000000df7e0000 - 00000000dfffffff
[0.864083] reserve RAM buffer: 000000021f800000 - 000000021fffffff
[0.864120] NetLabel: Initializing
[0.864121] NetLabel: domain hash size = 128
[0.864122] NetLabel: protocols = UNLABELED CIPSOv4
[0.864127] NetLabel: unlabeled traffic allowed by default ....
View 1 Replies
ADVERTISEMENT
Apr 23, 2010
I tried to get 3d hardware support in my FC12 install. I grabbed the latest appropriate drivers from the nvidia website for my Geforce 6800 XT graphics card. I changed the inittab file to boot to command line, ran the .run file as root and ran into a couple errors doing so.
I then proceeded to use yum (which i do like but this is a bad scenario for me thus far) to update my drivers to the suggested kmod-nvidia drivers that exist out there. Once all of the installation was completed I rebooted and got the following error displayed at the top of my screen after the fedora loading bubble disappeared. The system just seems to hand at this point....
"usb 2-1: device descriptor read/64, error -62"
I did a hard boot on the machine and tried again, this time i pressed the esc key to watch the interactive startup screen and noticed that after "enabling local filesysem quotas: [ OK ]" i get a
***Warning -- SELinux targeted policy relabel is required.
*** Relabeling could take a very long time, depending on file
*** system size and speed of hard drives.
This will continue with asterisks across the screen until eventually it stops and then I am stuck as to what to do from here on out. What could possibly be causing all of this mayhem?I have tried to use the fedora core 12 install cd to launch it into "rescue mode" and from the bash command line proceed with modifying my grub.conf to not use the "newly installed kernel (2.6.32.11-99.fc12.i686)" that was installed with yum during my kmod-nvidia driver installation.
View 1 Replies
View Related
Aug 20, 2010
I'm designing an embedded USB device. When I connect the device to the computer, I get the following messages:
usb 1-3: device descriptor read/64, error 2
usb 1-3: device descriptor read/64, error 2
usb 1-3: device descriptor read/64, error 2
usb 1-3: device descriptor read/8, error -71
usb 1-3: device descriptor read/8, error -71
usb 1-3: device descriptor read/8, error -71
Note that other USB devices work fine. I am fairly certain that the problem is with my hardware. I'd like info on what these error messages mean to help my debug. Searching Google I wasn't able to find any explanations about what these errors mean exactly.
I'm running Cent OS 5.4 with kernel 2.6.18-164.el5 on an i686
View 1 Replies
View Related
Feb 2, 2011
I'm having issues with getting my USB ports to work on my server. USB keyboards, mice, drives, flash drives, card readers, etc. will not work on this server.
dmesg
Linux version 2.6.18-194.32.1.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Wed Jan 5 17:53:09 EST 2011
BIOS-provided physical RAM map:
[code]...
View 4 Replies
View Related
Sep 3, 2010
While I had the case open to swap out a network card I thought I would drop in an old USB card (previously used with no problems on a machine running Debian) however on boot I'm now getting some errors showing up. The card has been sitting around for a while so it could be an issue with the card.
[Code]....
View 2 Replies
View Related
Apr 3, 2010
I have been using CentOS 5. for around 3 months. It was all fine and was having a pleasant experience using CentOS. Today when i turned on my computer and booted CentOS i am having the below error: Grub comes up, allows me to select CentOS 5.4 kernel image. and displays RedHat Nash version: and then the below error occurs:
[Code]....
View 9 Replies
View Related
Jun 8, 2010
What's the best way to read a value from a configuration file into a script?I'm trying to get the command_file vaule from nagios.cfg into a script, this works but what's the best way to do it?
Code:
command_file=$(perl -F= -lane 'print $F[1] if /^[[:space:]]*command_file[[:space:]]*=/' /etc/nagios/nagios.cfg)
View 5 Replies
View Related
Jul 19, 2011
I installed tor with this :-
Code:
sudo apt-get install tor
And After installation, When I ran from vidalia , it gave me error :-
[code]....
View 2 Replies
View Related
Nov 24, 2009
I have a computer running Fedora 11. I wanted to use samba in my office. So I configured the /etc/samba/smb.conf ,but it did not work well : Windows can find samba,but when I tap in username and password,samba request them again , and the same thing continues in a loop. So I copied another computer's smb.conf (which is also a Fedora 11,samba runs well in this one).I copied this file to /etc/samba/ ,then samba can't satart up . I read from /var/log/samba/log.smbd.log : Unable to open configuration file "/etc/samba/smb.conf": Permission denied Even if I use: chmod 777 /etc/samba/smb.conf
why I can't login samba from Windows:
[global]
workgroup = MYGROUP
server string = Samba Server Version %v
; netbios name = MYSERVER
; interfaces = lo eth0 192.168.1.99/24
[Code]....
View 3 Replies
View Related
Aug 21, 2010
I would like to set up three directories-
1) RW public directory
2) R-public, RW-me
3) Private dir (my /home/me)
BTW, I set all file permissions (recursively) to 777 until I can get this to work...
1) So far I have got 1 samba share working Read only with the following: [Music]
[Code]...
Guests can read it okay but user 'JoeBleaux' can't write to it...
2) I can't get the public read-write dir to work, again, it can be read by everyone but no one can write to it. Here's my broken config for this share: [Uploads]
[Code]...
3) I can't get the private dir to work. Here's my broken config for this share: [HomeDir]
[Code]...
View 4 Replies
View Related
Apr 5, 2010
When I try to save my X configuration file.. it says "Failed to parse existing X config file '/etc/X11/xorg.conf'!"
I've already deleted my current xorg.conf and created a new one using sudo nvidia-xconfig and run NVIDIA X server settings using gksudo nvidia-settings but still can't save..I am using 32-bit Ubuntu 9.10 and my video card is NVIDIA FX 5500..
View 9 Replies
View Related
Feb 5, 2010
since i reformatted my new hard drive i have been having issues saving my config file when i tried to save to x configuration file it says: Failed to parse existing X config file '/etc/X11/xorg.conf'.i used to be able to open the file as root and copy over the old x config with the new one but it wont let me even preview the changes until i click save to x configuration file. anyone know how i can fix this error? i tried uninstalling and that didn't help.
View 2 Replies
View Related
Mar 26, 2010
I cannot receive mail from my POP server; I used the same settings as I previously did with Thunderbird but I keep recieving an error message "La lecture de salutations valides du serveur POP pop.videotron.ca a �chou�" (roughly: exchange with the POP server failed).I am able to connect to the Internet and to other mail accounts with Evolution.
View 1 Replies
View Related
Mar 3, 2010
I'm trying to boot Ubuntu from a LiveCD in a computer I recently bought that currently has Windows XP on it. The Ubuntu menu comes up when I boot but it always snags on an error "failed to restore CRTC configuration -22" or something like that, and just goes on ad infinitum.
I tried running Linux Mint too and had the same problem, which makes me think it's an issue with the computer itself - which is an Averatec, if that helps.
View 2 Replies
View Related
Jun 8, 2009
I'm using Fedora 9 and I recently transferred my hard drive to a new laptop. Everything went smoothly except the wireless, which promptly broke. I played around with the network service and the NetworkManager service and chkconfig stuff and system-config-network, until I finally got it to work. Now I have wireless, but every time I shut down, I get some error-like messages:
"ipw2200: Failed to send SYSTEM_CONFIG: Already sending a command." repeating every second for about 3 or 4 seconds before it finally does shut down.
These also appear in dmesg, usually about 20 in a row, thus my concern. My wireless device's interface is eth3. How to get rid of this message while still keeping wireless connectivity.
View 1 Replies
View Related
Jan 10, 2011
OpenSuse 11.2 Downloaded ISO Master 1.3.8 from here: [URL] Opened the Slackware 13.1 ISO within it, tried to modify the Tagfile which resulted in the error:
Quote:
Edit failed, check Options/Editor and running ISO Master from the terminal showed the error in the title of the thread!
View 1 Replies
View Related
Jul 30, 2011
I am using FC 2, and I get 'eth0 failed' during startup.
I am configured for DHCP
device is 'inactive' under network device control after reboot
click 'activate', sometimes I can surf, others not.
When I can't get online, sometimes deactivating and reactivating works.
edited connection to 'activate device when computer starts'
eth0 still fails at start-up, and device is inactive.
I am supposed to use FC2 for my schoolwork
View 14 Replies
View Related
Nov 26, 2010
I was updating from 10.04 to 10.10 earlier today when my laptop shutoff in the middle. I fixed a grub error by reinstalling it with a live-cd, and found out I had a "kernel panic-not syncing: VFS: unable to mount root fs on" waiting for me. I booted an alternative kernel and tried fixing things from there, but got "general error mounting filesystem". So, I tried a live-cd and when I mount the partition, it is read-only. I tried running fcsk to no availThe only thing I could find helpful was this."It's probably because your filesystem has suffered a failure - it is configured by default (in /etc/fstab) to remount as read-only in such cases in order to minimise the risk of data loss."
View 9 Replies
View Related
Jun 7, 2011
I'm trying to do an installation of Ubuntu 11.04 on my Windows 7 setup. I have another harddrive, which only has one partition. It is fresh formatted with NTFS, I launch Wubi, choose the partition, everything's fine, reboot, and when I choose Ubuntu for the first time, I get this error[URL]My Windows 7 installation is on a SSD harddrive, and my Ubuntu installation is a Western Digital WD360 SATA disk. In my BIOS I have "SATA Mode" set to "IDE".
View 9 Replies
View Related
Mar 20, 2011
I am a beginner in ubuntu and only recently did i install Ubuntu 10.10 using Wubi. I am dual booting along with Windows 7 64bit. Before I got to know of Wubi, I created a free 20GB partition for installing linux. But since it was of no use, I decided to extend another partition adding this 20GB space. The problem now is that I am getting the following error while trying to access the partition.
"Error mounting: mount exited with exit code 12: Failed to read last sector (605949951): Invalid argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/sda5': Invalid argument
The device '/dev/sda5' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?"
These are the results after running sudo fdisk -l /dev/sda:
"Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x76c4009c
Device Boot Start End Blocks Id System
/dev/sda1 1 1 992+ 42 SFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 * 1 13 102400 42 SFS
Partition 2 does not end on cylinder boundary.
/dev/sda3 13 6528 52326400 42 SFS
Partition 3 does not end on cylinder boundary.
/dev/sda4 6528 42717 290694144 42 SFS
View 6 Replies
View Related
Mar 27, 2011
I'am using Ubuntu 10.10, and wish to install a Debian OS.I downloaded the file "debian-6.0.1a-amd64-netinst.iso.(My motherboard is a 945CG-F7 with INTEL PENTIUM DUAL CPU E2160)I recorded the file on CD as "iso" (following instructions from Internet).Grub tried to read the CD but than started Ubuntu OS.
View 2 Replies
View Related
Apr 22, 2010
I upgraded my slackware using
Code:
slackpkg upgrade-all
At the end, it asked me if what to do with the new and old configuration files. I chose to use the old file and keep the new ones. But when I reboot the system, it fails to restart saying "cannot find which tty". Looks like the old configuration files doesn't go well with the new upgrade. How can I use the new configuration file without wiping out my old configurations? What are the steps to retrieve the system back online?
View 3 Replies
View Related
Mar 7, 2010
I tried to compile a 2.6.33 kernel following Alien's guide.
I pretty much used the default values for every (NEW) option avaiable. I used "make localmodconfig" on my current config (zcat /proc/config.gz) and then tried to use "make menuconfig" to check if I could change anything. I didn't understand most of the options, so I skipped it. Then I used "make bzImage modules" and "make modules_install", copied the files mentioned on the wiki and run lilo.
But when I try to boot using my custom kernel, it gives an error like "Cannot remount read-only filesystem as read-write! This can cause serious problems."
If I try to continue the boot, it hangs when trying to launch the syslog script...
The new kernel entry on lilo.conf is:
Code:
image = /boot/vmlinuz-custom-2.6.33
root = /dev/sda4
label = newkernel
read-only
just like the default kernel entry.
By the way, one thing I changed is the kernel compression format, which I set LZMA. But it didn't seem to be the problem, since it at least started...
View 10 Replies
View Related
Apr 22, 2010
[code]...
Failed to read mirror file. it eventually shuts down saying "reverting to original state"?
View 1 Replies
View Related
Dec 8, 2010
figure out this error?
Code:
kradalby@hpcompaq6530b-laptop ~/.ssh $ ssh -vvv -p 110 kradalby@dfekt.no
OpenSSH_5.5p1 Debian-5+b1, OpenSSL 0.9.8o 01 Jun 2010
[code]....
View 3 Replies
View Related
Feb 25, 2009
net ads join -U admin_name admin passwordgives the following error: Failed to join domain: failed to lookup DC info for domain 'domain_name' over rpc: Logon failureIn the log, is the error messagewinbindd/winbindd_ads.c:ads_cached_connection(127) ads_connect for domain SPCRANE failed: Cannot read passwordkinit admin@domain_name works correctly, so kerberos is working. The ticket is generated, and I can see it with klist. the smb.conf file has the matching realm. It is configured identically like a redhat 5 box that does work
View 2 Replies
View Related
Aug 25, 2010
When I boot, after startup and before I log on, an error icon appears. I click - it shows a summary of the material that normally rolls by on a unix startup. One item is checked. It says:
Code:
Enabling /etc/fstab swaps: swapon: /dev/mapping/vg_knox-lv_swap:
read swap header failed: invalid argument
I have 1 disk - it has 2 partitions - one an 83 type with a file system in it, holds the kernel, mounts at /boot.
The second partition is an 8e type contains a volume group logically split between lv_root and lv_swap and physically located on sda2. As I understand it, the system is having trouble processing the commands for lv_swap. I am tempted to mess with these commands, but don't have enough know how to do so and am short on the time required to learn enough to master this subject.
View 5 Replies
View Related
Mar 25, 2016
I'm getting BSOD when I'm booting my main system (debian 8 fully updated). I get a BSOD with a _ sign. URL...because I can't access to failed boots files. Besides having the files
Code: Select allfelipe@debian ~ % ls /var/log/journal
362d07f9e18b45f8aec4575c347f181d 92e8a448f7a348719da129184a7e6821
Code: Select allfelipe@debian ~ % journalctl --list-boots
0 0c51ae5b67f144059c5470dbe345d621 vie 2016-03-25 09:05:29 ART—vie 2016-03-25 09:11:58 ART
View 3 Replies
View Related
Dec 16, 2010
I am running into a strange problem where kickstart installation fails with Error failed to read Rpm header, This happens when installation starts formatting of disk is also completed some of the rpms installed and then suddenly installer stalls with failed to read rpm header.
I have kept kickstart and install media on same host. I have changed the install media from http/nfs/ftp just to check is there any problem with the media but no luck.
However same installation with the same kickstart file works fine when both install media and ks file is kept on another linux host.
I am using RHEL 4 ,I do checked /var/log/messages it does not give any information on the failure and this started happening recently till that i was using the same server for my linux deployment.
Note: pxe setup, boot server ,install media and ks file all are in same server.
View 2 Replies
View Related
Mar 3, 2011
I am unable to rip from CD to .mp3 using pretty much any tool. Dolphin / Konqueror auidiocd:// KIO slave shows the mp3 folder, but when you move the tracks you get: Could not read some_song.mp3: encoding failed WARNING: libsndfile may ignore -r and perform fseek's on the input. Compile without libsndfile if this is a problem. I'm running 11.3 (KDE 4.4.4) with K3B 2 from Packman (with the k3b 2 codec package) and K3B fails as does the KIO slave method above. Lame version is: lame-3.98.4-2.pm.4.1.x86_64 Restricted multimedia formats packages are installed from Restricted formats/11.3 - openSUSE Community Wiki Alsa works great otherwise, I have no sound issue, etc. - just can't rip anything to mp3 Seems like I'm not the only one who has had this problem, there are a few posts here on the Suse Forum, and others elsewhere, but the resolution seems to be nebulous at best. Sometimes lame 3.98 from packman works for some guys, other times not, etc. Unable to rip an audio cd into mp3's using 11.2 - opensuse.opensuse.org - ArchiveOrange
View 9 Replies
View Related