LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-30-2011, 12:52 PM   #1
theashishmishra
Member
 
Registered: Aug 2011
Location: Bangalore
Distribution: WIndows 7,Fedora
Posts: 43

Rep: Reputation: Disabled
Problem in enabling USB 3.0 in Fedora 16 in Dell Inspiron 1525


I recently bought WD Elements SE 1TB (USB 3.0) Hard Drive (WDBPCK0010BBK)
but I am unable to enable USB 3.0 in my laptop.I googled and found that you just have to enable xHCI module but I am unable to do it.Can someone guide me in doing that?
Thank you
 
Old 12-30-2011, 01:17 PM   #2
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Search the kernel configuration for

Code:
CONFIG_USB_XHCI_HCD
 
Old 12-30-2011, 01:25 PM   #3
theashishmishra
Member
 
Registered: Aug 2011
Location: Bangalore
Distribution: WIndows 7,Fedora
Posts: 43

Original Poster
Rep: Reputation: Disabled
How to do that?
I tried this

[root@Ashish Invincible]# CONFIG_USB_XHCI_HCD
bash: CONFIG_USB_XHCI_HCD: command not found...
 
Old 12-30-2011, 01:43 PM   #4
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Look in your /boot directory. I am not that familiar with Fedora, but there should be some sort of config file.

What is the output of

Code:
ls -al /boot
 
Old 12-30-2011, 01:45 PM   #5
theashishmishra
Member
 
Registered: Aug 2011
Location: Bangalore
Distribution: WIndows 7,Fedora
Posts: 43

Original Poster
Rep: Reputation: Disabled
This was the output

[Invincible@Ashish ~]$ ls -al /boot
total 70641
dr-xr-xr-x. 5 root root 1024 Dec 27 00:45 .
dr-xr-xr-x. 21 root root 4096 Dec 30 22:08 ..
-rw-r--r--. 1 root root 124518 Nov 29 18:12 config-3.1.4-1.fc16.i686.PAE
-rw-r--r-- 1 root root 124582 Dec 13 03:48 config-3.1.5-2.fc16.i686.PAE
-rw-r--r-- 1 root root 119992 Dec 22 04:36 config-3.1.6-1.fc16.i686.PAE
drwxr-xr-x. 2 root root 1024 Dec 6 07:19 grub
drwxr-xr-x. 3 root root 7168 Dec 30 19:03 grub2
-rw-r--r--. 1 root root 16368211 Dec 6 14:49 initramfs-3.1.4-1.fc16.i686.PAE.img
-rw-r--r-- 1 root root 17337388 Dec 15 15:57 initramfs-3.1.5-2.fc16.i686.PAE.img
-rw-r--r-- 1 root root 17322709 Dec 27 00:45 initramfs-3.1.6-1.fc16.i686.PAE.img
-rw-r--r--. 1 root root 1586340 Dec 27 00:46 initrd-plymouth.img
drwx------. 2 root root 12288 Dec 6 07:08 lost+found
-rw-------. 1 root root 1945334 Nov 29 18:12 System.map-3.1.4-1.fc16.i686.PAE
-rw------- 1 root root 1865229 Dec 13 03:48 System.map-3.1.5-2.fc16.i686.PAE
-rw------- 1 root root 1869447 Dec 22 04:36 System.map-3.1.6-1.fc16.i686.PAE
-rwxr-xr-x. 1 root root 4136832 Nov 29 18:12 vmlinuz-3.1.4-1.fc16.i686.PAE
-rwxr-xr-x 1 root root 4591616 Dec 13 03:48 vmlinuz-3.1.5-2.fc16.i686.PAE
-rwxr-xr-x 1 root root 4602976 Dec 22 04:36 vmlinuz-3.1.6-1.fc16.i686.PAE
 
Old 12-30-2011, 01:51 PM   #6
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
What is the output of

Code:
cat /boot/config-3.1.6-1.fc16.i686.PAE | grep CONFIG_USB_XHCI_HCD
 
Old 12-30-2011, 01:52 PM   #7
theashishmishra
Member
 
Registered: Aug 2011
Location: Bangalore
Distribution: WIndows 7,Fedora
Posts: 43

Original Poster
Rep: Reputation: Disabled
[Invincible@Ashish ~]$ cat /boot/config-3.1.6-1.fc16.i686.PAE | grep CONFIG_USB_XHCI_HCD
CONFIG_USB_XHCI_HCD=y
# CONFIG_USB_XHCI_HCD_DEBUGGING is not set
 
Old 12-30-2011, 01:54 PM   #8
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
What is the output of

Code:
lsmod
Are you sure that your laptop supports USB-3.0?
 
Old 12-30-2011, 01:55 PM   #9
theashishmishra
Member
 
