Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hello,
Can't connect to internet. I can't ping anything.
I had to remove HDD to access another one.When I re-installed 9.04,
no internet
I have the feeling my dreaded embedded Intel chipset is the culprit.
Typing on a PS3 controller!
Since you say this has happened "again", you know that we need much more information than this and you know what sort of info we need. You cannot expect us to hunt through past posts to find out what your hardware and connection methods are.
My problem above was in reference to setting the resolution for my monitor. I haven't been able to post info since I can't connect to the internet. I can only relay info from memory.
I haven't checked the x.org file since I didn't think it was related.
I looked through my dmesg and ifconfig. Most of it is Chinese to me but I did notice somewhere that it said DISABLING IRQ #9. Is that normal?
If you cannot get CLI outputs to us there is not much we can do for you, surely you realise this?
You have to get removable media working or find a way to photograph the screen (yuck!)
What do you mean by "ps3 doesn't see it"? What are you expecting?
c'mon ben, you've been around long enough to know better than this!
Removable media:
put the stick in, check dmesg to see what happens.
Internet:
You say this is a PS3? What is the connection method? Is it wireless? Ethernet? Carrier pigeon? What?
How are you trying to use the connection? What happens when you do this?
Perhaps you could borrow a (old) computer somewhere that you can go on internet with and a have a working keyboard for easier communication here until we help solve your problem(s).
dmesg looks very different from mine but I find I need help interpreting this file so I am of no use for you there
could you provide us more info such as hardware specs and your current os? be as precise and informative as you can, otherwise this is no use, not for me anyway.
[Update] drm errors are associated with a bug with the intel driver. https://bugs.launchpad.net/ubuntu/+s...el/+bug/341363
... probably indicates virtual terminal switching (ctrl+alt+F-keys) perhaps in order to get a terminal from which to try ifconfig command or something else.
Does not seem related to network. This takes us to:
I can see in your ifconfig file that your eth0 (the wired connection) does not seem to be configured and/or physically connected. I would check network settings and check the cable.
but there is something odd in dmesg although I don't know what to do with it, perhaps Simon Bridge does, I have learned a few things from him not long ago.
also to Simon:
Quote:
Code:
[ 29.762954] [drm] Initialized i915 1.6.0 20080730 on minor 0
[ 29.773160] [drm:i915_setparam] *ERROR* unknown parameter 4
[ 29.773200] [drm:i915_getparam] *ERROR* Unknown parameter 6
[ 30.249853] [drm:i915_getparam] *ERROR* Unknown parameter 6
[ 32.452414] ADDRCONF(NETDEV_UP): eth0: link is not ready
This is the link not ready problem - there are odd drm errors.
I have a very similar output here in my dmesg:
Code:
[ 27.022465] [drm] Initialized drm 1.1.0 20060810
[ 27.051774] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 27.051780] pci 0000:00:02.0: setting latency timer to 64
[ 27.051971] [drm] Initialized i915 1.6.0 20080730 on minor 0
[ 27.055198] [drm:i915_setparam] *ERROR* unknown parameter 4
[ 27.055226] [drm:i915_getparam] *ERROR* Unknown parameter 6
[ 28.377319] sky2 eth0: enabling interface
[ 28.377576] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 28.378649] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 28.624855] [drm:i915_getparam] *ERROR* Unknown parameter 6
[ 51.703302] CPU0 attaching NULL sched-domain.
[ 51.703390] CPU0 attaching NULL sched-domain.
[ 63.927317] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 74.604015] wlan0: no IPv6 routers present
and my system (acer laptop) works fine. I have seen this in someone else's dmesg as well.
I think this is the weirder part of ben44's dmesg output:
Code:
[ 2.334101] [<c0500ac6>] ? printk+0x18/0x1a
[ 2.334111] [<c017fd27>] __report_bad_irq+0x27/0x90
[ 2.334116] [<c017feee>] note_interrupt+0x15e/0x1a0
[ 2.334120] [<c017eab9>] ? handle_IRQ_event+0x39/0x70
[ 2.334124] [<c01804b3>] handle_fasteoi_irq+0xa3/0xd0
[ 2.334130] [<c010684e>] do_IRQ+0x7e/0xa0
[ 2.334139] [<c013f42f>] ? irq_exit+0x3f/0x90
[ 2.334144] [<c011a07b>] ? smp_apic_timer_interrupt+0x5b/0x90
[ 2.334149] [<c01051f3>] common_interrupt+0x23/0x30
[ 2.334151] handlers:
[ 2.334190] [<c03b6c90>] (usb_hcd_irq+0x0/0x90)
[ 2.334299] Disabling IRQ #9
[ 2.556137] usb 1-4: configuration #1 chosen from 1 choice
[ 2.590401] Initializing USB Mass Storage driver...
[ 2.598962] scsi2 : SCSI emulation for USB Mass Storage devices
[ 2.609838] usbcore: registered new interface driver usb-storage
[ 2.609845] USB Mass Storage support registered.
[ 2.609970] usb-storage: device found at 2
[ 2.609973] usb-storage: waiting for device to settle before scanning
[ 2.787649] e100: Intel(R) PRO/100 Network Driver, 3.5.23-k6-NAPI
[ 2.787653] e100: Copyright(c) 1999-2006 Intel Corporation
[ 2.811224] e100 0000:02:08.0: PME# disabled
[ 2.814888] e100: eth0: e100_probe: addr 0xc0100000, irq 11, MAC addr 00:09:6b:62:c6:f1
[ 4.452918] PM: Starting manual resume from disk
[ 4.452925] PM: Resume from partition 8:5
[ 4.452928] PM: Checking hibernation image.
[ 4.453293] PM: Resume from disk failed.
[ 4.512253] kjournald starting. Commit interval 5 seconds
[ 4.512271] EXT3-fs: mounted filesystem with ordered data mode.
[ 7.646355] usb-storage: device scan complete
[ 7.756670] scsi 2:0:0:0: CD-ROM SONY DVD RW DRU-820A 2.0c PQ: 0 ANSI: 0
[ 8.545004] sr1: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
[ 8.545163] sr 2:0:0:0: Attached scsi CD-ROM sr1
[ 8.545249] sr 2:0:0:0: Attached scsi generic sg2 type 5
[ 11.000511] udev: starting version 141
[ 11.302045] Linux agpgart interface v0.103
[ 11.308308] agpgart-intel 0000:00:00.0: Intel 830M Chipset
[ 11.308537] agpgart-intel 0000:00:00.0: detected 892K stolen memory
[ 11.310597] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0x88000000
[ 11.554864] intel_rng: Firmware space is locked read-only. If you can't or
[ 11.554867] intel_rng: don't want to disable this in firmware setup, and if
[ 11.554869] intel_rng: you are certain that your system has a functional
[ 11.554871] intel_rng: RNG, try using the 'no_fwh_detect' option.
[ 11.608009] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 11.625126] iTCO_vendor_support: vendor-support=0
[ 11.628079] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[ 11.628236] iTCO_wdt: Found a ICH4 TCO device (Version=1, TCOBASE=0x1060)
[ 11.628340] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 12.058607] synaptics was reset on resume, see synaptics_resume_reset if you have trouble on resume
[ 12.222943] input: PC Speaker as /devices/platform/pcspkr/input/input2
[ 12.387542] Intel ICH 0000:00:1f.5: setting latency timer to 64
[ 12.569715] psmouse serio1: ID: 10 00 64<6>intel8x0_measure_ac97_clock: measured 54294 usecs
[ 12.757352] intel8x0: clocking to 48000
[ 13.151767] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3
[ 13.254020] irq 9: nobody cared (try booting with the "irqpoll" option)
[ 13.254029] Pid: 748, comm: udevd Not tainted 2.6.28-11-generic #42-Ubuntu
[ 13.254032] Call Trace:
[ 13.254046] [<c0500ac6>] ? printk+0x18/0x1a
[ 13.254056] [<c017fd27>] __report_bad_irq+0x27/0x90
[ 13.254060] [<c017feee>] note_interrupt+0x15e/0x1a0
[ 13.254064] [<c017eab9>] ? handle_IRQ_event+0x39/0x70
[ 13.254069] [<c01804b3>] handle_fasteoi_irq+0xa3/0xd0
[ 13.254075] [<c010684e>] do_IRQ+0x7e/0xa0
[ 13.254079] [<c01051f3>] common_interrupt+0x23/0x30
[ 13.254086] [<c02a007b>] ? cond_destroy_bool+0x1b/0x20
[ 13.254093] [<c0122c3d>] ? __ticket_spin_lock+0xd/0x20
[ 13.254098] [<c0502cf8>] _spin_lock+0x8/0x10
[ 13.254103] [<c01be5df>] file_move+0x1f/0x50
[ 13.254108] [<c01bb897>] __dentry_open+0x97/0x260
[ 13.254112] [<c01bbb37>] nameidata_to_filp+0x47/0x60
[ 13.254117] [<c01c8e19>] do_filp_open+0x1c9/0x7b0
[ 13.254122] [<c01051f3>] ? common_interrupt+0x23/0x30
[ 13.254128] [<c02c60c0>] ? find_next_zero_bit+0x10/0xa0
[ 13.254133] [<c01d1f30>] ? alloc_fd+0xe0/0x100
[ 13.254138] [<c01bb67f>] do_sys_open+0x5f/0x130
[ 13.254141] [<c01bb7b9>] sys_open+0x29/0x40
[ 13.254145] [<c0103f6b>] sysenter_do_call+0x12/0x2f
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.