Debian Configuration :: How To Add Support To Kernel For Xhci Usb3 Drivers

Aug 29, 2015

I'm done following this guide about Kernel Building. [URL] .... and I got done successfully, the .config file was the very default obtained from "make menuconfig" the only extra thing added was:

Code: Select allCONFIG_USB_EHCI_HCD_ORION=y

All dependencies had to be installed about 2GBs for kernel building to function properly, mainly due to the needing of kernel headers. It loads successfully on my desktop whether or not it needs that module (if it was added correctly) but my goal was to add xhci support so it will load from my laptop, still won't load from the laptop giving me a initramfs prompt. Adding that code line to the .config file didn't seem to do what I wanted.

Although since I did a "make-kpkg clean" command as requested by the manual I dont know if it used that line or not to be honest. since I think it deleted the .config file in its efforts to clean old configs so I don't know I'm new to kernel building.

View 6 Replies


ADVERTISEMENT

Debian Configuration :: Kernel Driver Support: Built-in Or Loadable?

Jun 26, 2010

Is there a way to programmatically determine whether a particular driver support is built-in rather than a loadable module? I'd be grateful if somebody would share how. I have written a shell script using the RTC (real time clock). I can check whether the rtc-cmos kernel module exists and load the module accordingly as needed, but I don't know how to determine when the driver is built-in. Of course, if the driver is built-in then the module does not exist.

I seem to recall there is a method to query the kernel config file (/proc/config.gz), through which I probably could grep for the CONFIG_RTC_DRV_CMOS parameter. I also can check whether /proc/driver/rtc exists. If that file exists then either the driver is built-in or the module was loaded.I realize the rtc-cmos driver is built-in with the standard Debian kernel build, but I still would like a way to query where the driver is supported.Is there a straightforward or direct method to query the kernel whether a particular driver is built-in?

View 3 Replies View Related

Debian Configuration :: Make A Minor Change To One Of The Drivers In 2.6.38 (-sid) Kernel?

Apr 8, 2011

I need to make a minor change to one of the drivers in my 2.6.38 (-sid) kernel. However, I am wondering how best to go about it. Many of the guides on the internet presume one will be using a vanilla source tree and plan on manual configuration.

I am looking for the easiest means of accomplishing a simple recompilation of what I currently have -- with the same configuration and everything else. On Gentoo I usually just do a zcat /proc/config.gz > .config

However am unsure if this is the, correct, Debian way of doing things.

View 4 Replies View Related

Ubuntu Servers :: USB3 Support On 8.0.4?

Jan 10, 2011

I just bought a dual USB2/USB3 external disk for backup purposes on my Ubuntu server box, running 8.0.4 LTS. For various reasons I can't upgrade to the newest LTS yet and I was wondering if there were any plans for USB3 support on Ubuntu Server 8.0.4?

View 4 Replies View Related

Ubuntu :: WD MyBook (USB3.0) Not Working With USB3.0 Card

Jan 5, 2011

Ubuntu 10.10, 32 bit.I've got a 2TB WD external disk which has USB 3.0, and I have a USB 3.0 PCIe card.Plugging the drive into the card has no effect at all. The drive powers itself up, but the kernel log is silent. A USB 2.0 flash disk works properly with the card, and the WD disk works properly plugged into a USB 2.0 port, but the combination of the 3.0 disk and the 3.0 card is completely nonfunctional, even when using a small extension cable to cut off the superspeed connection.

Searching suggested that this is because of a bug which would prevent superspeed from working, but should -not- cause complete failure (highspeed fallback should be OK). I tried the suggested fix for this anyway, which was to install kernel 2.6.37-020637rc1 (was 2.6.35-24-generic). This did not help my problem nor did it correct that endpoint error message.

View 3 Replies View Related

Debian Configuration :: FATAL: Error Inserting Pcc_cpufreq (/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/pcc-cpufreq.ko): No Such Device

Jul 31, 2011

I recently started having this odd behaviour while using and loading cpufrequtils on boot, I don't know if it is happening to someone else.During boot I'm getting( when /etc/init.d/cpufrequtils invokes /etc/init.d/loadcpufreq to load the proper module):