Registered: Aug 2011
Location: Bangalore
Distribution: WIndows 7,Fedora
Posts: 43

Original Poster
Rep: Reputation: Disabled
[Invincible@Ashish ~]$ lsmod
Module Size Used by
ppdev 6899 0
parport_pc 18302 0
lp 7646 0
parport 29655 3 ppdev,parport_pc,lp
fuse 60799 3
lockd 67393 0
rfcomm 53179 4
bnep 12509 2
ip6t_REJECT 3946 2
nf_conntrack_ipv6 7101 2
nf_defrag_ipv6 7759 1 nf_conntrack_ipv6
ip6table_filter 1283 1
ip6_tables 11164 1 ip6table_filter
nf_conntrack_ipv4 7530 2
nf_defrag_ipv4 1173 1 nf_conntrack_ipv4
xt_state 1022 4
nf_conntrack 64156 3 nf_conntrack_ipv6,nf_conntrack_ipv4,xt_state
snd_hda_codec_idt 56391 1
snd_hda_codec_hdmi 23621 1
rndis_wlan 41411 0
rndis_host 8039 1 rndis_wlan
cdc_ether 6865 1 rndis_host
usbnet 22339 3 rndis_wlan,rndis_host,cdc_ether
mii 4091 1 usbnet
snd_hda_intel 23025 2
snd_hda_codec 84779 3 snd_hda_codec_idt,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep 5396 1 snd_hda_codec
snd_seq 48285 0
snd_seq_device 5441 1 snd_seq
arc4 1141 2
b43 331823 0
mac80211 217138 1 b43
cfg80211 156362 3 rndis_wlan,b43,mac80211
snd_pcm 74013 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
btusb 13992 2
snd_timer 17660 2 snd_seq,snd_pcm
bluetooth 204772 23 rfcomm,bnep,btusb
uvcvideo 58462 0
snd 55194 13 snd_hda_codec_idt,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,sn d_pcm,snd_timer
soundcore 5892 1 snd
r852 9553 0
sm_common 6672 1 r852
nand 43353 2 r852,sm_common
nand_ids 3822 1 nand
usb_storage 39367 0
snd_page_alloc 6769 2 snd_hda_intel,snd_pcm
videodev 83008 1 uvcvideo
nand_ecc 3700 1 nand
bcma 19379 1 b43
i2c_i801 8657 0
sky2 43564 0
mtd 27904 2 sm_common,nand
ssb 47785 1 b43
dell_wmi 1381 0
dell_laptop 7623 0
iTCO_wdt 10460 0
iTCO_vendor_support 2203 1 iTCO_wdt
cdc_acm 18399 0
serio_raw 3582 0
r592 10933 0
memstick 7951 1 r592
dcdbas 6464 1 dell_laptop
rfkill 14452 5 cfg80211,bluetooth,dell_laptop
sparse_keymap 3290 1 dell_wmi
joydev 7780 0
media 10319 2 uvcvideo,videodev
microcode 11746 0
sunrpc 191650 2 lockd
uinput 5946 0
firewire_ohci 27130 0
sdhci_pci 8150 0
sdhci 23308 1 sdhci_pci
mmc_core 79378 3 b43,ssb,sdhci
firewire_core 47789 1 firewire_ohci
crc_itu_t 1287 1 firewire_core
wmi 8357 1 dell_wmi
i915 500909 3
drm_kms_helper 26252 1 i915
drm 173005 4 i915,drm_kms_helper
i2c_algo_bit 4724 1 i915
i2c_core 23599 6 videodev,i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit
video 10744 1 i915
 
Old 12-30-2011, 01:59 PM   #10
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Was the drive plugged in when you did the lsmod command?

also

Code:
dmesg | grep USB

Last edited by andrewthomas; 12-30-2011 at 02:00 PM.
 
Old 12-30-2011, 02:06 PM   #11
theashishmishra
Member
 
Registered: Aug 2011
Location: Bangalore
Distribution: WIndows 7,Fedora
Posts: 43

