LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-13-2008, 06:31 PM   #1
ozbolt
LQ Newbie
 
Registered: Aug 2008
Posts: 18

Rep: Reputation: 0
Last hope :(


I've bought a USB wifi device, that tracks wifi signal and connect with my also new modem. I've configured my modem without problems, but the first thing doesn't look like have support for linux in any way.
That is it:
http://www.ecost.com/Detail/Controll.../40649710.aspx
Well, I have connected it into USB port, but Ubnut doesn't recognize it. I haven't tried any other thing with Ubuntu itself, well tried to search for linux drivers but no sucsess. Second I have tried Wine but it also doesn't recognize it and there is icon on the right side ''bar'' along with other processes, but it is crossed over (sign for unrecognation). When I try to open GUI for setting up device nothing happens. Is there anyway this is anytime going to work on my beloved Ubuntu machine.
Thank you LQ.org
 
Old 08-13-2008, 06:49 PM   #2
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
I tried to visit that site, and it shoved literally hundreds of cookies at me. I have firefox set to ask permission before accepting a cookie, and the requesters just kept opening, and opening, and opening...

I finally ran out of video RAM, so these black requesters kept opening and opening and opening...Several hundred of them before I finally got it stopped.

I had to kill firefox with the kill command to get rid of them finally.

That site is rogue. I won't visit it again, so I can't help you.
 
Old 08-13-2008, 07:32 PM   #3
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
look at the end of /var/log/messages

or the output
lsusb
or
lshw
before and after you plug it in.

It is quite possible that you will have to resort to "ndiswrapper" to try to use this device.
(it allows you to use the drivers made for operating the wireless-device in Windows in Linux as well - with varying success)

There may be no linux drivers present - because the vendor has not made the specs of the device available - without which no linux-driver could have been written.

It may be too late now - but: always check if a device is supported in linux before you by it.
 
Old 08-14-2008, 04:14 AM   #4
ozbolt
LQ Newbie
 
Registered: Aug 2008
Posts: 18

Original Poster
Rep: Reputation: 0
http://global.level1.com/products2.php?Id=951&PC1thId=8
This should be the home site of device.
I am sorry jomen but I am quite new to Linux so I have problems with your suggestion. I don't find any Isusb or Ishw at the end of that file, can't find it also with find tool.
How do I resort "ndiswrapper"?
Other than this I do understand (at least I think so).
 
Old 08-14-2008, 04:56 AM   #5
ussr_1991
LQ Newbie
 
Registered: Jan 2007
Location: Singapore
Distribution: Windows 7 / 8.1, Fedora 21, OSX 10.10
Posts: 26

Rep: Reputation: 15
Quote:
Originally Posted by jiml8 View Post
I tried to visit that site, and it shoved literally hundreds of cookies at me. I have firefox set to ask permission before accepting a cookie, and the requesters just kept opening, and opening, and opening...

I finally ran out of video RAM, so these black requesters kept opening and opening and opening...Several hundred of them before I finally got it stopped.

I had to kill firefox with the kill command to get rid of them finally.

That site is rogue. I won't visit it again, so I can't help you.
No, In my Windows Vista's Firefox, there is no such thing happen.
 
Old 08-14-2008, 05:27 AM   #6
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
Quote:
No, In my Windows Vista's Firefox, there is no such thing happen.
I have set my browser to accept cookies - it is just too tiring to allow them individually - which I almost always would do anyway.
There are privacy settings that allow you to clear these things automatically after the browser closes. I use those instead...

[edit]
I was curious and I looked: it served me exactly 8 cookies
[/edit]

ozbolt:

My suggestion was that you view the contents of the file:
/var/log/messages
before and after you plug your device in - it is a system log file and events such as plugging in a device will get written to it.
To view it you use text editor such as "vi" (in a Terminal)
or this command:
less /var/log/messages
or just the Text Editor application available from your menu.

This way you could see what the system "thinks" of the device - how it recognizes it.

The other two alternatives could give you the same or more information on the same topic- what does the system see when you plug the device in.
Those are commands - to be written on what is called a command-line (the program called "Terminal" will give it to you).

The commands are:
lsusb
and
lshw
(all lowercase letters!)

If you can't interpret the output - post it so we can see it.

You may need to prepend those commands with "sudo" - to get you the access rights.

Last edited by jomen; 08-14-2008 at 05:36 AM.
 
Old 08-14-2008, 07:28 AM   #7
ozbolt
LQ Newbie
 
Registered: Aug 2008
Posts: 18

Original Poster
Rep: Reputation: 0
Jomen, fisrt of all: Really thank you
When I put in device the file changes: add new stuff:
Quote:
Aug 14 14:24:32 ozbolt-desktop kernel: [12423.120926] usb 3-2: new high speed USB device using ehci_hcd and address 3
Aug 14 14:24:32 ozbolt-desktop kernel: [12423.270045] usb 3-2: configuration #1 chosen from 1 choice
When I put it out nothing changes (at least in 10 secundes) but when I put it back in new lines show up:
Quote:
Aug 14 14:27:25 ozbolt-desktop kernel: [12595.973240] usb 3-2: USB disconnect, address 3
Aug 14 14:27:35 ozbolt-desktop kernel: [12606.015587] usb 3-2: new high speed USB device using ehci_hcd and address 4
Aug 14 14:27:35 ozbolt-desktop kernel: [12606.164791] usb 3-2: configuration #1 chosen from 1 choice
another thinge: Wine
When I try to install program (driver for device) in Wine it goes smoothly until at the end of instalation this message bumps out:
http://shrani.si/t/1L/kI/1Fbl105b/sc...andled-exc.jpg
Well the program works like this:
http://shrani.si/t/e/112/4qBnqY26/screenshot.jpg
Becouse the device is not found. I think the answer is in detecting device properly and properly installed windows driver.

Last edited by ozbolt; 08-14-2008 at 07:38 AM.
 
Old 08-14-2008, 07:36 AM   #8
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
that does not tell much...
try:
lsusb
and
lsusb -v
and watch for anything that could be your device

also:
dmesg
could give you some info
 
Old 08-14-2008, 07:44 AM   #9
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
The "wine" approach will not get you anywhere - you need the device to be your network-adaptor for the operating system - which is linux.
This can't be done through wine.
BTW: I cant see almost nothing on those pictures - but it does not matter
 
Old 08-14-2008, 07:47 AM   #10
ozbolt
LQ Newbie
 
Registered: Aug 2008
Posts: 18

Original Poster
Rep: Reputation: 0
Now I get it
Sorry guys this is output:
lsusb device in:
Quote:
Bus 003 Device 004: ID 148f:2770 Ralink Technology, Corp.
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 046d:c51b Logitech, Inc.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
lsusb -v device in:
Quote:
Bus 003 Device 004: ID 148f:2770 Ralink Technology, Corp.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x148f Ralink Technology, Corp.
idProduct 0x2770
bcdDevice 1.01
iManufacturer 1
iProduct 2
iSerial 3
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 67
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 450mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 7
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 5
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 EP 1 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 EP 3 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04 EP 4 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x05 EP 5 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x06 EP 6 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
can't get device qualifier: Operation not permitted
can't get debug descriptor: Operation not permitted
cannot read device status, Operation not permitted (1)

Bus 003 Device 001: ID 0000:0000
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 1 Single TT
bMaxPacketSize0 64
idVendor 0x0000
idProduct 0x0000
bcdDevice 2.06
iManufacturer 3
iProduct 2
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
can't get hub descriptor: Operation not permitted
can't get device qualifier: Operation not permitted
can't get debug descriptor: Operation not permitted
cannot read device status, Operation not permitted (1)

Bus 002 Device 002: ID 046d:c51b Logitech, Inc.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x046d Logitech, Inc.
idProduct 0xc51b
bcdDevice 46.00
iManufacturer 1
iProduct 2
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 59
bNumInterfaces 2
bConfigurationValue 1
iConfiguration 4
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 98mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 1 Boot Interface Subclass
bInterfaceProtocol 2 Mouse
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.11
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 67
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 10
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 No Subclass
bInterfaceProtocol 0 None
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.11
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 27
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 10
cannot read device status, Operation not permitted (1)

Bus 002 Device 001: ID 0000:0000
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
idVendor 0x0000
idProduct 0x0000
bcdDevice 2.06
iManufacturer 3
iProduct 2
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0002 1x 2 bytes
bInterval 255
can't get hub descriptor: Operation not permitted
cannot read device status, Operation not permitted (1)

Bus 001 Device 001: ID 0000:0000
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
idVendor 0x0000
idProduct 0x0000
bcdDevice 2.06
iManufacturer 3
iProduct 2
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0002 1x 2 bytes
bInterval 255
can't get hub descriptor: Operation not permitted
cannot read device status, Operation not permitted (1)
lsusb device out:
Quote:
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 046d:c51b Logitech, Inc.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
lsusb -v device out:
Quote:
Bus 003 Device 001: ID 0000:0000
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 1 Single TT
bMaxPacketSize0 64
idVendor 0x0000
idProduct 0x0000
bcdDevice 2.06
iManufacturer 3
iProduct 2
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
can't get hub descriptor: Operation not permitted
can't get device qualifier: Operation not permitted
can't get debug descriptor: Operation not permitted
cannot read device status, Operation not permitted (1)

Bus 002 Device 002: ID 046d:c51b Logitech, Inc.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x046d Logitech, Inc.
idProduct 0xc51b
bcdDevice 46.00
iManufacturer 1
iProduct 2
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 59
bNumInterfaces 2
bConfigurationValue 1
iConfiguration 4
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 98mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 1 Boot Interface Subclass
bInterfaceProtocol 2 Mouse
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.11
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 67
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 10
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 No Subclass
bInterfaceProtocol 0 None
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.11
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 27
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 10
cannot read device status, Operation not permitted (1)

Bus 002 Device 001: ID 0000:0000
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
idVendor 0x0000
idProduct 0x0000
bcdDevice 2.06
iManufacturer 3
iProduct 2
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0002 1x 2 bytes
bInterval 255
can't get hub descriptor: Operation not permitted
cannot read device status, Operation not permitted (1)

Bus 001 Device 001: ID 0000:0000
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
idVendor 0x0000
idProduct 0x0000
bcdDevice 2.06
iManufacturer 3
iProduct 2
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0002 1x 2 bytes
bInterval 255
can't get hub descriptor: Operation not permitted
cannot read device status, Operation not permitted (1)
 
Old 08-14-2008, 07:48 AM   #11
ozbolt
LQ Newbie
 
Registered: Aug 2008
Posts: 18

Original Poster
Rep: Reputation: 0
And also dmesg device in:

Quote:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.24-19-generic (buildd@terranova) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Fri Jul 11 23:41:49 UTC 2008 (Ubuntu 2.6.24-19.36-generic)
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
[ 0.000000] BIOS-e820: 000000003fff0000 - 000000003fff8000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003fff8000 - 0000000040000000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffee0000 - 00000000fff00000 (reserved)
[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[ 0.000000] 127MB HIGHMEM available.
[ 0.000000] 896MB LOWMEM available.
[ 0.000000] found SMP MP-table at 000fbc70
[ 0.000000] Entering add_active_range(0, 0, 262128) 0 entries of 256 used
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] Normal 4096 -> 229376
[ 0.000000] HighMem 229376 -> 262128
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 262128
[ 0.000000] On node 0 totalpages: 262128
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 4064 pages, LIFO batch:0
[ 0.000000] Normal zone: 1760 pages used for memmap
[ 0.000000] Normal zone: 223520 pages, LIFO batch:31
[ 0.000000] HighMem zone: 255 pages used for memmap
[ 0.000000] HighMem zone: 32497 pages, LIFO batch:7
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] DMI 2.3 present.
[ 0.000000] ACPI: RSDP signature @ 0xC00FAA40 checksum 0
[ 0.000000] ACPI: RSDP 000FAA40, 0014 (r0 AMI )
[ 0.000000] ACPI: RSDT 3FFF0000, 002C (r1 AMIINT SiS740XX 1000 MSFT 100000B)
[ 0.000000] ACPI: FACP 3FFF0030, 0081 (r1 AMIINT SiS740XX 11 MSFT 100000B)
[ 0.000000] ACPI: DSDT 3FFF0120, 3300 (r1 SiS 746 100 INTL 2002024)
[ 0.000000] ACPI: FACS 3FFF8000, 0040
[ 0.000000] ACPI: APIC 3FFF00C0, 005A (r1 AMIINT SiS740XX 1000 MSFT 100000B)
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] Processor #0 6:10 APIC version 16
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
[ 0.000000] swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
[ 0.000000] swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000f0000
[ 0.000000] swsusp: Registered nosave memory region: 00000000000f0000 - 0000000000100000
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260081
[ 0.000000] Kernel command line: root=UUID=7e5f7d34-65d1-4dd4-9126-6d46abc77c8c ro quiet splash
[ 0.000000] mapped APIC to ffffb000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffa000 (fec00000)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Detected 1955.039 MHz processor.
[ 22.678010] Console: colour VGA+ 80x25
[ 22.678015] console [tty0] enabled
[ 22.678869] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 22.679528] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 22.718792] Memory: 1027360k/1048512k available (2177k kernel code, 20428k reserved, 1006k data, 368k init, 131008k highmem)
[ 22.718802] virtual kernel memory layout:
[ 22.718803] fixmap : 0xfff4b000 - 0xfffff000 ( 720 kB)
[ 22.718804] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 22.718806] vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
[ 22.718807] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
[ 22.718808] .init : 0xc0421000 - 0xc047d000 ( 368 kB)
[ 22.718810] .data : 0xc0320474 - 0xc041bdc4 (1006 kB)
[ 22.718811] .text : 0xc0100000 - 0xc0320474 (2177 kB)
[ 22.718814] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[ 22.718881] SLUB: Genslabs=11, HWalign=32, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
[ 22.798786] Calibrating delay using timer specific routine.. 3912.28 BogoMIPS (lpj=7824576)
[ 22.798831] Security Framework initialized
[ 22.798842] SELinux: Disabled at boot.
[ 22.798871] AppArmor: AppArmor initialized
[ 22.798878] Failure registering capabilities with primary security module.
[ 22.798890] Mount-cache hash table entries: 512
[ 22.799082] Initializing cgroup subsys ns
[ 22.799088] Initializing cgroup subsys cpuacct
[ 22.799101] CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000 00000000
[ 22.799112] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 22.799115] CPU: L2 Cache: 512K (64 bytes/line)
[ 22.799119] CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000 00000000
[ 22.799134] Compat vDSO mapped to ffffe000.
[ 22.799153] Checking 'hlt' instruction... OK.
[ 22.815086] SMP alternatives: switching to UP code
[ 22.816374] Freeing SMP alternatives: 11k freed
[ 22.816522] Early unpacking initramfs... done
[ 23.158765] ACPI: Core revision 20070126
[ 23.158868] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[ 23.160361] CPU0: AMD Athlon(tm) XP 2600+ stepping 00
[ 23.160386] Total of 1 processors activated (3912.28 BogoMIPS).
[ 23.160503] ENABLING IO-APIC IRQs
[ 23.160677] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 23.306121] Brought up 1 CPUs
[ 23.306154] CPU0 attaching sched-domain:
[ 23.306158] domain 0: span 01
[ 23.306160] groups: 01
[ 23.306396] net_namespace: 64 bytes
[ 23.306407] Booting paravirtualized kernel on bare hardware
[ 23.306888] Time: 8:57:33 Date: 08/14/08
[ 23.306926] NET: Registered protocol family 16
[ 23.307190] EISA bus registered
[ 23.307213] ACPI: bus type pci registered
[ 23.308561] PCI: PCI BIOS revision 2.10 entry at 0xfdb31, last bus=2
[ 23.308564] PCI: Using configuration type 1
[ 23.308575] Setting up standard PCI resources
[ 23.310857] ACPI: EC: Look up EC in DSDT
[ 23.313765] ACPI: Interpreter enabled
[ 23.313768] ACPI: (supports S0 S1 S4 S5)
[ 23.313783] ACPI: Using IOAPIC for interrupt routing
[ 23.317742] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 23.317932] Enabling SiS 96x SMBus.
[ 23.318571] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 23.326776] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 23.326863] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 23.326948] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 23.327034] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 23.327119] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 23.327207] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 23.327291] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 23.327375] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 *12 14 15)
[ 23.327472] ACPI: Power Resource [URP1] (off)
[ 23.327497] ACPI: Power Resource [URP2] (off)
[ 23.327521] ACPI: Power Resource [FDDP] (off)
[ 23.327544] ACPI: Power Resource [LPTP] (off)
[ 23.327593] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 23.327629] pnp: PnP ACPI init
[ 23.327636] ACPI: bus type pnp registered
[ 23.329812] pnp: PnP ACPI: found 11 devices
[ 23.329815] ACPI: ACPI bus type pnp unregistered
[ 23.329819] PnPBIOS: Disabled by ACPI PNP
[ 23.330115] PCI: Using ACPI for IRQ routing
[ 23.330119] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 23.342037] NET: Registered protocol family 8
[ 23.342040] NET: Registered protocol family 20
[ 23.342131] AppArmor: AppArmor Filesystem Enabled
[ 23.345996] Time: tsc clocksource has been installed.
[ 23.354025] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[ 23.354028] system 00:01: ioport range 0x295-0x296 has been reserved
[ 23.354031] system 00:01: ioport range 0x800-0x87f has been reserved
[ 23.354034] system 00:01: ioport range 0x880-0x8ff has been reserved
[ 23.354037] system 00:01: ioport range 0xc00-0xc1f has been reserved
[ 23.354041] system 00:01: iomem range 0xfee00000-0xfee00fff could not be reserved
[ 23.384478] PCI: Bridge: 0000:00:01.0
[ 23.384482] IO window: b000-bfff
[ 23.384488] MEM window: cfd00000-cfefffff
[ 23.384493] PREFETCH window: afa00000-cfbfffff
[ 23.384519] NET: Registered protocol family 2
[ 23.421993] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 23.422435] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 23.424671] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 23.425842] TCP: Hash tables configured (established 131072 bind 65536)
[ 23.425845] TCP reno registered
[ 23.434068] checking if image is initramfs... it is
[ 23.885220] Switched to high resolution mode on CPU 0
[ 24.072759] Freeing initrd memory: 7294k freed
[ 24.073648] audit: initializing netlink socket (disabled)
[ 24.073670] audit(1218704253.252:1): initialized
[ 24.073871] highmem bounce pool size: 64 pages
[ 24.076016] VFS: Disk quotas dquot_6.5.1
[ 24.076104] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 24.076262] io scheduler noop registered
[ 24.076264] io scheduler anticipatory registered
[ 24.076267] io scheduler deadline registered
[ 24.076278] io scheduler cfq registered (default)
[ 24.076326] Boot video device is 0000:01:00.0
[ 24.076662] isapnp: Scanning for PnP cards...
[ 24.429702] isapnp: No Plug & Play device found
[ 24.462250] Real Time Clock Driver v1.12ac
[ 24.462371] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 24.462511] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 24.463206] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 24.464103] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 24.464184] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[ 24.464308] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 24.464312] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 24.464428] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 24.472420] mice: PS/2 mouse device common for all mice
[ 24.472552] EISA: Probing bus 0 at eisa.0
[ 24.472588] EISA: Detected 0 cards.
[ 24.472593] cpuidle: using governor ladder
[ 24.472595] cpuidle: using governor menu
[ 24.472761] NET: Registered protocol family 1
[ 24.472795] Using IPI No-Shortcut mode
[ 24.472839] registered taskstats version 1
[ 24.472949] Magic number: 4:353:978
[ 24.472970] hash matches device ttyc5
[ 24.473188] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 24.473191] EDD information not available.
[ 24.473769] Freeing unused kernel memory: 368k freed
[ 24.500251] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 25.719631] fuse init (API version 7.9)
[ 26.385634] SCSI subsystem initialized
[ 26.452483] libata version 3.00 loaded.
[ 26.465630] usbcore: registered new interface driver usbfs
[ 26.465662] usbcore: registered new interface driver hub
[ 26.473434] usbcore: registered new device driver usb
[ 26.481262] sis900.c: v1.08.10 Apr. 2 2006
[ 26.481369] ACPI: PCI Interrupt 0000:00:04.0[A] -> GSI 19 (level, low) -> IRQ 16
[ 26.482362] 0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 1.
[ 26.492313] 0000:00:04.0: Using transceiver found at address 1 as default
[ 26.495612] eth0: SiS 900 PCI Fast Ethernet at 0xd400, IRQ 16, 00:19:66:5c:e4:a8
[ 26.495705] pata_sis 0000:00:02.5: version 0.5.2
[ 26.498537] scsi0 : pata_sis
[ 26.509195] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[ 26.517182] scsi1 : pata_sis
[ 26.517842] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
[ 26.517847] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
[ 26.589173] Floppy drive(s): fd0 is 1.44M
[ 26.613464] FDC 0 is a post-1991 82077
[ 26.837046] ata1.00: ATAPI: _NEC DVD_RW ND-3540A, 1.01, max UDMA/33
[ 27.008700] ata1.00: configured for UDMA/33
[ 27.188387] ata2.00: ATA-6: WDC WD800JB-00JJC0, 05.01C05, max UDMA/100
[ 27.188394] ata2.00: 156301488 sectors, multi 16: LBA
[ 27.204245] ata2.01: HPA unlocked: 66053135 -> 66055248, native 66055248
[ 27.204249] ata2.01: ATA-7: ExcelStor Technology J880, PF2OA21B, max UDMA/133
[ 27.204252] ata2.01: 66055248 sectors, multi 16: LBA48
[ 27.212358] ata2.00: configured for UDMA/100
[ 27.236359] ata2.01: configured for UDMA/133
[ 27.237526] scsi 0:0:0:0: CD-ROM _NEC DVD_RW ND-3540A 1.01 PQ: 0 ANSI: 5
[ 27.238031] scsi 1:0:0:0: Direct-Access ATA WDC WD800JB-00JJ 05.0 PQ: 0 ANSI: 5
[ 27.238346] scsi 1:0:1:0: Direct-Access ATA ExcelStor Techno PF2O PQ: 0 ANSI: 5
[ 27.241002] ACPI: PCI Interrupt 0000:00:03.0[A] -> GSI 20 (level, low) -> IRQ 17
[ 27.241019] ohci_hcd 0000:00:03.0: OHCI Host Controller
[ 27.241383] ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1
[ 27.241405] ohci_hcd 0000:00:03.0: irq 17, io mem 0xcfffd000
[ 27.298092] usb usb1: configuration #1 chosen from 1 choice
[ 27.298125] hub 1-0:1.0: USB hub found
[ 27.298136] hub 1-0:1.0: 3 ports detected
[ 27.399905] ACPI: PCI Interrupt 0000:00:03.1[B] -> GSI 21 (level, low) -> IRQ 18
[ 27.399927] ohci_hcd 0000:00:03.1: OHCI Host Controller
[ 27.399961] ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 2
[ 27.399981] ohci_hcd 0000:00:03.1: irq 18, io mem 0xcfffe000
[ 27.457766] usb usb2: configuration #1 chosen from 1 choice
[ 27.457793] hub 2-0:1.0: USB hub found
[ 27.457802] hub 2-0:1.0: 3 ports detected
[ 27.560052] ACPI: PCI Interrupt 0000:00:03.2[D] -> GSI 23 (level, low) -> IRQ 19
[ 27.560072] ehci_hcd 0000:00:03.2: EHCI Host Controller
[ 27.560108] ehci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 3
[ 27.560150] PCI: cache line size of 64 is not supported by device 0000:00:03.2
[ 27.560163] ehci_hcd 0000:00:03.2: irq 19, io mem 0xcffff000
[ 27.571554] ehci_hcd 0000:00:03.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 27.571723] usb usb3: configuration #1 chosen from 1 choice
[ 27.571764] hub 3-0:1.0: USB hub found
[ 27.571774] hub 3-0:1.0: 6 ports detected
[ 27.696974] Driver 'sd' needs updating - please use bus_type methods
[ 27.698714] sd 1:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
[ 27.698732] sd 1:0:0:0: [sda] Write Protect is off
[ 27.698736] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 27.698755] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 27.698821] sd 1:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
[ 27.698833] sd 1:0:0:0: [sda] Write Protect is off
[ 27.698835] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 27.698852] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 27.698857] sda:<4>Driver 'sr' needs updating - please use bus_type methods
[ 27.704219] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 27.704227] Uniform CD-ROM driver Revision: 3.20
[ 27.704299] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 27.707901] sda1 sda2 < sda5 >
[ 27.733056] sd 1:0:0:0: [sda] Attached SCSI disk
[ 27.733154] sd 1:0:1:0: [sdb] 66055248 512-byte hardware sectors (33820 MB)
[ 27.733171] sd 1:0:1:0: [sdb] Write Protect is off
[ 27.733174] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[ 27.733193] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 27.733244] sd 1:0:1:0: [sdb] 66055248 512-byte hardware sectors (33820 MB)
[ 27.733256] sd 1:0:1:0: [sdb] Write Protect is off
[ 27.733258] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[ 27.733275] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 27.733279] sdb:
[ 27.741498] sd 1:0:1:0: [sdb] Attached SCSI disk
[ 27.753355] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 27.753380] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 27.753403] sd 1:0:1:0: Attached scsi generic sg2 type 0
[ 28.206526] usb 2-2: new low speed USB device using ohci_hcd and address 2
[ 28.420228] usb 2-2: configuration #1 chosen from 1 choice
[ 28.460306] usbcore: registered new interface driver hiddev
[ 28.466328] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:03.1/usb2/2-2/2-2:1.0/input/input2
[ 28.478153] input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:03.1-2
[ 28.486084] hiddev96hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:03.1-2
[ 28.486114] usbcore: registered new interface driver usbhid
[ 28.486119] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[ 33.122221] kjournald starting. Commit interval 5 seconds
[ 33.122245] EXT3-fs: mounted filesystem with ordered data mode.
[ 42.013576] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 42.344902] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 42.436692] Linux agpgart interface v0.102
[ 42.532833] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 42.608522] agpgart: Detected SiS chipset - id:1857
[ 42.613677] agpgart: AGP aperture is 64M @ 0xd0000000
[ 42.736285] sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0x0c00
[ 42.884230] input: Power Button (FF) as /devices/virtual/input/input4
[ 42.899929] ACPI: Power Button (FF) [PWRF]
[ 42.900102] input: Power Button (CM) as /devices/virtual/input/input5
[ 42.911915] ACPI: Power Button (CM) [PWRB]
[ 43.478975] parport_pc 00:09: reported by Plug and Play ACPI
[ 43.479089] parport0: PC-style at 0x378 (0x778), irq 7, dma 0 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[ 44.740223] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 44.928869] [fglrx] Maximum main memory to use for locked dma buffers: 929 MBytes.
[ 44.928909] [fglrx] ASYNCIO init succeed!
[ 44.929095] [fglrx] PAT is enabled successfully!
[ 44.936759] [fglrx] module loaded - fglrx 8.47.3 [Feb 25 2008] on minor 0
[ 45.038263] ACPI: PCI Interrupt 0000:00:02.7[C] -> GSI 18 (level, low) -> IRQ 20
[ 45.360196] intel8x0_measure_ac97_clock: measured 55759 usecs
[ 45.360203] intel8x0: clocking to 48000
[ 46.881088] lp0: using parport0 (interrupt-driven).
[ 46.944757] Adding 3028212k swap on /dev/sda5. Priority:-1 extents:1 across:3028212k
[ 47.270185] EXT3 FS on sda1, internal journal
[ 47.983768] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 48.437686] No dock devices found.
[ 49.702913] apm: BIOS not found.
[ 49.968768] ppdev: user-space parallel port driver
[ 50.141027] audit(1218704280.374:2): type=1503 operation="inode_permission" requested_mask="a::" denied_mask="a::" name="/dev/tty" pid=4907 profile="/usr/sbin/cupsd" namespace="default"
[ 52.142160] Bluetooth: Core ver 2.11
[ 52.143073] NET: Registered protocol family 31
[ 52.143079] Bluetooth: HCI device and connection manager initialized
[ 52.143084] Bluetooth: HCI socket layer initialized
[ 52.165747] Bluetooth: L2CAP ver 2.9
[ 52.165755] Bluetooth: L2CAP socket layer initialized
[ 52.233603] Bluetooth: RFCOMM socket layer initialized
[ 52.233630] Bluetooth: RFCOMM TTY layer initialized
[ 52.233632] Bluetooth: RFCOMM ver 1.8
[ 53.619199] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 21
[ 54.015781] eth0: Media Link On 100mbps full-duplex
[ 55.240984] NET: Registered protocol family 17
[ 55.818354] [fglrx] Internal AGP support requested, but kernel AGP support active.
[ 55.818365] [fglrx] Have to use kernel AGP support to avoid conflicts.
[ 55.818370] [fglrx] AGP detected, AgpState = 0x1f004e1b (hardware caps of chipset)
[ 55.819118] agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
[ 55.819321] agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
[ 55.820317] agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
[ 55.820516] [fglrx] AGP enabled, AgpCommand = 0x1f004312 (selected caps)
[ 55.875152] [fglrx] Reserve Block - 0 offset = 0X1000000 length = 0X5000
[ 55.875161] [fglrx] Reserve Block - 1 offset = 0X0 length = 0X1000000
[ 55.875164] [fglrx] Reserve Block - 2 offset = 0Xffff000 length = 0X1000
[ 55.875167] [fglrx] Reserve Block - 3 offset = 0Xffaf000 length = 0X50000
[ 55.936779] [fglrx] interrupt source 10000000 successfully enabled
[ 55.936789] [fglrx] enable ID = 0x00000008
[ 55.937217] [fglrx] Receive enable interrupt message with irqEnableMask: 10000000
[ 59.195096] NET: Registered protocol family 10
[ 59.195365] lo: Disabled Privacy Extensions
[ 70.156686] eth0: no IPv6 routers present
[12423.120926] usb 3-2: new high speed USB device using ehci_hcd and address 3
[12423.270045] usb 3-2: configuration #1 chosen from 1 choice
[12595.973240] usb 3-2: USB disconnect, address 3
[12606.015587] usb 3-2: new high speed USB device using ehci_hcd and address 4
[12606.164791] usb 3-2: configuration #1 chosen from 1 choice
[12756.861590] UDF-fs: No VRS found
[12756.891160] ISO 9660 Extensions: Microsoft Joliet Level 3
[12756.892199] ISOFS: changing to secondary root
[13512.124500] usb 3-2: USB disconnect, address 4
[13621.565427] usb 3-2: new high speed USB device using ehci_hcd and address 5
[13621.714618] usb 3-2: configuration #1 chosen from 1 choice
 