Loading cpufreq kernel modules...FATAL: Error inserting speedstep_centrino (/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/speedstep-centrino.ko): No such device
FATAL: Error inserting pcc_cpufreq (/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/pcc-cpufreq.ko): No such device

[code]....

View 2 Replies View Related

Debian Hardware :: USB3 Ports Too Slow

Dec 4, 2015

I have a clevo w230ss laptop which has debian testing on it

Code: Select alluname -a
Linux linux 4.2.0-1-amd64 #1 SMP Debian 4.2.6-1 (2015-11-10) x86_64 GNU/Linux

It also has 1 usb 2.0 port and 3 usb 3.0 ports which all work, but give me max speeds of 1.2mbp/s with usb 3.0 when transferring files.

I have also an external usb 3.0 hard drive. Before i switched to debian i was using xubuntu and when i was transferring a 4gb file to the external drive via usb 3.0, this took at most 2 minutes, now in debian it takes about an hour.

lspci
Code: Select all00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)

[Code] .....

View 12 Replies View Related

Debian Hardware :: USB Mouse Working With USB3 But Not With USB2

Aug 1, 2014

I have Debian Jessie (testing) with a custom kernel 3.15.7 installed on an Acer Aspire V5-123 netbook which has 2 USB2, and 1 USB3 ports. The problem is that my A4 tech usb mouse is only detected when I connect it to the USB3 port!

Here is the dmesg output after I plug the mouse to the USB3 port:

Code: Select all[  844.152073] usb 1-1: New USB device found, idVendor=09da, idProduct=000a
[  844.152089] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  844.152098] usb 1-1: Product: USB Mouse
[  844.152106] usb 1-1: Manufacturer: A4Tech

[Code] ....

and the lsusb output:

Code: Select allBus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 04f2:b3f6 Chicony Electronics Co., Ltd
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 09da:000a A4 Tech Co., Ltd Optical Mouse Opto 510D
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

But, if I plug the mouse to one of my USB2 ports, I get the following output from lsusb regardless of having or not having my mouse connected:

Code: Select allBus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 04f2:b3f6 Chicony Electronics Co., Ltd
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

And finally, the modules loaded:

Code: Select alllsmod | grep usb
usbhid                 44476  0
hid                    98196  2 hid_a4tech,usbhid
usbcore               162472  5 uvcvideo,ehci_hcd,ehci_pci,usbhid,xhci_hcd
usb_common             12440  1 usbcore

Apparently, people have had similar problems in Ubuntu, Fedora, Arch, ..., but, I did not find a unique fix.

View 0 Replies View Related

Debian Configuration :: Is It 64bit Kernel Or 32bit Kernel Optimized For Amd64 Architecture?

Jan 24, 2010

I recently installed debian squeeze 32bit on a second partition of my amd athlon 64 X2 dual core machine.Currently it is using linux-image-2.6.32-trunk-686 kernel.But linux-image-2.6.32-trunk-amd64 is available.on the repository.Is it a 64bit kernel or 32bit kernel optimized for amd64 architecture?

View 12 Replies View Related

Debian Configuration :: Update My Kernel From 2.6.32 To 2.6.38 - Error - Unable To Boot Into The Kernel

May 13, 2011

I am using DEBIAN 6.0 and I wannna update my kernel from 2.6.32 to 2.6.38. Every time, I do it but after the installation & rebooting into the new kernel it gives me error "UNABLE TO BOOT INTO THE KERNEL".

View 1 Replies View Related

Debian Configuration :: Nvidia Kernel Module With Custom Kernel

Jan 24, 2010

I have a problem with my custom kernel when I want to create the Nvidia kernel module.After this finished I installed the image and headers and created the Nvidia kernel module. Everything worked fine.However, if I remove the linux-source from my home directory then I can't create the kernel module.Even though I have the headers for the kernel installed.

View 2 Replies View Related

Debian Configuration :: Postfix Bad IP Syntax Support

Apr 23, 2016

I have currently configured Postfix as an SMTP server. I would preferably not use a domain name in my email address, like so: myname@[1.2.3.4]

I'm currently testing to see how other mail servers handle this kind of address. When I sent a mail with one one of my gmail accounts, I see that the mail gets rejected due to bad syntax.

It seems as though Google is giving me a RCPT TO address like so: myname@1.2.3.4 However, the postfix server rejects this address with the following error:

