LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 09-05-2010, 06:21 PM   #16
Benny7440
Member
 
Registered: Jul 2009
Location: Puerto Rico
Distribution: Puppy Linux 528
Posts: 222

Original Poster
Rep: Reputation: 19

Thanks aus9 for your help! Next I'm posting the result of that command:
# sudo find / -name lsusb
bash: sudo: command not found
#
Incredible but true!
 
Old 09-05-2010, 06:53 PM   #17
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
You don't need to use sudo if you're already root.

Code:
$ whoami
user
$ su -
Password:

# whoami
root
The # sign tells us you're running these as root and as such you should be able to issue the commands without paths or any additional privileges.

Code:
# lsusb
# lsmod | grep snd
# lsmod | grep vid
Good luck. ;-)
 
1 members found this post helpful.
Old 09-05-2010, 07:08 PM   #18
Benny7440
Member
 
Registered: Jul 2009
Location: Puerto Rico
Distribution: Puppy Linux 528
Posts: 222

Original Poster
Rep: Reputation: 19
Thanks aus9 for responding! I was pretty sure that I had posted this already about an hour ago but after refreshing the page I didn't see what I'm going to post now, so if it's duplicated I'm sorry.

# sudo find / -name lsusb
bash: sudo: command not found
#

Incredible!
 
Old 09-06-2010, 07:25 PM   #19
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
In case you missed this the first time.

Quote:
Originally Posted by Peacedog View Post
You don't need to use sudo if you're already root.

Code:
$ whoami
user
$ su -
Password:

# whoami
root
The # sign tells us you're running these as root and as such you should be able to issue the commands without paths or any additional privileges.

Code:
# lsusb
# lsmod | grep snd
# lsmod | grep vid
Good luck. ;-)

Good luck. ;-)
 
1 members found this post helpful.
Old 09-07-2010, 05:49 PM   #20
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
yeah sorry I just assumed all Ubuntus run from local user command.

2) lsusb is very important....its the only way we are going to know the exact make and model.

google suggests that one of those motion eyes uses uvcvideo but there is also mention of ricoh
http://en.gentoo-wiki.com/wiki/Sony_...N-CS21S#Webcam

3) speaking of which.....you might want to name your kernel and more importantly does it have usb support?

if you like commands try....uname -r (as a local user) or look under /boot for the config file....called config-string and tell us what that string is...then open that file and search for USB

Last edited by aus9; 09-07-2010 at 06:06 PM.
 
1 members found this post helpful.
Old 09-09-2010, 03:44 PM   #21
Benny7440
Member
 
Registered: Jul 2009
Location: Puerto Rico
Distribution: Puppy Linux 528
Posts: 222

Original Poster
Rep: Reputation: 19
Thanks aus9 for the info but here is the outcome of the execution of the code:
# sudo find / -name lsusb
# bash: sudo: command not found
#

It seems that I don't have the luxury of having that command (used the Puppy Utilities for searching manually for the said command without any luck - I mean good luck).
How can I incorporate that (& possibly others) command to my arsenal? Thanks in advanced!
 
Old 09-09-2010, 04:44 PM   #22
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Benny7440, Ok, apparently Puppy doesn't include lsusb. Let's try the following.

Code:
# PupScan
Good luck. ;-)
 
1 members found this post helpful.
Old 09-10-2010, 01:48 AM   #23
alan99
Member
 
Registered: Mar 2010
Distribution: Debian
Posts: 180

Rep: Reputation: 31
Quote:
Originally Posted by Benny7440 View Post
Thanks aus9 for the info but here is the outcome of the execution of the code:
# sudo find / -name lsusb
# bash: sudo: command not found
#

It seems that I don't have the luxury of having that command (used the Puppy Utilities for searching manually for the said command without any luck - I mean good luck).
How can I incorporate that (& possibly others) command to my arsenal? Thanks in advanced!
I think it is usbview in puppy.
 
1 members found this post helpful.
Old 09-10-2010, 08:23 AM   #24
CincinnatiKid
Member
 