Old 08-14-2008, 07:48 AM   #12
ozbolt
LQ Newbie
 
Registered: Aug 2008
Posts: 18

Original Poster
Rep: Reputation: 0
dmesg device out:

Quote:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.24-19-generic (buildd@terranova) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Fri Jul 11 23:41:49 UTC 2008 (Ubuntu 2.6.24-19.36-generic)
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
[ 0.000000] BIOS-e820: 000000003fff0000 - 000000003fff8000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003fff8000 - 0000000040000000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffee0000 - 00000000fff00000 (reserved)
[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[ 0.000000] 127MB HIGHMEM available.
[ 0.000000] 896MB LOWMEM available.
[ 0.000000] found SMP MP-table at 000fbc70
[ 0.000000] Entering add_active_range(0, 0, 262128) 0 entries of 256 used
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] Normal 4096 -> 229376
[ 0.000000] HighMem 229376 -> 262128
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 262128
[ 0.000000] On node 0 totalpages: 262128
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 4064 pages, LIFO batch:0
[ 0.000000] Normal zone: 1760 pages used for memmap
[ 0.000000] Normal zone: 223520 pages, LIFO batch:31
[ 0.000000] HighMem zone: 255 pages used for memmap
[ 0.000000] HighMem zone: 32497 pages, LIFO batch:7
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] DMI 2.3 present.
[ 0.000000] ACPI: RSDP signature @ 0xC00FAA40 checksum 0
[ 0.000000] ACPI: RSDP 000FAA40, 0014 (r0 AMI )
[ 0.000000] ACPI: RSDT 3FFF0000, 002C (r1 AMIINT SiS740XX 1000 MSFT 100000B)
[ 0.000000] ACPI: FACP 3FFF0030, 0081 (r1 AMIINT SiS740XX 11 MSFT 100000B)
[ 0.000000] ACPI: DSDT 3FFF0120, 3300 (r1 SiS 746 100 INTL 2002024)
[ 0.000000] ACPI: FACS 3FFF8000, 0040
[ 0.000000] ACPI: APIC 3FFF00C0, 005A (r1 AMIINT SiS740XX 1000 MSFT 100000B)
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] Processor #0 6:10 APIC version 16
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
[ 0.000000] swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
[ 0.000000] swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000f0000
[ 0.000000] swsusp: Registered nosave memory region: 00000000000f0000 - 0000000000100000
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260081
[ 0.000000] Kernel command line: root=UUID=7e5f7d34-65d1-4dd4-9126-6d46abc77c8c ro quiet splash
[ 0.000000] mapped APIC to ffffb000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffa000 (fec00000)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Detected 1955.039 MHz processor.
[ 22.678010] Console: colour VGA+ 80x25
[ 22.678015] console [tty0] enabled
[ 22.678869] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 22.679528] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 22.718792] Memory: 1027360k/1048512k available (2177k kernel code, 20428k reserved, 1006k data, 368k init, 131008k highmem)
[ 22.718802] virtual kernel memory layout:
[ 22.718803] fixmap : 0xfff4b000 - 0xfffff000 ( 720 kB)
[ 22.718804] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 22.718806] vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
[ 22.718807] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
[ 22.718808] .init : 0xc0421000 - 0xc047d000 ( 368 kB)
[ 22.718810] .data : 0xc0320474 - 0xc041bdc4 (1006 kB)
[ 22.718811] .text : 0xc0100000 - 0xc0320474 (2177 kB)
[ 22.718814] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[ 22.718881] SLUB: Genslabs=11, HWalign=32, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
[ 22.798786] Calibrating delay using timer specific routine.. 3912.28 BogoMIPS (lpj=7824576)
[ 22.798831] Security Framework initialized
[ 22.798842] SELinux: Disabled at boot.
[ 22.798871] AppArmor: AppArmor initialized
[ 22.798878] Failure registering capabilities with primary security module.
[ 22.798890] Mount-cache hash table entries: 512
[ 22.799082] Initializing cgroup subsys ns
[ 22.799088] Initializing cgroup subsys cpuacct
[ 22.799101] CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000 00000000
[ 22.799112] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 22.799115] CPU: L2 Cache: 512K (64 bytes/line)
[ 22.799119] CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000 00000000
[ 22.799134] Compat vDSO mapped to ffffe000.
[ 22.799153] Checking 'hlt' instruction... OK.
[ 22.815086] SMP alternatives: switching to UP code
[ 22.816374] Freeing SMP alternatives: 11k freed
[ 22.816522] Early unpacking initramfs... done
[ 23.158765] ACPI: Core revision 20070126
[ 23.158868] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[ 23.160361] CPU0: AMD Athlon(tm) XP 2600+ stepping 00
[ 23.160386] Total of 1 processors activated (3912.28 BogoMIPS).
[ 23.160503] ENABLING IO-APIC IRQs
[ 23.160677] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 23.306121] Brought up 1 CPUs
[ 23.306154] CPU0 attaching sched-domain:
[ 23.306158] domain 0: span 01
[ 23.306160] groups: 01
[ 23.306396] net_namespace: 64 bytes
[ 23.306407] Booting paravirtualized kernel on bare hardware
[ 23.306888] Time: 8:57:33 Date: 08/14/08
[ 23.306926] NET: Registered protocol family 16
[ 23.307190] EISA bus registered
[ 23.307213] ACPI: bus type pci registered
[ 23.308561] PCI: PCI BIOS revision 2.10 entry at 0xfdb31, last bus=2
[ 23.308564] PCI: Using configuration type 1
[ 23.308575] Setting up standard PCI resources
[ 23.310857] ACPI: EC: Look up EC in DSDT
[ 23.313765] ACPI: Interpreter enabled
[ 23.313768] ACPI: (supports S0 S1 S4 S5)
[ 23.313783] ACPI: Using IOAPIC for interrupt routing
[ 23.317742] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 23.317932] Enabling SiS 96x SMBus.
[ 23.318571] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 23.326776] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 23.326863] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 23.326948] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 23.327034] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 23.327119] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 23.327207] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 23.327291] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 23.327375] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 *12 14 15)
[ 23.327472] ACPI: Power Resource [URP1] (off)
[ 23.327497] ACPI: Power Resource [URP2] (off)
[ 23.327521] ACPI: Power Resource [FDDP] (off)
[ 23.327544] ACPI: Power Resource [LPTP] (off)
[ 23.327593] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 23.327629] pnp: PnP ACPI init
[ 23.327636] ACPI: bus type pnp registered
[ 23.329812] pnp: PnP ACPI: found 11 devices
[ 23.329815] ACPI: ACPI bus type pnp unregistered
[ 23.329819] PnPBIOS: Disabled by ACPI PNP
[ 23.330115] PCI: Using ACPI for IRQ routing
[ 23.330119] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 23.342037] NET: Registered protocol family 8
[ 23.342040] NET: Registered protocol family 20
[ 23.342131] AppArmor: AppArmor Filesystem Enabled
[ 23.345996] Time: tsc clocksource has been installed.
[ 23.354025] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[ 23.354028] system 00:01: ioport range 0x295-0x296 has been reserved
[ 23.354031] system 00:01: ioport range 0x800-0x87f has been reserved
[ 23.354034] system 00:01: ioport range 0x880-0x8ff has been reserved
[ 23.354037] system 00:01: ioport range 0xc00-0xc1f has been reserved
[ 23.354041] system 00:01: iomem range 0xfee00000-0xfee00fff could not be reserved
[ 23.384478] PCI: Bridge: 0000:00:01.0
[ 23.384482] IO window: b000-bfff
[ 23.384488] MEM window: cfd00000-cfefffff
[ 23.384493] PREFETCH window: afa00000-cfbfffff
[ 23.384519] NET: Registered protocol family 2
[ 23.421993] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 23.422435] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 23.424671] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 23.425842] TCP: Hash tables configured (established 131072 bind 65536)
[ 23.425845] TCP reno registered
[ 23.434068] checking if image is initramfs... it is
[ 23.885220] Switched to high resolution mode on CPU 0
[ 24.072759] Freeing initrd memory: 7294k freed
[ 24.073648] audit: initializing netlink socket (disabled)
[ 24.073670] audit(1218704253.252:1): initialized
[ 24.073871] highmem bounce pool size: 64 pages
[ 24.076016] VFS: Disk quotas dquot_6.5.1
[ 24.076104] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 24.076262] io scheduler noop registered
[ 24.076264] io scheduler anticipatory registered
[ 24.076267] io scheduler deadline registered
[ 24.076278] io scheduler cfq registered (default)
[ 24.076326] Boot video device is 0000:01:00.0
[ 24.076662] isapnp: Scanning for PnP cards...
[ 24.429702] isapnp: No Plug & Play device found
[ 24.462250] Real Time Clock Driver v1.12ac
[ 24.462371] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 24.462511] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 24.463206] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 24.464103] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 24.464184] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[ 24.464308] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 24.464312] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 24.464428] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 24.472420] mice: PS/2 mouse device common for all mice
[ 24.472552] EISA: Probing bus 0 at eisa.0
[ 24.472588] EISA: Detected 0 cards.
[ 24.472593] cpuidle: using governor ladder
[ 24.472595] cpuidle: using governor menu
[ 24.472761] NET: Registered protocol family 1
[ 24.472795] Using IPI No-Shortcut mode
[ 24.472839] registered taskstats version 1
[ 24.472949] Magic number: 4:353:978
[ 24.472970] hash matches device ttyc5
[ 24.473188] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 24.473191] EDD information not available.
[ 24.473769] Freeing unused kernel memory: 368k freed
[ 24.500251] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 25.719631] fuse init (API version 7.9)
[ 26.385634] SCSI subsystem initialized
[ 26.452483] libata version 3.00 loaded.
[ 26.465630] usbcore: registered new interface driver usbfs
[ 26.465662] usbcore: registered new interface driver hub
[ 26.473434] usbcore: registered new device driver usb
[ 26.481262] sis900.c: v1.08.10 Apr. 2 2006
[ 26.481369] ACPI: PCI Interrupt 0000:00:04.0[A] -> GSI 19 (level, low) -> IRQ 16
[ 26.482362] 0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 1.
[ 26.492313] 0000:00:04.0: Using transceiver found at address 1 as default
[ 26.495612] eth0: SiS 900 PCI Fast Ethernet at 0xd400, IRQ 16, 00:19:66:5c:e4:a8
[ 26.495705] pata_sis 0000:00:02.5: version 0.5.2
[ 26.498537] scsi0 : pata_sis
[ 26.509195] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[ 26.517182] scsi1 : pata_sis
[ 26.517842] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
[ 26.517847] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
[ 26.589173] Floppy drive(s): fd0 is 1.44M
[ 26.613464] FDC 0 is a post-1991 82077
[ 26.837046] ata1.00: ATAPI: _NEC DVD_RW ND-3540A, 1.01, max UDMA/33
[ 27.008700] ata1.00: configured for UDMA/33
[ 27.188387] ata2.00: ATA-6: WDC WD800JB-00JJC0, 05.01C05, max UDMA/100
[ 27.188394] ata2.00: 156301488 sectors, multi 16: LBA
[ 27.204245] ata2.01: HPA unlocked: 66053135 -> 66055248, native 66055248
[ 27.204249] ata2.01: ATA-7: ExcelStor Technology J880, PF2OA21B, max UDMA/133
[ 27.204252] ata2.01: 66055248 sectors, multi 16: LBA48
[ 27.212358] ata2.00: configured for UDMA/100
[ 27.236359] ata2.01: configured for UDMA/133
[ 27.237526] scsi 0:0:0:0: CD-ROM _NEC DVD_RW ND-3540A 1.01 PQ: 0 ANSI: 5
[ 27.238031] scsi 1:0:0:0: Direct-Access ATA WDC WD800JB-00JJ 05.0 PQ: 0 ANSI: 5
[ 27.238346] scsi 1:0:1:0: Direct-Access ATA ExcelStor Techno PF2O PQ: 0 ANSI: 5
[ 27.241002] ACPI: PCI Interrupt 0000:00:03.0[A] -> GSI 20 (level, low) -> IRQ 17
[ 27.241019] ohci_hcd 0000:00:03.0: OHCI Host Controller
[ 27.241383] ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1
[ 27.241405] ohci_hcd 0000:00:03.0: irq 17, io mem 0xcfffd000
[ 27.298092] usb usb1: configuration #1 chosen from 1 choice
[ 27.298125] hub 1-0:1.0: USB hub found
[ 27.298136] hub 1-0:1.0: 3 ports detected
[ 27.399905] ACPI: PCI Interrupt 0000:00:03.1[B] -> GSI 21 (level, low) -> IRQ 18
[ 27.399927] ohci_hcd 0000:00:03.1: OHCI Host Controller
[ 27.399961] ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 2
[ 27.399981] ohci_hcd 0000:00:03.1: irq 18, io mem 0xcfffe000
[ 27.457766] usb usb2: configuration #1 chosen from 1 choice
[ 27.457793] hub 2-0:1.0: USB hub found
[ 27.457802] hub 2-0:1.0: 3 ports detected
[ 27.560052] ACPI: PCI Interrupt 0000:00:03.2[D] -> GSI 23 (level, low) -> IRQ 19
[ 27.560072] ehci_hcd 0000:00:03.2: EHCI Host Controller
[ 27.560108] ehci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 3
[ 27.560150] PCI: cache line size of 64 is not supported by device 0000:00:03.2
[ 27.560163] ehci_hcd 0000:00:03.2: irq 19, io mem 0xcffff000
[ 27.571554] ehci_hcd 0000:00:03.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 27.571723] usb usb3: configuration #1 chosen from 1 choice
[ 27.571764] hub 3-0:1.0: USB hub found
[ 27.571774] hub 3-0:1.0: 6 ports detected
[ 27.696974] Driver 'sd' needs updating - please use bus_type methods
[ 27.698714] sd 1:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
[ 27.698732] sd 1:0:0:0: [sda] Write Protect is off
[ 27.698736] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 27.698755] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 27.698821] sd 1:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
[ 27.698833] sd 1:0:0:0: [sda] Write Protect is off
[ 27.698835] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 27.698852] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 27.698857] sda:<4>Driver 'sr' needs updating - please use bus_type methods
[ 27.704219] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 27.704227] Uniform CD-ROM driver Revision: 3.20
[ 27.704299] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 27.707901] sda1 sda2 < sda5 >
[ 27.733056] sd 1:0:0:0: [sda] Attached SCSI disk
[ 27.733154] sd 1:0:1:0: [sdb] 66055248 512-byte hardware sectors (33820 MB)
[ 27.733171] sd 1:0:1:0: [sdb] Write Protect is off
[ 27.733174] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[ 27.733193] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 27.733244] sd 1:0:1:0: [sdb] 66055248 512-byte hardware sectors (33820 MB)
[ 27.733256] sd 1:0:1:0: [sdb] Write Protect is off
[ 27.733258] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[ 27.733275] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 27.733279] sdb:
[ 27.741498] sd 1:0:1:0: [sdb] Attached SCSI disk
[ 27.753355] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 27.753380] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 27.753403] sd 1:0:1:0: Attached scsi generic sg2 type 0
[ 28.206526] usb 2-2: new low speed USB device using ohci_hcd and address 2
[ 28.420228] usb 2-2: configuration #1 chosen from 1 choice
[ 28.460306] usbcore: registered new interface driver hiddev
[ 28.466328] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:03.1/usb2/2-2/2-2:1.0/input/input2
[ 28.478153] input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:03.1-2
[ 28.486084] hiddev96hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:03.1-2
[ 28.486114] usbcore: registered new interface driver usbhid
[ 28.486119] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[ 33.122221] kjournald starting. Commit interval 5 seconds
[ 33.122245] EXT3-fs: mounted filesystem with ordered data mode.
[ 42.013576] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 42.344902] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 42.436692] Linux agpgart interface v0.102
[ 42.532833] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 42.608522] agpgart: Detected SiS chipset - id:1857
[ 42.613677] agpgart: AGP aperture is 64M @ 0xd0000000
[ 42.736285] sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0x0c00
[ 42.884230] input: Power Button (FF) as /devices/virtual/input/input4
[ 42.899929] ACPI: Power Button (FF) [PWRF]
[ 42.900102] input: Power Button (CM) as /devices/virtual/input/input5
[ 42.911915] ACPI: Power Button (CM) [PWRB]
[ 43.478975] parport_pc 00:09: reported by Plug and Play ACPI
[ 43.479089] parport0: PC-style at 0x378 (0x778), irq 7, dma 0 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[ 44.740223] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 44.928869] [fglrx] Maximum main memory to use for locked dma buffers: 929 MBytes.
[ 44.928909] [fglrx] ASYNCIO init succeed!
[ 44.929095] [fglrx] PAT is enabled successfully!
[ 44.936759] [fglrx] module loaded - fglrx 8.47.3 [Feb 25 2008] on minor 0
[ 45.038263] ACPI: PCI Interrupt 0000:00:02.7[C] -> GSI 18 (level, low) -> IRQ 20
[ 45.360196] intel8x0_measure_ac97_clock: measured 55759 usecs
[ 45.360203] intel8x0: clocking to 48000
[ 46.881088] lp0: using parport0 (interrupt-driven).
[ 46.944757] Adding 3028212k swap on /dev/sda5. Priority:-1 extents:1 across:3028212k
[ 47.270185] EXT3 FS on sda1, internal journal
[ 47.983768] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 48.437686] No dock devices found.
[ 49.702913] apm: BIOS not found.
[ 49.968768] ppdev: user-space parallel port driver
[ 50.141027] audit(1218704280.374:2): type=1503 operation="inode_permission" requested_mask="a::" denied_mask="a::" name="/dev/tty" pid=4907 profile="/usr/sbin/cupsd" namespace="default"
[ 52.142160] Bluetooth: Core ver 2.11
[ 52.143073] NET: Registered protocol family 31
[ 52.143079] Bluetooth: HCI device and connection manager initialized
[ 52.143084] Bluetooth: HCI socket layer initialized
[ 52.165747] Bluetooth: L2CAP ver 2.9
[ 52.165755] Bluetooth: L2CAP socket layer initialized
[ 52.233603] Bluetooth: RFCOMM socket layer initialized
[ 52.233630] Bluetooth: RFCOMM TTY layer initialized
[ 52.233632] Bluetooth: RFCOMM ver 1.8
[ 53.619199] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 21
[ 54.015781] eth0: Media Link On 100mbps full-duplex
[ 55.240984] NET: Registered protocol family 17
[ 55.818354] [fglrx] Internal AGP support requested, but kernel AGP support active.
[ 55.818365] [fglrx] Have to use kernel AGP support to avoid conflicts.
[ 55.818370] [fglrx] AGP detected, AgpState = 0x1f004e1b (hardware caps of chipset)
[ 55.819118] agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
[ 55.819321] agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
[ 55.820317] agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
[ 55.820516] [fglrx] AGP enabled, AgpCommand = 0x1f004312 (selected caps)
[ 55.875152] [fglrx] Reserve Block - 0 offset = 0X1000000 length = 0X5000
[ 55.875161] [fglrx] Reserve Block - 1 offset = 0X0 length = 0X1000000
[ 55.875164] [fglrx] Reserve Block - 2 offset = 0Xffff000 length = 0X1000
[ 55.875167] [fglrx] Reserve Block - 3 offset = 0Xffaf000 length = 0X50000
[ 55.936779] [fglrx] interrupt source 10000000 successfully enabled
[ 55.936789] [fglrx] enable ID = 0x00000008
[ 55.937217] [fglrx] Receive enable interrupt message with irqEnableMask: 10000000
[ 59.195096] NET: Registered protocol family 10
[ 59.195365] lo: Disabled Privacy Extensions
[ 70.156686] eth0: no IPv6 routers present
[12423.120926] usb 3-2: new high speed USB device using ehci_hcd and address 3
[12423.270045] usb 3-2: configuration #1 chosen from 1 choice
[12595.973240] usb 3-2: USB disconnect, address 3
[12606.015587] usb 3-2: new high speed USB device using ehci_hcd and address 4
[12606.164791] usb 3-2: configuration #1 chosen from 1 choice
[12756.861590] UDF-fs: No VRS found
[12756.891160] ISO 9660 Extensions: Microsoft Joliet Level 3
[12756.892199] ISOFS: changing to secondary root
[13512.124500] usb 3-2: USB disconnect, address 4
[13621.565427] usb 3-2: new high speed USB device using ehci_hcd and address 5
[13621.714618] usb 3-2: configuration #1 chosen from 1 choice
[13678.503170] usb 3-2: USB disconnect, address 5
GUYZ, TNX4HELP
 