501 5.1.3 Bad recipient address syntax

To my best knowledge the only way to have an IP address inside an email address with to write it as a domain literal [1.2.3.4].

My question: how to configure postfix to accept myname@1.2.3.4 as well?

I have put both [1.2.3.4] and 1.2.3.4 in "mydestination" and 1.2.3.4 in "virtual_alias_domains".

It doesn't seem to work so far though.

View 1 Replies View Related

Debian Configuration :: Configure USB Support In Live

Feb 4, 2011

I've created Live Debian USB image and it works well, but if I put an additional USB stick, then it's just read only. Howto configure Live Debian before rebuild an image to get fully USB support, i mean to write into other USB drives?

View 4 Replies View Related

Debian Configuration :: Squeeze: GPT Support In Grub2?

Feb 14, 2011

I have just upgraded from Lenny to Squeeze, and followed the D-I recommendation to upgrade to Grub2. However, the server will no longer boot - giving a 'missing operating system' error, so it's not getting very far in the boot loader process. I have read, in various location that Grub2 supports GPT, but my efforts to fix the situation have met with little success.

I have managed to boot the system using SuperGrub2 (recovery live cd) and can start up successfully from there. However, when I try to fix the grub installation using the Debian wiki recommendation, I'm met with:

<host>:/# grub-install /dev/sda
/usr/sbin/grub-setup: warn: This GPT partition label has no BIOS Boot Partition; embedding won't be possible!.

[code]....

The attached disk is 4.5TB of RAID 5 disk behind an Adaptec 5405 if that's useful.

View 9 Replies View Related

Debian Configuration :: Squeeze D-u - Kernel Configuration Skipped

Jul 6, 2010

I have a set of vm's with stable, testing, and sid to keep track of how things are going. When I did an apt-get dist-upgrade with squeeze last week, things seemed to OK (350 package updates) until the end. It didn't seem to like and / or was confused by a kernel dependency.

I am not too concerned yet. Because these are in vm's, I do a snapshot before any significant change. I can futz around with impunity because I have that backup.

I re-booted, and tried the apt-get dist-upgrade again with same results. I think I also tried apt-get -f install.

So I reverted to the snapshot, and will simply try again in the future. I recall that with lenny as testing, the font-desktop was really screwed up for about a period of 6 weeks.

However, just in case someone else runs into this:

1) a re-boot worked, but the failure of apt-get made me nervous enough to revert.

2) waiting for corrections has seemed to work in the past (with a single exception with a 4-disk SCSI software RAID10 update that failed to re-boot lenny successfully after what seemed to be a minor update -- that was on a real system, not a vm. I haven't gotten back to look at that.)

View 14 Replies View Related

Debian Configuration :: Support For Single Case Tty Broken In Agetty?

Feb 12, 2016

I'm restoring an old TI Silent 700 terminal [URL] ... and have connected it to an RPi running the debian based Jessie release using a serial converter. After learning more than I wanted to about serial settings and support I now have it interfaced and communicating bidirectionally but have one last hurdle - proper support for a single case (uppercase only) terminal in agetty.

With the -U flag on it seems like the the login name is detected as needing conversion because lowercase login names work - but lower case passwords do not and once I get a bash prompt all input comes in as upper case. So the -U agetty flag only seems to apply to login name and is then forgotten (not passed on to login process or bash?) and various settings in stty like iuclc, xcase, iexten don't seem to work.

I'd really like to get this terminal working with native support but I'll also take a kludge of some kind (I've tried a tr pipe for example).

Here is what I think is the relevant portion of my systemd generator:

Code: Select all[Service]
ExecStart=-/sbin/agetty -U 300 %I $TERM
Type=idle
Restart=always
UtmpIdentifier=%I
TTYPath=/dev/%I

[Code] .....

View 1 Replies View Related

Debian Configuration :: No Battery Support On Acer Travelmate Timeline X

Aug 22, 2010

I got a brandnew Acer Travelmate Timeline X (13"). I do not really know if this is the right topic for my problem. But here it comes: The Acer uses a special smart battery with special chips in it controling the powermanagement of the battery and the system. In general there is a kernel module to handle this (sbs). But for me this does not work.I am using Squeeze and it does not recognize the battery. It always acts like being on AC power. If I unplugg the AC it runs with the battery till it is empty. But the ACPI can not recognize the battery and can not read how much lifetime it has. I tried the reassambling method. But this method does not work for me. Nevertheless I think the reassambling method does not run because there is no more developing on it because of the kernel modul.

What can I do? Will I have to wait till a new workaround of sbs comes out, which can handle my battery? I read about a BIOS hack that disables the smart battery functions. Should I try this? But I am not really firm in that kind of stuff and I will loose the guarantee. Has anyone got an idea?

View 5 Replies View Related

Debian Configuration :: System > Administration > Language Support Is Missing

Jun 3, 2011

I am running Debian 6.0.1, GNOME version 2.30.2. For some reason the "language support" option is missing. What do I need to do in order to recover it?

View 3 Replies View Related

Debian Configuration :: Apache Reverse Proxy - No Support For Common Database

Apr 14, 2010

I installed apache2 and mysql database on a Debian system. It is using reverse proxy on apache to redirect requests to apache2 running on any machine which is on Xen server as a Virtual host. I tried to install Drupal on it. Every thing went fine till I pointed my browser to:
http://IP[/url] of LAN where Drupal was installed/drupal
then I see an installation page of Drupal which welcomes me. I click install in English then it can not proceed to connect with database. Database configuration: Your web server does not appear to support any common database types. Check with your hosting provider to see if they offer any databases that Drupal supports.

I have created a database and username for Drupal separately. What should I check to. There is one more error
http://Public IP/some location/
Is showing me contents of Document Root but there is a folder named drupal on it. When I click on it I get error. Not Found. The requested URL /drupal/ was not found on this server. Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch proxy_html/3.0.0 Server at

What things should I check in for? I am also getting errors like:
- Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName on individual DomU's what should I check in. and on Dom0 when restarting apache2 I get following error.
- Reloading web server config: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[Wed Apr 14 15:23:05 2010] [warn] NameVirtualHost *:80 has no VirtualHosts

View 1 Replies View Related

Debian :: Xorg Configuration And Nvidia Drivers

Sep 29, 2015

While trying to solve the problem indicated in another thread [URL] .... I realised that I do not have the file /etc/X11/xorg.conf.

Also, if I enter the command Code: Select allsudo kate I get

Code: Select allcannot connect to X server :0

I tried logging in to another terminal (tty3) and entered

Code: Select allstartx

Kate opened normally with root permissions.

Currently I have a Nvidia card but I am using nouveau drivers.

My question is: installing the Nvidia drivers (following the guide in [URL] .....) would fix these Xorg issues?

I had troubles with nvidia drivers in other distros....

View 2 Replies View Related

Debian Configuration :: Drivers For USB WiFi Adapters

Nov 13, 2010

Are USB WiFi adapters more likely to work in Linux than other WiFi adpaters like PCI cards etc?Im just wondering if they can use a generic USB class driver rather than having to have one for the specific chip set?

View 1 Replies View Related

Server :: Driver Support - QME2572 - Qlogic - Card Became Support By The Kernel

Jul 10, 2011

I'm trying to find out when QME2572 (Qlogic) card became support by the kernel. We have a RHEL 5.1 system that is moving to new hardware, however the kernel at this release doesn't support the new hardware, due to the Qlogic card change. I tired the Redhat KB and Bugzilla. Is there a Kernel change list etc I can search. Never really played around with the kernel too much so I'm just after some pointers for looking up this information. Offically its not supported until Redhat 5.3, I'm trying trying to research kernel info so I can tell the customer they have to upgrade.

View 3 Replies View Related

Debian Configuration :: Installing ATI Open Source Drivers

Mar 1, 2016

I just set up a computer with debian (im no linux expert) and now i have trouble with getting the packages for my graphics card (its an RV635)

Im tried to do it like this page says: [URL]....

However when i try to Code: Select allapt-get update he throws an error:

W: Fehlschlag beim Holen von http://httpredir.debian.org/debian/dists/jessie/Release Erwarteter Eintrag »nonfree/binary-amd64/Packages« konnte in Release-Datei nicht gefunden werden (falscher Eintrag in sources.list oder missgebildete Datei)

View 1 Replies View Related

Debian Configuration :: 5.04 - Wireless Drivers For Sony Vaio?

Apr 17, 2010

I used to have an Ubuntu-Windows partition, but (what do you know?) Windows Crashed, and wouldn't boot anymore. So I reinstalled Windows, deleting my Ubuntu partition. Instead of reinstalling Ubuntu afterwards, I decided to give Debian a try. So here I am. I can't find drivers for my wireless network however, and it's quite annoying to have to plug in the Wired Connection with which I am writing this.

My main specs are:
Sony Vaio VGN-CS390J
Debian 5.04
AMd64

View 2 Replies View Related

Debian Configuration :: Installing Radeon Drivers For Wheezy?

May 27, 2011

I need some help installing the driver. I am very noob. so when I try to build a deb file with sh ati-driver-installer-11-5-x86.x86_64.run --buildpkg Debian/testing

# sh ati-driver-installer-11-5-x86.x86_64.run --buildpkg Debian/testing
Created directory fglrx-install.7aYYig
Verifying archive integrity... All good.
Uncompressing ATI Catalyst(TM) Proprietary Driver-

[Code]...

View 12 Replies View Related

Debian Configuration :: Install The Nvidia Drivers From The Repository?

Jul 7, 2011

I want to install the nvidia drivers from the repository (they seem quite updated lately). But i hit some issues:

# aptitude install nvidia-glx
The following NEW packages will be installed:
libgl1-nvidia-alternatives{ab} libgl1-nvidia-glx{ab}
libglx-nvidia-alternatives{a} nvidia-glx nvidia-installer-cleanup{a}
nvidia-kernel-common{a} nvidia-kernel-dkms{a} nvidia-support{a}
nvidia-vdpau-driver{a}

[Code]...

Since the nvidia packages are in testing i assume they can be installed, do they?

View 6 Replies View Related

Debian :: Re-installing Video Drivers After Kernel Update?

May 31, 2010

I'm using the liqorix kernel and have been updating when new versions become available. However, every time I install a new version and restart, I have to re-install my video drivers. I don't think this is normal, but I could be wrong, I'm basing my past experience on updating Ubuntu kernels. So is this normal? Is there a way I can prevent myself from having to re-install my video drivers every time I update my kernel?

View 3 Replies View Related

Debian Multimedia :: Sid Kernel - Cannot Install NVidia Drivers

Jun 6, 2010

I am running Debian "Sid" and cannot install the Nvidia driver. When I try to install the driver using Module Assistant it says "Bad luck, the kernel headers for the target kernel version could not be found and you did not specify other valid kernel headers to use." It also says "If the running kernel has been shipped with Debian please install the package linux-headers-2.6.32-trunk-amd64." The kernel I am running is the one currently in Debian "Sid".

View 8 Replies View Related

Debian Multimedia :: Run The 2.6.32-5-686 Kernel On Squeeze And The Bad Nvidia Drivers?

Oct 31, 2010

I run the 2.6.32-5-686 kernel on Squeeze and the bad nvidia drivers. A recent update, and pardon for not noting which, broke 3d games on my box.

From a terminal neverputt yields the following error:

ignatius@lapbox 14:56 [ ~ ]:$ neverputt
X Error of failed request:  BadWindow (invalid Window parameter)
Major opcode of failed request:  137 (NV-GLX)
Minor opcode of failed request:  4 ()
Resource id in failed request:  0x2600013

[Code].....

I can mv xorg.conf to xorg.conf-pre and nexuiz will fire-up. Without 3d of course. I spent an hour or so last week going over my xorg.conf but it just ain't broke!

Someone else saw it, too, and reported it but his post remains alone in the thread as of 10 minutes ago. Anyone else seen this?

I don't play games much at all, but sometimes I just wanna frag muthafuckas and now I can't.

View 2 Replies View Related

Debian Configuration :: No Screens Found (EE) After Installing Nvidia Drivers

Jan 19, 2015

I just installed debian (Jessie) in my computer and tried to install Nvidia drivers. This is a task i have done many times and never got a problem but today...

Here you have my output...

X.Org X Server 1.16.2.901 (1.16.3 RC 1)
Release Date: 2014-12-09
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian
Current Operating System: Linux PC-Server 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ck

[Code] .....

View 7 Replies View Related







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