Registered: Jul 2010
Posts: 454

Rep: Reputation: 47
I have a Sony Vaio VGN series, I am not sure if we have the same built in camera or not. But I got mine working by downloading the following driver:

ricoh-webcam-r5u870
 
1 members found this post helpful.
Old 09-11-2010, 02:57 PM   #25
Benny7440
Member
 
Registered: Jul 2009
Location: Puerto Rico
Distribution: Puppy Linux 528
Posts: 222

Original Poster
Rep: Reputation: 19
Let me thank first aus9 for his post(20), I didn't get it right when read it. This puppy runs 2.6.30.5 kernel (I can read/write to usb devices & CF Card)without any difficulty.
Thanks to you too, Peacedog for your help; below is the outcome of the command you suggested:
# PupScan
bash: PupScan: command not found
#

Thanks alan99 for the submitted command & the outcome from it follows:
# usbview
bash: usbview: command not found
#

Thanks lewisforlife for the link, I'm going to check it out as soon as I learn how to include it within the 'tools' Puppy has for dealing with devices. This means that a little tutorial for how to do this wouldn't hurt me a bit!
 
Old 09-11-2010, 07:33 PM   #26
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
ok thanks for the heads up on puppy being different but you might like to know ?

http://www.murga-linux.com/puppy/vie...86259872e0ed9f

HardInfo and PupScan

and to use usbview...when command not found....you need to install gtk1 stuff maybe look at your package manager and search for usbview and hopefully it will pull down any dependencies?

Last edited by aus9; 09-11-2010 at 07:37 PM.
 
1 members found this post helpful.
Old 09-11-2010, 07:43 PM   #27
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
How about this?

Code:
$ dmesg | grep usb
Good luck. ;-)
 
1 members found this post helpful.
Old 09-12-2010, 02:03 PM   #28
Benny7440
Member
 
Registered: Jul 2009
Location: Puerto Rico
Distribution: Puppy Linux 528
Posts: 222

Original Poster
Rep: Reputation: 19
Thanks aus9 for the provided link! Now I've the 'usbview' command although tried the "...> info.txt" & all that I created was an empty file???
Thanks Peacedog for the code! I tried it & even created a .txt file with its output with the '>' operator.
Even though I've the output of PupScan & Hardinfo utilities I'm sending the outcome of your command, Peacedog, below:
{# dmesg | grep usb
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
usb usb1: configuration #1 chosen from 1 choice
usb usb2: configuration #1 chosen from 1 choice
usb usb3: configuration #1 chosen from 1 choice
usb usb4: configuration #1 chosen from 1 choice
usb usb5: configuration #1 chosen from 1 choice
usb 1-8: new high speed USB device using ehci_hcd and address 4
usbcore: registered new interface driver usb-storage
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
usb 1-8: configuration #1 chosen from 1 choice
usb 3-1: new full speed USB device using uhci_hcd and address 2
usb 3-1: configuration #1 chosen from 1 choice
usb 4-1: new full speed USB device using uhci_hcd and address 2
usb 4-1: configuration #1 chosen from 1 choice
usb 3-1.1: new full speed USB device using uhci_hcd and address 3
usb 3-1.1: configuration #1 chosen from 1 choice
input: NMB Gateway USB Hub Keyboard as /devices/pci0000:00/0000:00:1d.1/usb3/3-1 /3-1.1/3-1.1:1.0/input/input3
generic-usb 0003:0443:002E.0001: input: USB HID v1.10 Keyboard [NMB Gateway USB Hub Keyboard] on usb-0000:00:1d.1-1.1/input0
input: NMB Gateway USB Hub Keyboard as /devices/pci0000:00/0000:00:1d.1/usb3/3-1 /3-1.1/3-1.1:1.1/input/input4
generic-usb 0003:0443:002E.0002: input: USB HID v1.10 Device [NMB Gateway USB Hu b Keyboard] on usb-0000:00:1d.1-1.1/input1
usb 3-1.3: new low speed USB device using uhci_hcd and address 4
usb 3-1.3: configuration #1 chosen from 1 choice
input: Microsoft Microsoft USB Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3- 1/3-1.3/3-1.3:1.0/input/input5
generic-usb 0003:045E:0009.0003: input: USB HID v1.10 Mouse [Microsoft Microsoft USB Mouse] on usb-0000:00:1d.1-1.3/input0
# dmesg | grep usb > yeya.txt
#}
Hope it would be of some help!
 
Old 09-12-2010, 07:31 PM   #29
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
I don't see the webcam listed. What does Pupscan & Hardinfo say?

Good luck. ;-)
 