Old 08-14-2008, 08:20 AM   #13
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
The last few lines would have been enough for the dmesg output - every new message gets appended so it only changes at the end
I don't see a clear identification of the device from any of the commands.

That could mean it cannot be supported natively and you need to use ndiswrapper.

In Ubuntu:
go to System --> Administration --> Synaptic Package Manager
serch for ndiswrapper
and select to install "ndisgtk" - it will offer to install all its dependencies
install it.

Then go to System --> Administration --> Windows wireless drivers
and install the windows driver for your card.

From there - it should work - or you need to ask again.
 
Old 08-14-2008, 01:54 PM   #14
ozbolt
LQ Newbie
 
Registered: Aug 2008
Posts: 18

Original Poster
Rep: Reputation: 0
I need to ask again:
In the program I need to select inf file. Well,... there is one on disc but it is not correct, after instalation in
Quote:
~/.wine/drive_c/Program Files/Level one
there is no inf file.
I am going to try download it but there also is no inf files, so is that solution no good or is there a way?
 
Old 08-14-2008, 02:07 PM   #15
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
the .inf (and the .sys) file should be on your driver disc - the one you use in windows to install the driver for that thing.

It does not have anything to do with wine.
 
  


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
last hope tizwaz Linux - Newbie 65 09-06-2007 01:30 PM
no hope for the X-Fi? Jason711 Linux - Hardware 3 04-20-2006 12:41 AM
Hope 10 is better then 9.2 /home/kyle General 3 03-12-2004 05:34 AM
I hope someone can answer this..... Derek-kun Linux - Newbie 7 09-14-2003 08:23 PM
You all are my last hope..... Cap'n Ahab Linux - Newbie 8 07-19-2003 11:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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