Original Poster
Rep: Reputation: Disabled
No It wasn't..but after plugging the device..this was the output of lsmod
[Invincible@Ashish ~]$ lsmod
Module Size Used by
ppdev 6899 0
parport_pc 18302 0
lp 7646 0
parport 29655 3 ppdev,parport_pc,lp
fuse 60799 5
lockd 67393 0
rfcomm 53179 4
bnep 12509 2
ip6t_REJECT 3946 2
nf_conntrack_ipv6 7101 2
nf_defrag_ipv6 7759 1 nf_conntrack_ipv6
ip6table_filter 1283 1
ip6_tables 11164 1 ip6table_filter
nf_conntrack_ipv4 7530 2
nf_defrag_ipv4 1173 1 nf_conntrack_ipv4
xt_state 1022 4
nf_conntrack 64156 3 nf_conntrack_ipv6,nf_conntrack_ipv4,xt_state
snd_hda_codec_idt 56391 1
snd_hda_codec_hdmi 23621 1
rndis_wlan 41411 0
rndis_host 8039 1 rndis_wlan
cdc_ether 6865 1 rndis_host
usbnet 22339 3 rndis_wlan,rndis_host,cdc_ether
mii 4091 1 usbnet
snd_hda_intel 23025 2
snd_hda_codec 84779 3 snd_hda_codec_idt,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep 5396 1 snd_hda_codec
snd_seq 48285 0
snd_seq_device 5441 1 snd_seq
arc4 1141 2
b43 331823 0
mac80211 217138 1 b43
cfg80211 156362 3 rndis_wlan,b43,mac80211
snd_pcm 74013 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
btusb 13992 2
snd_timer 17660 2 snd_seq,snd_pcm
bluetooth 204772 23 rfcomm,bnep,btusb
uvcvideo 58462 0
snd 55194 13 snd_hda_codec_idt,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,sn d_pcm,snd_timer
soundcore 5892 1 snd
r852 9553 0
sm_common 6672 1 r852
nand 43353 2 r852,sm_common
nand_ids 3822 1 nand
usb_storage 39367 1
snd_page_alloc 6769 2 snd_hda_intel,snd_pcm
videodev 83008 1 uvcvideo
nand_ecc 3700 1 nand
bcma 19379 1 b43
i2c_i801 8657 0
sky2 43564 0
mtd 27904 2 sm_common,nand
ssb 47785 1 b43
dell_wmi 1381 0
dell_laptop 7623 0
iTCO_wdt 10460 0
iTCO_vendor_support 2203 1 iTCO_wdt
cdc_acm 18399 0
serio_raw 3582 0
r592 10933 0
memstick 7951 1 r592
dcdbas 6464 1 dell_laptop
rfkill 14452 5 cfg80211,bluetooth,dell_laptop
sparse_keymap 3290 1 dell_wmi
joydev 7780 0
media 10319 2 uvcvideo,videodev
microcode 11746 0
sunrpc 191650 2 lockd
uinput 5946 0
firewire_ohci 27130 0
sdhci_pci 8150 0
sdhci 23308 1 sdhci_pci
mmc_core 79378 3 b43,ssb,sdhci
firewire_core 47789 1 firewire_ohci
crc_itu_t 1287 1 firewire_core
wmi 8357 1 dell_wmi
i915 500909 3
drm_kms_helper 26252 1 i915
drm 173005 4 i915,drm_kms_helper
i2c_algo_bit 4724 1 i915
i2c_core 23599 6 videodev,i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit
video 10744 1 i915
 
Old 12-30-2011, 02:07 PM   #12
theashishmishra
Member
 
Registered: Aug 2011
Location: Bangalore
Distribution: WIndows 7,Fedora
Posts: 43