1 members found this post helpful.
Old 09-13-2010, 09:34 AM   #30
Benny7440
Member
 
Registered: Jul 2009
Location: Puerto Rico
Distribution: Puppy Linux 528
Posts: 222

Original Poster
Rep: Reputation: 19
Thanks for responding Peacedog! Below I'm posting first the output of 'Hardinfo'.

Computer
Summary
Computer
Processor 2x Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz
Memory 512MB (189MB used)
Operating System Puppy Linux 0.43
User Name root (root)
Date/Time dom 12 sep 2010 13:23:08 GMT+5
Display
Resolution 1440x900 pixels
OpenGL Renderer Unknown
X11 Vendor The X.Org Foundation
Multimedia
Audio Adapter HDA-Intel - HDA Intel
Input Devices
PS/2 Mouse
AlpsPS/2 ALPS GlidePoint
AT Translated Set 2 keyboard
NMB Gateway USB Hub Keyboard
NMB Gateway USB Hub Keyboard
Microsoft Microsoft USB Mouse
Lid Switch
Power Button
Sony Vaio Keys
Sony Vaio Jogdial
HDA Intel Mic at Ext Left Jack
HDA Intel HP Out at Sep Rear Jack
HDA Intel HP Out at Ext Left Jack
PC Speaker
Printers (CUPS)
CUPS-PDF Default
SCSI Disks
MATSHITA DVD-RAM UJ-850S
Operating System
Version
Kernel Linux 2.6.30.5 (i686)
Compiled #1 SMP Tue Sep 1 15:48:26 GMT-8 2009
C Library GNU C Library version 2.6.1 (stable)
Default C Compiler Unknown
Distribution Puppy Linux 0.43
Current Session
Computer Name puppypc
User Name root (root)
Home Directory /root
Desktop Environment Unknown (Window Manager: JWM)
Misc
Uptime 1 hour, 4 minutes
Load Average 0.07, 0.17, 0.18
Kernel Modules
Loaded Modules
parport_pc PC-style parallel port driver
lp
parport
snd_pcm_oss PCM OSS emulation for ALSA.
snd_seq_dummy ALSA sequencer MIDI-through client
snd_seq_oss OSS-compatible sequencer module
snd_seq_midi_event MIDI byte <-> sequencer event coder
snd_seq Advanced Linux Sound Architecture sequencer.
snd_seq_device ALSA sequencer device management
snd_mixer_oss Mixer OSS emulation for ALSA.
fan ACPI Fan Driver
serio_raw Raw serio driver
arc4 ARC4 Cipher Algorithm
pcspkr PC Speaker beeper driver
ecb ECB block cipher algorithm
tifm_sd TI FlashMedia SD driver
mmc_block Multimedia Card (MMC) block device driver
e100 Intel(R) PRO/100 Network Driver
mii MII hardware support library
mmc_core
iwl3945 Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux
iwlcore iwl core
mac80211 IEEE 802.11 subsystem
led_class LED Class Interface
tifm_7xx1 TI FlashMedia host driver
tifm_core TI FlashMedia core driver
ohci1394 Driver for PCI OHCI IEEE-1394 controllers
ieee1394
cfg80211 wireless configuration support
i2c_i801 I801 SMBus driver
i2c_core I2C-Bus main module
hsfhda Conexant low-level hardware driver
hsfserial Virtual serial port driver for Conexant modems
hsfengine Conexant modem engine
hsfosspec OS-specific support module
snd_hda_codec_conexant Conexant HD-audio and modem codec
snd_hda_codec_idt IDT/Sigmatel HD-audio codec
snd_hda_intel Intel HDA driver
snd_hda_codec HDA codec core
snd_pcm Midlevel PCM code for ALSA.
snd_page_alloc Memory allocator for ALSA system.
snd_timer ALSA timer interface
snd Advanced Linux Sound Architecture driver for soundcards.
soundcore Core sound module
shpchp Standard Hot Plug PCI Controller Driver
intel_agp
agpgart AGP GART driver
pci_hotplug PCI Hot Plug PCI Core
video ACPI Video Driver
output Display Output Switcher Lowlevel Control Abstraction
sony_laptop Sony laptop extras driver (SPIC and SNC ACPI device)
rfkill RF switch support
evdev Input driver event char devices
button ACPI Button Driver
battery ACPI Battery Driver
thermal ACPI Thermal Zone Driver
processor ACPI Processor Driver
ac ACPI AC Adapter Driver
fuse Filesystem in Userspace
aufs aufs -- Advanced multi layered unification filesystem
nls_iso8859_1
nls_cp437
usb_storage USB Mass Storage driver for Linux
usbhid USB HID core driver
squashfs squashfs 4.0, a compressed read-only filesystem
yenta_socket
rsrc_nonstatic
uhci_hcd USB Universal Host Controller Interface driver
ehci_hcd USB 2.0 'Enhanced' Host Controller (EHCI) Driver
usbcore
Boots
Boots
Languages
Available Languages
en_US English locale for the USA
Filesystems
Mounted File Systems
rootfs / 4.82 % (238.4 MiB of 250.5 MiB)
tmpfs /initrd/pup_rw 4.82 % (238.4 MiB of 250.5 MiB)
tmpfs /initrd/mnt/tmpfs 99.15 % (892.0 KiB of 102.2 MiB)
/dev/loop0 /initrd/pup_ro2 100.00 % (0.0 B of 101.2 MiB)
unionfs / 4.82 % (238.4 MiB of 250.5 MiB)
Environment Variables
Environment Variables
HOSTNAME puppypc
XDG_DATA_HOME /root/.local/share
TERM xterm
SHELL /bin/bash
HISTSIZE 1000
QT_XFT true
DEFAULTDRAW inkscapelite
MOZILLA_FIVE_HOME /usr/lib/seamonkey
XLIB_SKIP_ARGB_VISUALS 1
USER root
HISTFILESIZE 2000
LD_LIBRARY_PATH /lib:/usr/lib:/usr/X11R7/lib:/root/my-applications/lib:/usr/lib/seamonkey:/opt/samba/lib
GDK_USE_XFT 1
RGBDEF /usr/share/X11/rgb.txt
OOO_FORCE_DESKTOP gnome
DEFAULTIMAGEVIEWER viewnior
MOZ_DISABLE_PANGO 1
DEFAULTPAINT mtpaint
MOZ_PLUGIN_PATH /usr/lib/mozilla/plugins:/usr/lib/seamonkey/plugins
XDG_CONFIG_DIRS /etc/xdg
PATH /bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R7/bin:/root/my-applications/bin:/opt/samba/bin
DEFAULTBROWSER mozstart
DEFAULTMEDIAPLAYER gxineshell
LC_COLLATE en_US
PWD /root
INPUTRC /etc/inputrc
DEFAULTIMAGEEDITOR mtpaint
EDITOR mp
LANG es_PR
SHSQL_DB /root/Web-Server/Quisp
TZ Etc/GMT+5
XFINANSDIR /root/.xfinans
DEFAULTHTMLEDITOR mozedit
DEFAULTSPREADSHEET gnumeric
HISTCONTROL ignoredups
HOME /root
SHLVL 2
XDG_CONFIG_HOME /root/.config
XDG_CACHE_HOME /root/.cache
LOGNAME root
G_FILENAME_ENCODING @locale
PREFIX /usr
XDG_DATA_DIRS /usr/share:/usr/local/share
PKG_CONFIG_PATH /usr/lib/pkgconfig
WINDOWPATH 4
DISPLAY :0.0
MM_RUNASROOT 1
DEFAULTTEXTEDITOR geany
DEFAULTWORDPROCESSOR abiword
_ /usr/bin/hardinfo
Devices
Processor
Processors
Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz 1995.29MHz
Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz 1995.29MHz
Memory
Memory
Total Memory 512972 kB
Free Memory 80224 kB
Buffers 54532 kB
Cached 243704 kB
Cached Swap 0 kB
Active 273280 kB
Inactive 131212 kB
Active(anon) 224616 kB
Inactive(anon) 0 kB
Active(file) 48664 kB
Inactive(file) 131212 kB
Unevictable 68 kB
Mlocked 68 kB
High Memory 0 kB
Free High Memory 0 kB
Low Memory 512972 kB
Free Low Memory 80224 kB
Virtual Memory 0 kB
Free Virtual Memory 0 kB
Dirty 4 kB
Writeback 0 kB
AnonPages 106328 kB
Mapped 34004 kB
Slab 19464 kB
SReclaimable 11988 kB
SUnreclaim 7476 kB
PageTables 776 kB
NFS_Unstable 0 kB
Bounce 0 kB
WritebackTmp 0 kB
CommitLimit 256484 kB
Committed_AS 400724 kB
VmallocTotal 509368 kB
VmallocUsed 4464 kB
VmallocChunk 494880 kB
DirectMap4k 6720 kB
DirectMap4M 516096 kB
PCI Devices
PCI Devices
Class 0600 8086:27a0
Class 0604 8086:27a1
Class 0403 8086:27d8
Class 0604 8086:27d0
Class 0604 8086:27d2
Class 0604 8086:27d4
Class 0604 8086:27d6
Class 0c03 8086:27c8
Class 0c03 8086:27c9
Class 0c03 8086:27ca
Class 0c03 8086:27cb
Class 0c03 8086:27cc
Class 0604 8086:2448
Class 0601 8086:27b9
Class 0101 8086:27df
Class 0106 8086:27c5
Class 0c05 8086:27da
Class 0300 10de:0398
Class 0280 8086:4222
Class 0607 104c:8039
Class 0c00 104c:803a
Class 0180 104c:803b
Class 0480 10cf:202a
Class 0200 8086:1092
USB Devices
USB Devices
UHCI Host Controller
UHCI Host Controller
General Purpose USB Hub
UHCI Host Controller
Gateway USB Hub Keyboard
Gateway USB Hub Keyboard
Microsoft USB Mouse
UHCI Host Controller
EHCI Host Controller
Unknown USB 2.00 Device (class 0)
Input Devices
Input Devices
PS/2 Mouse
AlpsPS/2 ALPS GlidePoint
AT Translated Set 2 keyboard
NMB Gateway USB Hub Keyboard
NMB Gateway USB Hub Keyboard
Microsoft Microsoft USB Mouse
Lid Switch
Power Button
Sony Vaio Keys
Sony Vaio Jogdial
HDA Intel Mic at Ext Left Jack
HDA Intel HP Out at Sep Rear Jack
HDA Intel HP Out at Ext Left Jack
PC Speaker
Storage
SCSI Disks
MATSHITA DVD-RAM UJ-850S
DMI
BIOS
Date 07/14/2006
Vendor Phoenix Technologies LTD (www.phoenix.com)
Version R0150J6
Board
Name VAIO
Vendor Sony Corporation
Resources
I/O Ports
0000-001f dma1
0020-0021 pic1
0040-0043 timer0
0050-0053 timer1
0060-0060 keyboard
0064-0064 keyboard
0070-0077 rtc
0080-008f dma page reg
00a0-00a1 pic2
00c0-00df dma2
00f0-00ff fpu
0170-0177 8086:27df
0170-0177 ata_piix
01f0-01f7 8086:27df
01f0-01f7 ata_piix
0376-0376 8086:27df
0376-0376 ata_piix
03c0-03df vga+
03f6-03f6 8086:27df
03f6-03f6 ata_piix
0680-06ff pnp 00:05
0800-080f pnp 00:05
0cf8-0cff PCI conf1
1000-107f 8086:27b9
1000-107f pnp 00:05
1000-1003 ACPI PM1a_EVT_BLK
1004-1005 ACPI PM1a_CNT_BLK
1008-100b ACPI PM_TMR
1010-1015 ACPI CPU throttle
1020-1020 ACPI PM2_CNT_BLK
1028-102f ACPI GPE0_BLK
1180-11bf 8086:27b9
1180-11bf pnp 00:05
1640-164f pnp 00:05
1800-181f 8086:27c8
1800-181f USB Universal Host Controller Interface driver
1820-183f 8086:27c9
1820-183f USB Universal Host Controller Interface driver
1840-185f 8086:27ca
1840-185f USB Universal Host Controller Interface driver
1860-187f 8086:27cb
1860-187f USB Universal Host Controller Interface driver
1880-188f 8086:27df
1880-188f ata_piix
18a8-18ab 8086:27c5
18a8-18ab ahci
18ac-18af 8086:27c5
18ac-18af ahci
18b0-18bf 8086:27c5
18b0-18bf ahci
18c0-18c7 8086:27c5
18c0-18c7 ahci
18c8-18cf 8086:27c5
18c8-18cf ahci
18e0-18ff 8086:27da
18e0-18ff i801_smbus
2000-2fff PCI Bus 0000:01
2000-207f 10de:0398
3000-3fff PCI Bus 0000:02
4000-4fff PCI Bus 0000:04
5000-5fff PCI Bus 0000:06
6000-6fff PCI Bus 0000:08
7000-7fff PCI Bus 0000:0a
7000-70ff 10cf:202a
7400-743f 8086:1092
7400-743f Intel(R) PRO/100 Network Driver
7800-78ff PCI CardBus 0000:0b
7c00-7cff PCI CardBus 0000:0b
fe00-fe7f pnp 00:05
fe80-feff pnp 00:05
Memory
00000000-0000ffff reserved
00010000-0009f3ff System RAM
0009f400-0009ffff reserved
000a0000-000bffff Video RAM area
000c0000-000cffff reserved
000c0000-000ce7ff Video ROM
000dc000-000fffff reserved
000f0000-000fffff System ROM
00100000-1fe8ffff System RAM
00100000-0041ad13 Kernel code
0041ad14-0054ebe7 Kernel data
005aa000-005fcd03 Kernel bss
1fe90000-1fe99fff ACPI Tables
1fe9a000-1fefffff ACPI Non-volatile Storage
1ff00000-1fffffff reserved
30000000-33ffffff PCI Bus 0000:0a
30000000-33ffffff PCI CardBus 0000:0b
34000000-37ffffff PCI CardBus 0000:0b
b0000000-bfffffff PCI Bus 0000:01
b0000000-bfffffff 10de:0398
c0000000-c1ffffff PCI Bus 0000:02
c2000000-c3ffffff PCI Bus 0000:04
c4000000-c5ffffff PCI Bus 0000:06
c6000000-c7ffffff PCI Bus 0000:08
c8000000-c9ffffff PCI Bus 0000:02
ca000000-cbffffff PCI Bus 0000:04
cc000000-cdffffff PCI Bus 0000:06
cc000000-cc000fff 8086:4222
cc000000-cc000fff Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux
ce000000-cfffffff PCI Bus 0000:08
d0000000-d1ffffff PCI Bus 0000:01
d0000000-d0ffffff 10de:0398
d1000000-d1ffffff 10de:0398
d2000000-d22fffff PCI Bus 0000:0a
d2000000-d21fffff 10cf:202a
d2200000-d220ffff 10cf:202a
d2210000-d2213fff 104c:803a
d2214000-d2214fff 104c:803b
d2214000-d2214fff TI FlashMedia host driver
d2215000-d2215fff 8086:1092
d2215000-d2215fff Intel(R) PRO/100 Network Driver
d2216000-d22167ff 104c:803a
d2216000-d22167ff Driver for PCI OHCI IEEE-1394 controllers
d2217000-d2217fff 104c:8039
d2217000-d2217fff yenta_socket
d2500000-d2503fff 8086:27d8
d2500000-d2503fff ICH HD audio
d2504000-d25043ff 8086:27cc
d2504000-d25043ff USB 2.0 'Enhanced' Host Controller (EHCI) Driver
d2504400-d25047ff 8086:27c5
d2504400-d25047ff ahci
e0000000-efffffff PCI MMCONFIG 0 [00-ff]
e0000000-efffffff reserved
e0000000-efffffff pnp 00:01
fec00000-fec0ffff reserved
fec00000-fec00fff IOAPIC 0
fed14000-fed19fff reserved
fed14000-fed17fff pnp 00:01
fed18000-fed18fff pnp 00:01
fed19000-fed19fff pnp 00:01
fed1c000-fed8ffff reserved
fed1c000-fed1ffff pnp 00:01
fed20000-fed3ffff pnp 00:01
fed45000-fed8ffff pnp 00:01
fee00000-fee00fff Local APIC
fee00000-fee00fff reserved
ff000000-ffffffff reserved
DMA
4 cascade
=======================================
Now I'm posting below the output of PupScan:

Manufacturer=Linux 2.6.30.5 uhci_hcd
Product=UHCI Host Controller
SerialNumber=0000:00:1d.3
VendorID=1d6b ProductID=0001 KERNEL-MODULE=hub

Manufacturer=Linux 2.6.30.5 uhci_hcd
Product=UHCI Host Controller
SerialNumber=0000:00:1d.3
VendorID=1d6b ProductID=0001 KERNEL-MODULE=hub

Product=General Purpose USB Hub
VendorID=0451 ProductID=2036 KERNEL-MODULE=hub

Manufacturer=Linux 2.6.30.5 uhci_hcd
Product=UHCI Host Controller
SerialNumber=0000:00:1d.3
VendorID=1d6b ProductID=0001 KERNEL-MODULE=hub

Manufacturer=NMB
Product=Gateway USB Hub Keyboard
VendorID=0443 ProductID=002f KERNEL-MODULE=hub

Manufacturer=NMB
Product=Gateway USB Hub Keyboard
VendorID=0443 ProductID=002e KERNEL-MODULE=usbhid

Manufacturer=Microsoft
Product=Microsoft USB Mouse
VendorID=045e ProductID=0009 KERNEL-MODULE=usbhid

Manufacturer=Linux 2.6.30.5 uhci_hcd
Product=UHCI Host Controller
SerialNumber=0000:00:1d.3
VendorID=1d6b ProductID=0001 KERNEL-MODULE=hub

Manufacturer=Linux 2.6.30.5 ehci_hcd
Product=EHCI Host Controller
SerialNumber=0000:00:1d.7
VendorID=1d6b ProductID=0002 KERNEL-MODULE=hub

VendorID=05ca ProductID=1834 KERNEL-MODULE=(none)
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] Can't boot PL 431 from CF Card on a VAIO VGN-AR250G Benny7440 Linux - Laptop and Netbook 20 10-05-2010 12:23 PM
need driver for my sony vaio vgn-fz31z built in camera on a linux ubuntu 7.10 Alex1129 Linux - Laptop and Netbook 1 04-14-2008 03:47 AM
Suse 10 on VAIO VGN- FJ1S Laptop is problematic??? ratnam_auce Linux - Laptop and Netbook 1 02-20-2007 04:39 PM
Sony Vaio laptop VGN-TX2XRP keyboard issue dr_sad Linux - Hardware 2 01-12-2007 04:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 08:58 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