Original Poster
Rep: Reputation: Disabled
[Invincible@Ashish ~]$ dmesg | grep USB
[ 1.110859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.110980] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 1.124021] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 1.124059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.124062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.124198] hub 1-0:1.0: USB hub found
[ 1.124361] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 1.138021] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.138038] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.138041] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.138165] hub 2-0:1.0: USB hub found
[ 1.138257] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.138272] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.138363] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 1.138427] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.138430] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.138549] hub 3-0:1.0: USB hub found
[ 1.138699] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 1.138774] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.138776] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.138894] hub 4-0:1.0: USB hub found
[ 1.139054] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 1.139120] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.139123] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.139250] hub 5-0:1.0: USB hub found
[ 1.139394] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 1.139457] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.139459] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.139582] hub 6-0:1.0: USB hub found
[ 1.139724] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 1.139786] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.139789] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.139904] hub 7-0:1.0: USB hub found
[ 1.140054] USB Serial support registered for generic
[ 1.140070] usbserial: USB Serial Driver core
[ 1.162802] usbhid: USB HID core driver
[ 1.442154] usb 1-1: new high speed USB device number 2 using ehci_hcd
[ 1.561256] usb 1-1: New USB device found, idVendor=05a9, idProduct=2640
[ 1.561260] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.911302] usb 7-2: new full speed USB device number 2 using uhci_hcd
[ 2.071930] usb 7-2: New USB device found, idVendor=0a5c, idProduct=4500
[ 2.071939] usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.073945] hub 7-2:1.0: USB hub found
[ 2.352828] usb 7-2.1: new full speed USB device number 3 using uhci_hcd
[ 2.470931] usb 7-2.1: New USB device found, idVendor=413c, idProduct=8126
[ 2.470941] usb 7-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.539829] usb 7-2.2: new full speed USB device number 4 using uhci_hcd
[ 2.656847] usb 7-2.2: New USB device found, idVendor=0a5c, idProduct=4502
[ 2.656855] usb 7-2.2: New USB device strings: Mfr=1, Product=0, SerialNumber=0
[ 2.665578] generic-usb 0003:0A5C:4502.0001: input,hidraw0: USB HID v1.11 Keyboard [Broadcom Corp] on usb-0000:00:1d.2-2.2/input0
[ 2.731937] usb 7-2.3: new full speed USB device number 5 using uhci_hcd
[ 2.854816] usb 7-2.3: New USB device found, idVendor=0a5c, idProduct=4503
[ 2.854822] usb 7-2.3: New USB device strings: Mfr=1, Product=0, SerialNumber=0
[ 2.865587] generic-usb 0003:0A5C:4503.0002: input,hidraw1: USB HID v1.11 Mouse [Broadcom Corp] on usb-0000:00:1d.2-2.3/input0
[ 17.551063] usb 2-3: new high speed USB device number 3 using ehci_hcd
[ 17.667728] usb 2-3: New USB device found, idVendor=04e8, idProduct=689e
[ 17.667734] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 17.667739] usb 2-3: Product: Samsung Android USB Device
[ 22.430629] cdc_acm 2-3:1.0: ttyACM0: USB ACM device
[ 22.431487] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 23.664688] Initializing USB Mass Storage driver...
[ 23.664988] USB Mass Storage support registered.
[ 24.162163] USB Video Class driver (1.1.1)
[ 25.098662] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 27.271534] usb 2-3: USB disconnect, device number 3
[ 27.642042] usb 2-3: new high speed USB device number 4 using ehci_hcd
[ 27.758586] usb 2-3: New USB device found, idVendor=04e8, idProduct=6881
[ 27.758590] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 27.758593] usb 2-3: Product: Samsung Android USB Device
[ 5415.019927] usb 2-3: USB disconnect, device number 4
[ 5615.469090] usb 2-3: new high speed USB device number 5 using ehci_hcd
[ 5615.586147] usb 2-3: New USB device found, idVendor=04e8, idProduct=689e
[ 5615.586158] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5615.586165] usb 2-3: Product: Samsung Android USB Device
[ 5615.587931] cdc_acm 2-3:1.0: ttyACM0: USB ACM device
[ 5624.096201] usb 2-3: USB disconnect, device number 5
[ 5624.471156] usb 2-3: new high speed USB device number 6 using ehci_hcd
[ 5624.588426] usb 2-3: New USB device found, idVendor=04e8, idProduct=6881
[ 5624.588436] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5624.588444] usb 2-3: Product: Samsung Android USB Device
[ 8197.428137] usb 2-4: new high speed USB device number 7 using ehci_hcd
[ 8197.543294] usb 2-4: New USB device found, idVendor=1058, idProduct=1042
[ 8197.543304] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 8277.216223] usb 2-4: USB disconnect, device number 7
[12496.967233] usb 2-4: new high speed USB device number 8 using ehci_hcd
[12497.082875] usb 2-4: New USB device found, idVendor=1058, idProduct=1042
[12497.082885] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=5
 
Old 12-30-2011, 06:13 PM   #13
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Quote:
Originally Posted by andrewthomas View Post

Are you sure that your laptop supports USB-3.0?
As far as I can tell, your model does not support usb-3.0, therefore the drive will operate at usb-2.0 speed.

If it did you would see something such as this:


Code:
gentoo-asus ~ # lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Last edited by andrewthomas; 12-30-2011 at 09:25 PM. Reason: added lsusb output
 
Old 01-06-2012, 01:10 AM   #14
theashishmishra
Member
 
Registered: Aug 2011
Location: Bangalore
Distribution: WIndows 7,Fedora
Posts: 43

Original Poster
Rep: Reputation: Disabled
Yeah..I guess you are right..thank you for your time though
 
Old 01-06-2012, 09:06 AM   #15
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
You're welcome. Glad to be of help.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wifi problem on Dell inspiron 1525 on Red Hat 5 sanjaysuthar Linux - Wireless Networking 1 09-30-2009 04:02 AM
problem with getting Xorg working on Dell Inspiron 1525 Danotto9797 Linux - Laptop and Netbook 1 08-22-2009 05:53 AM
sound problem with my laptop Dell inspiron 1525 amit_kalipur Linux - Laptop and Netbook 18 03-02-2009 07:58 PM
no sound Dell inspiron 1525 fedora 10 pete83 Linux - Laptop and Netbook 2 02-20-2009 07:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration