LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-08-2008, 02:33 AM   #1
rc nai
Member
 
Registered: Jun 2008
Distribution: Slackware 13.37,14
Posts: 88

Rep: Reputation: 21
Question Laptop DHCP Connection Issue


I'll try to be specific as possible...

I'm currently using a dhcp connection and I am hard wired to my router(wrt54g - dd-wrt v23 sp2 firmware upgraded). I set up dhcp during installation with netconfig. At the moment I have internet according to the following info:

Output of ifconfig -a:
Quote:
eth0 Link encap:Ethernet HWaddr 00:03:25:17:64:65
inet addr:192.168.1.102 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::203:25ff:fe17:6465/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1188 errors:0 dropped:0 overruns:0 frame:0
TX packets:326 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:371398 (362.6 KiB) TX bytes:39148 (38.2 KiB)
Interrupt:17

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Cat /etc/resolv.conf:
Quote:
# Generated by dhcpcd for interface eth0
nameserver 192.168.1.1
Output of ps aux:
Code:
root      2569  0.0  0.0   1724   228 ?        S<s  23:17   0:00 /sbin/dhcpcd -d -t 30 -h johnny eth0
Output of /var/log/messages:
Quote:
Jul 8 15:12:53 john kernel: eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:03:25:17:64:65
Jul 8 15:12:53 john kernel: cs: IO port probe 0xc00-0xcff: clean.
Jul 8 15:12:53 john kernel: cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
Jul 8 15:12:53 john kernel: cs: IO port probe 0x100-0x3af: clean.
Jul 8 15:12:53 john kernel: cs: IO port probe 0xa00-0xaff: clean.
Jul 8 15:12:53 john kernel: Time: acpi_pm clocksource has been installed.
Jul 8 15:12:53 john kernel: b43-phy0: Broadcom 4306 WLAN found
Jul 8 15:12:53 john kernel: Adding 249944k swap on /dev/hda1. Priority:-1 extents:1 across:249944k
Jul 8 15:12:53 john kernel: EXT3 FS on hda2, internal journal
Jul 8 15:12:53 john kernel: lp: driver loaded but no devices found
Jul 8 15:12:53 john logger: /etc/rc.d/rc.inet1: /sbin/ifconfig lo 127.0.0.1
Jul 8 15:12:53 john logger: /etc/rc.d/rc.inet1: /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
Jul 8 15:12:54 john logger: /etc/rc.d/rc.inet1: /sbin/dhcpcd -d -t 10 -h johnny eth0
Jul 8 15:12:58 john kernel: b44: eth0: Link is up at 100 Mbps, full duplex.
Jul 8 15:12:58 john kernel: b44: eth0: Flow control is off for TX and off for RX.
As you can see from the info above, I am connected. But unfortunately after I reboot the computer, dhcp fails to connect and thus no internet. Doing a "ifconfig -a"...eth0 is not listed. When I check the output of "ps aux" /sbin/dhcpcd is not listed. When I check /var/log/messages, this is what I get:
Quote:
Jul 8 15:01:29 john kernel: cs: IO port probe 0xc00-0xcff: clean.
Jul 8 15:01:29 john kernel: cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
Jul 8 15:01:29 john kernel: cs: IO port probe 0x100-0x3af: clean.
Jul 8 15:01:29 john kernel: cs: IO port probe 0xa00-0xaff: clean.
Jul 8 15:01:29 john kernel: b43-phy0: Broadcom 4306 WLAN found
Jul 8 15:01:29 john kernel: Adding 249944k swap on /dev/hda1. Priority:-1 extents:1 across:249944k
Jul 8 15:01:29 john kernel: EXT3 FS on hda2, internal journal
Jul 8 15:01:29 john kernel: lp: driver loaded but no devices found
Jul 8 15:01:29 john logger: /etc/rc.d/rc.inet1: /sbin/ifconfig lo 127.0.0.1
Jul 8 15:01:29 john logger: /etc/rc.d/rc.inet1: /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
The weird thing is...if I unplug my ethernet cable from my laptop for 10-20 seconds, plug it back in, and then reboot again,...dhcpcd is started(according to ps aux) and output of "ifconfig -a" returns that eth0 is connected. Also output of /var/log/messages again returns the correct results:
Quote:
Jul 8 15:12:53 john kernel: eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:03:25:17:64:65
Jul 8 15:12:53 john kernel: cs: IO port probe 0xc00-0xcff: clean.
Jul 8 15:12:53 john kernel: cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
Jul 8 15:12:53 john kernel: cs: IO port probe 0x100-0x3af: clean.
Jul 8 15:12:53 john kernel: cs: IO port probe 0xa00-0xaff: clean.
Jul 8 15:12:53 john kernel: Time: acpi_pm clocksource has been installed.
Jul 8 15:12:53 john kernel: b43-phy0: Broadcom 4306 WLAN found
Jul 8 15:12:53 john kernel: Adding 249944k swap on /dev/hda1. Priority:-1 extents:1 across:249944k
Jul 8 15:12:53 john kernel: EXT3 FS on hda2, internal journal
Jul 8 15:12:53 john kernel: lp: driver loaded but no devices found
Jul 8 15:12:53 john logger: /etc/rc.d/rc.inet1: /sbin/ifconfig lo 127.0.0.1
Jul 8 15:12:53 john logger: /etc/rc.d/rc.inet1: /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
Jul 8 15:12:54 john logger: /etc/rc.d/rc.inet1: /sbin/dhcpcd -d -t 10 -h johnny eth0
Jul 8 15:12:58 john kernel: b44: eth0: Link is up at 100 Mbps, full duplex.
Jul 8 15:12:58 john kernel: b44: eth0: Flow control is off for TX and off for RX.
By the way this doesn't happen on my pc desktop running slackware 12.1. Both computers run v12.1 and share the same router. The ethernet wires are in very good condition, nothing is wrong with it. My laptop ethernet port is fine, nothing wrong with that either.

The annoying part is that after I reboot, my internet fails and no dhcp connection is present. I don't know where to go from here. Anyone have any ideas?
 
Old 07-08-2008, 02:50 AM   #2
Mr. C.
Senior Member
 
Registered: Jun 2008
Posts: 2,529

Rep: Reputation: 63
I replied to someone else about this same issue recently. The problem I think was due to the b43 and b44 device. I think the solution I mentioned was to disable the wireless. I think there was an issue when both were enabled.
 
Old 07-08-2008, 05:13 PM   #3
rc nai
Member
 
Registered: Jun 2008
Distribution: Slackware 13.37,14
Posts: 88

Original Poster
Rep: Reputation: 21
My wireless is currently disabled in my laptop. I have no plans to run wireless. The service in /etc/rc.d/ is disable too but still no luck. Sorry for the triple post but I received the following error...so I have to shorten it.
Quote:
The text that you have entered is too long (41836 characters). Please shorten it to 25000 characters long.
Here is more new info:
Output of dmesg:
Code:
Linux version 2.6.24.5-smp (root@midas) (gcc version 4.2.3) #2 SMP Wed Apr 30 13:41:38 CDT 2008
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
 BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000ce000 - 00000000000d0000 (reserved)
 BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000002dee0000 (usable)
 BIOS-e820: 000000002dee0000 - 000000002deeb000 (ACPI data)
 BIOS-e820: 000000002deeb000 - 000000002df00000 (ACPI NVS)
 BIOS-e820: 000000002df00000 - 0000000030000000 (reserved)
 BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
 BIOS-e820: 00000000fffffc00 - 0000000100000000 (reserved)
0MB HIGHMEM available.
734MB LOWMEM available.
Entering add_active_range(0, 0, 188128) 0 entries of 256 used
Zone PFN ranges:
  DMA             0 ->     4096
  Normal       4096 ->   188128
  HighMem    188128 ->   188128
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    0:        0 ->   188128
On node 0 totalpages: 188128
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 4064 pages, LIFO batch:0
  Normal zone: 1437 pages used for memmap
  Normal zone: 182595 pages, LIFO batch:31
  HighMem zone: 0 pages used for memmap
  Movable zone: 0 pages used for memmap
DMI present.
ACPI: RSDP 000F77B0, 0014 (r0 PTLTD )
ACPI: RSDT 2DEE681B, 0034 (r1 PTLTD  ManiaDth  6040000  LTP        0)
ACPI: FACP 2DEEAEC4, 0074 (r1 INTEL  MONTARA   6040000 PTL        50)
ACPI: DSDT 2DEE6DE7, 40DD (r1 INTEL      W320  6040000 MSFT  100000E)
ACPI: FACS 2DEFBFC0, 0040
ACPI: BOOT 2DEEAFD8, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
ACPI: APIC 2DEEAF70, 0068 (r1 INTEL  MONTARA   6040000 LOHR       64)
ACPI: SSDT 2DEE6C4F, 0194 (r1 INTEL  CPU0CST         1 INTL 20030224)
ACPI: PM-Timer IO Port: 0x1008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:13 APIC version 20
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 40000000 (gap: 30000000:cf800000)
swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000ce000
swsusp: Registered nosave memory region: 00000000000ce000 - 00000000000d0000
swsusp: Registered nosave memory region: 00000000000d0000 - 00000000000dc000
swsusp: Registered nosave memory region: 00000000000dc000 - 0000000000100000
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 186659
Kernel command line: BOOT_IMAGE=Linux ro root=302 vt.default_utf8=0
mapped APIC to ffffb000 (fee00000)
mapped IOAPIC to ffffa000 (fec00000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
Detected 1295.818 MHz processor.
Console: colour dummy device 80x25
console [tty0] enabled
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 736296k/752512k available (6059k kernel code, 15780k reserved, 2015k data, 380k init, 0k highmem)
virtual kernel memory layout:
    fixmap  : 0xffe15000 - 0xfffff000   (1960 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xee800000 - 0xff7fe000   ( 271 MB)
    lowmem  : 0xc0000000 - 0xedee0000   ( 734 MB)
      .init : 0xc08ed000 - 0xc094c000   ( 380 kB)
      .data : 0xc06eadca - 0xc08e2cfc   (2015 kB)
      .text : 0xc0100000 - 0xc06eadca   (6059 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
Calibrating delay using timer specific routine.. 2593.48 BogoMIPS (lpj=5186974)
Security Framework initialized
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: afe9fbbf 00000000 00000000 00000000 00000000 00000000 00000000 00000000
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 1024K
CPU: After all inits, caps: afe9fbbf 00000000 00000000 00002040 00000000 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 24k freed
ACPI: Core revision 20070126
CPU0: Intel(R) Celeron(R) M processor         1.30GHz stepping 06
Total of 1 processors activated (2593.48 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
Brought up 1 CPUs
net_namespace: 64 bytes
xor: automatically using best checksumming function: pIII_sse
   pIII_sse  :  3457.000 MB/sec
xor: using function: pIII_sse (3457.000 MB/sec)
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xfd932, last bus=2
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: EC: non-query interrupt received, switching to interrupt mode
ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
ACPI: EC: driver started in interrupt mode
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
PCI quirk: region 1180-11bf claimed by ICH4 GPIO
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs *5)
ACPI: PCI Interrupt Link [LNKB] (IRQs *10)
ACPI: PCI Interrupt Link [LNKC] (IRQs *10)
ACPI: PCI Interrupt Link [LNKD] (IRQs *11)
ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 1 *3 4 5 6 7 11 12 14 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 8 devices
ACPI: ACPI bus type pnp unregistered
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
ACPI: RTC can wake from S4
Time: tsc clocksource has been installed.
system 00:04: ioport range 0x600-0x60f has been reserved
system 00:04: ioport range 0x700-0x70f has been reserved
system 00:04: ioport range 0x800-0x80f has been reserved
system 00:04: ioport range 0x1000-0x107f has been reserved
system 00:04: ioport range 0x1180-0x11bf has been reserved
system 00:04: iomem range 0xfec10000-0xfec1ffff has been reserved
system 00:04: iomem range 0xe0000000-0xefffffff could not be reserved
PCI: Bus 3, cardbus bridge: 0000:02:07.0
  IO window: 00001400-000014ff
  IO window: 00002800-000028ff
  PREFETCH window: 44000000-47ffffff
  MEM window: 48000000-4bffffff
PCI: Bridge: 0000:00:1e.0
  IO window: disabled.
  MEM window: e0200000-e02fffff
  PREFETCH window: disabled.
PCI: Setting latency timer of device 0000:00:1e.0 to 64
PCI: Enabling device 0000:02:07.0 (0000 -> 0003)
ACPI: PCI Interrupt 0000:02:07.0[A] -> GSI 19 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:02:07.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
Simple Boot Flag at 0x36 set to 0x1
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
NTFS driver 2.1.29 [Flags: R/W].
JFS: nTxBlock = 5752, nTxLock = 46023
SGI XFS with ACLs, security attributes, large block numbers, no debug enabled
SGI XFS Quota Management subsystem
GFS2 (built Apr 30 2008 13:40:39) installed
async_tx: api initialized (async)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
Boot video device is 0000:00:02.0
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
vesafb: framebuffer at 0xe8000000, mapped to 0xeeb80000, using 1536k, total 32576k
vesafb: mode is 1024x768x8, linelength=1024, pages=41
vesafb: scrolling: redraw
vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Real Time Clock Driver v1.12ac
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
ACPI: PCI Interrupt 0000:00:1f.6[B] -> GSI 17 (level, low) -> IRQ 17
ACPI: PCI interrupt for device 0000:00:1f.6 disabled
floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
loop: module loaded
Compaq SMART2 Driver (v 2.6.0)
HP CISS Driver (v 3.6.14)
input: Macintosh mouse button emulation as /devices/virtual/input/input0
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller (0x8086:0x24ca rev 0x03) at  PCI slot 0000:00:1f.1
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
ICH4: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x1810-0x1817, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x1818-0x181f, BIOS settings: hdc:DMA, hdd:pio
Probing IDE interface ide0...
hda: FUJITSU MHT2060AT, ATA DISK drive
hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
hda: UDMA/100 mode selected
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: TSSTcorpCDW/DVD TS-L462A, ATAPI CD/DVD-ROM drive
hdc: host max PIO4 wanted PIO255(auto-tune) selected PIO4
hdc: UDMA/33 mode selected
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 117210240 sectors (60011 MB) w/8192KiB Cache, CHS=65535/16/63
hda: cache flushes supported
 hda: hda1 hda2
hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache
Uniform CD-ROM driver Revision: 3.20
ide-floppy driver 0.99.newide
Loading iSCSI transport class v2.0-724.
Loading Adaptec I2O RAID: Version 2.4 Build 5go
Detecting Adaptec I2O RAID controllers...
Adaptec aacraid driver 1.1-5[2449]-ms
aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
scsi: <fdomain> Detection failed (no card)
sym53c416.c: Version 1.0.0-ac
qlogicfas: no cards were found, please specify I/O address and IRQ using iobase= and irq= options<6>QLogic Fibre Channel HBA Driver
iscsi: registered transport (qla4xxx)
QLogic iSCSI HBA Driver
Emulex LightPulse Fibre Channel SCSI driver 8.2.2
Copyright(c) 2004-2007 Emulex.  All rights reserved.
seagate: ST0x/TMC-8xx not detected.
Failed initialization of WD-7000 SCSI card!
DC390: clustering now enabled by default. If you get problems load
	with "disable_clustering=1" and report to maintainers
megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
megasas: 00.00.03.10-rc5 Thu May 17 10:09:32 PDT 2007
GDT-HA: Storage RAID Controller Driver. Version: 3.05
GDT-HA: Found 0 PCI Storage RAID Controllers
3ware Storage Controller device driver for Linux v1.26.02.002.
3ware 9000 Storage Controller device driver for Linux v2.26.02.010.
nsp32: loading...
ipr: IBM Power RAID SCSI Device Driver version: 2.4.1 (April 24, 2007)
RocketRAID 3xxx SATA Controller driver v1.2 (070830)
st: Version 20070203, fixed bufsize 32768, s/g segs 256
Driver 'st' needs updating - please use bus_type methods
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
 
Old 07-08-2008, 05:13 PM   #4
rc nai
Member
 
Registered: Jun 2008
Distribution: Slackware 13.37,14
Posts: 88

Original Poster
Rep: Reputation: 21
Output of dmesg continued:
Code:
I2O subsystem v1.325
i2o: max drivers = 8
I2O Configuration OSM v1.323
I2O Bus Adapter OSM v1.317
I2O Block Device OSM v1.325
I2O SCSI Peripheral OSM v1.316
I2O ProcFS OSM v1.316
Fusion MPT base driver 3.04.06
Copyright (c) 1999-2007 LSI Corporation
Fusion MPT SPI Host driver 3.04.06
Fusion MPT FC Host driver 3.04.06
Fusion MPT SAS Host driver 3.04.06
ACPI: PCI Interrupt 0000:02:07.2[A] -> GSI 19 (level, low) -> IRQ 16
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[16]  MMIO=[e020a000-e020a7ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
usbmon: debugfs is not available
ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 19, io mem 0xe0100000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
116x: driver isp116x-hcd, 03 Nov 2005
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001820
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 16, io base 0x00001840
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
sl811: driver sl811-hcd, 19 May 2005
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
md: linear personality registered for level -1
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
md: raid10 personality registered for level 10
raid6: int32x1    436 MB/s
raid6: int32x2    502 MB/s
raid6: int32x4    445 MB/s
raid6: int32x8    354 MB/s
raid6: mmxx1     1244 MB/s
raid6: mmxx2     1520 MB/s
raid6: sse1x1     951 MB/s
raid6: sse1x2    1567 MB/s
raid6: sse2x1    1696 MB/s
raid6: sse2x2    1891 MB/s
raid6: using algorithm sse2x2 (1891 MB/s)
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
md: multipath personality registered for level -4
device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: dm-devel@redhat.com
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
Using IPI No-Shortcut mode
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 380k freed
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[0003252141006c34]
i2c_core: exports duplicate symbol i2c_smbus_xfer (owned by kernel)
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Linux agpgart interface v0.102
intel_rng: FWH not detected
agpgart: Detected an Intel 855GM Chipset.
agpgart: Detected 32636K stolen memory.
agpgart: AGP aperture is 128M @ 0xe8000000
input: ImPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input2
ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 17
rtc_cmos: probe of 00:01 failed with error -16
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
ACPI: Processor [CPU0] (supports 8 throttling states)
iTCO_vendor_support: vendor-support=0
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02 (26-Jul-2007)
iTCO_wdt: Found a ICH4-M TCO device (Version=1, TCOBASE=0x1060)
iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
input: Power Button (FF) as /devices/virtual/input/input3
ACPI: Power Button (FF) [PWRF]
input: Lid Switch as /devices/virtual/input/input4
ACPI: Lid Switch [LID0]
input: Sleep Button (CM) as /devices/virtual/input/input5
ACPI: Sleep Button (CM) [SLPB]
input: Power Button (CM) as /devices/virtual/input/input6
ACPI: Power Button (CM) [PWRB]
ACPI: AC Adapter [AC] (on-line)
ACPI: Thermal Zone [THRM] (53 C)
ACPI: Battery Slot [BAT0] (battery present)
ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1f.5 to 64
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input7
ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
intel8x0_measure_ac97_clock: measured 55700 usecs
intel8x0: clocking to 48000
Yenta: CardBus bridge found at 0000:02:07.0 [161f:203e]
Yenta: Enabling burst memory read transactions
Yenta: Using CSCINT to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta TI: socket 0000:02:07.0, mfunc 0x00001002, devctl 0x64
Yenta: ISA IRQ mask 0x0cf8, PCI irq 16
Socket status: 30000006
Yenta: Raising subordinate bus# of parent bus (#02) from #02 to #06
pcmcia: parent PCI bridge Memory window: 0xe0200000 - 0xe02fffff
ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 17 (level, low) -> IRQ 17
ssb: Sonics Silicon Backplane found on PCI device 0000:02:09.0
ACPI: PCI Interrupt 0000:02:07.3[A] -> GSI 19 (level, low) -> IRQ 16
ACPI: PCI Interrupt 0000:02:08.0[A] -> GSI 17 (level, low) -> IRQ 17
tifm_core: MMC/SD card detected in socket 0:3
ssb: Sonics Silicon Backplane found on PCI device 0000:02:08.0
b44.c:v2.0
eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:03:25:17:64:65
cs: IO port probe 0xc00-0xcff: clean.
cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x100-0x3af: clean.
cs: IO port probe 0xa00-0xaff: clean.
Marking TSC unstable due to: possible TSC halt in C2.
Time: acpi_pm clocksource has been installed.
b43-phy0: Broadcom 4306 WLAN found
phy0: Selected rate control algorithm 'simple'
Adding 249944k swap on /dev/hda1.  Priority:-1 extents:1 across:249944k
fuse init (API version 7.9)
Clocksource tsc unstable (delta = -160594331 ns)
EXT3 FS on hda2, internal journal
lp: driver loaded but no devices found
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is off for TX and off for RX.
[drm] Initialized drm 1.1.0 20060810
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:02.0 to 64
[drm] Initialized i915 1.6.0 20060119 on minor 0
PCI: Setting latency timer of device 0000:00:02.1 to 64
[drm] Initialized i915 1.6.0 20060119 on minor 1
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
eth0: no IPv6 routers present
Syncing filesystems ... done.
Freezing user space processes ... (elapsed 0.02 seconds) done.
Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
Suspending console(s)
ACPI: PCI interrupt for device 0000:02:09.0 disabled
ACPI: PCI interrupt for device 0000:02:08.0 disabled
ACPI handle has no context!
ACPI: PCI interrupt for device 0000:02:07.3 disabled
ACPI handle has no context!
ACPI handle has no context!
ACPI: PCI interrupt for device 0000:00:1f.5 disabled
ACPI: PCI interrupt for device 0000:00:1d.7 disabled
ACPI: PCI interrupt for device 0000:00:1d.2 disabled
ACPI: PCI interrupt for device 0000:00:1d.1 disabled
ACPI: PCI interrupt for device 0000:00:1d.0 disabled
Disabling non-boot CPUs ...
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Back to C!
PM: Writing back config space on device 0000:00:02.0 at offset f (was 100, writing 105)
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:02.0 to 64
PM: Writing back config space on device 0000:00:02.1 at offset 5 (was 0, writing e0080000)
PM: Writing back config space on device 0000:00:02.1 at offset 4 (was 8, writing f0000008)
PM: Writing back config space on device 0000:00:02.1 at offset 1 (was 900000, writing 900003)
PCI: Setting latency timer of device 0000:00:02.1 to 64
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1d.0 to 64
usb usb2: root hub lost power or was reset
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.1 to 64
usb usb3: root hub lost power or was reset
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.2 to 64
usb usb4: root hub lost power or was reset
ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.7 to 64
PM: Writing back config space on device 0000:00:1d.7 at offset 1 (was 2900006, writing 2900106)
PM: Writing back config space on device 0000:00:1e.0 at offset f (was 0, writing 40000)
PM: Writing back config space on device 0000:00:1e.0 at offset 8 (was fff0, writing e020e020)
PM: Writing back config space on device 0000:00:1e.0 at offset 6 (was d8020200, writing d8060200)
PM: Writing back config space on device 0000:00:1e.0 at offset 1 (was 80800005, writing 80800107)
PCI: Setting latency timer of device 0000:00:1e.0 to 64
PM: Writing back config space on device 0000:00:1f.1 at offset f (was 100, writing 1ff)
PM: Writing back config space on device 0000:00:1f.1 at offset 9 (was 0, writing 40000000)
PM: Writing back config space on device 0000:00:1f.1 at offset 1 (was 2800005, writing 2800007)
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
PM: Writing back config space on device 0000:00:1f.5 at offset f (was 200, writing 20a)
PM: Writing back config space on device 0000:00:1f.5 at offset 7 (was 0, writing e0100800)
PM: Writing back config space on device 0000:00:1f.5 at offset 6 (was 0, writing e0100c00)
PM: Writing back config space on device 0000:00:1f.5 at offset 1 (was 2900005, writing 2900003)
ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1f.5 to 64
PM: Writing back config space on device 0000:00:1f.6 at offset f (was 200, writing 20a)
PM: Writing back config space on device 0000:00:1f.6 at offset 5 (was 1, writing 2001)
PM: Writing back config space on device 0000:00:1f.6 at offset 4 (was 1, writing 2401)
PM: Writing back config space on device 0000:00:1f.6 at offset 1 (was 2900000, writing 2900001)
PM: Writing back config space on device 0000:02:07.0 at offset f (was 34001ff, writing 5c001ff)
PM: Writing back config space on device 0000:02:07.0 at offset e (was 0, writing 28fc)
PM: Writing back config space on device 0000:02:07.0 at offset d (was 0, writing 2800)
PM: Writing back config space on device 0000:02:07.0 at offset c (was 0, writing 14fc)
PM: Writing back config space on device 0000:02:07.0 at offset b (was 0, writing 1400)
PM: Writing back config space on device 0000:02:07.0 at offset a (was 0, writing 4bfff000)
PM: Writing back config space on device 0000:02:07.0 at offset 9 (was 0, writing 48000000)
PM: Writing back config space on device 0000:02:07.0 at offset 8 (was 0, writing 47fff000)
PM: Writing back config space on device 0000:02:07.0 at offset 7 (was 0, writing 44000000)
PM: Writing back config space on device 0000:02:07.0 at offset 6 (was 0, writing b0060302)
PM: Writing back config space on device 0000:02:07.0 at offset 4 (was 0, writing e020b000)
PM: Writing back config space on device 0000:02:07.0 at offset 3 (was 820000, writing 82a820)
PM: Writing back config space on device 0000:02:07.0 at offset 1 (was 2100000, writing 2100007)
PM: Writing back config space on device 0000:02:07.2 at offset f (was 4030100, writing 403010b)
PM: Writing back config space on device 0000:02:07.2 at offset 5 (was 0, writing e0200000)
PM: Writing back config space on device 0000:02:07.2 at offset 4 (was 0, writing e020a000)
PM: Writing back config space on device 0000:02:07.2 at offset 3 (was 800000, writing 802010)
PM: Writing back config space on device 0000:02:07.2 at offset 1 (was 2100000, writing 2100116)
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[16]  MMIO=[e020a000-e020a7ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
PM: Writing back config space on device 0000:02:07.3 at offset f (was 40701ff, writing 407010b)
PM: Writing back config space on device 0000:02:07.3 at offset 4 (was 0, writing e0204000)
PM: Writing back config space on device 0000:02:07.3 at offset 3 (was 800000, writing 803910)
PM: Writing back config space on device 0000:02:07.3 at offset 1 (was 2100000, writing 2100106)
ACPI: PCI Interrupt 0000:02:07.3[A] -> GSI 19 (level, low) -> IRQ 16
ACPI: PCI Interrupt 0000:02:08.0[A] -> GSI 17 (level, low) -> IRQ 17
PCI: Enabling device 0000:02:09.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 17 (level, low) -> IRQ 17
PM: Writing back config space on device 0000:02:09.0 at offset f (was 100, writing 10a)
PM: Writing back config space on device 0000:02:09.0 at offset 4 (was 0, writing e0208000)
PM: Writing back config space on device 0000:02:09.0 at offset 3 (was 0, writing 2000)
PM: Writing back config space on device 0000:02:09.0 at offset 1 (was 2, writing 106)
hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
hda: UDMA/100 mode selected
hdc: host max PIO4 wanted PIO255(auto-tune) selected PIO4
hdc: UDMA/33 mode selected
Restarting tasks ... done.
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is off for TX and off for RX.
 
Old 07-08-2008, 05:14 PM   #5
rc nai
Member
 
Registered: Jun 2008
Distribution: Slackware 13.37,14
Posts: 88

Original Poster
Rep: Reputation: 21
Output of lspci -v:
Code:
00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
	Subsystem: Rioworks Unknown device 203e
	Flags: bus master, fast devsel, latency 0
	Memory at <unassigned> (32-bit, prefetchable)
	Capabilities: [40] Vendor Specific Information <?>
	Kernel driver in use: agpgart-intel
	Kernel modules: intel-agp

00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
	Subsystem: Rioworks Unknown device 203e
	Flags: bus master, fast devsel, latency 0

00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
	Subsystem: Rioworks Unknown device 203e
	Flags: bus master, fast devsel, latency 0

00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) (prog-if 00 [VGA controller])
	Subsystem: Rioworks Unknown device 203e
	Flags: bus master, fast devsel, latency 0, IRQ 20
	Memory at e8000000 (32-bit, prefetchable) [size=128M]
	Memory at e0000000 (32-bit, non-prefetchable) [size=512K]
	I/O ports at 1800 [size=8]
	Capabilities: [d0] Power Management version 1
	Kernel modules: intelfb

00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
	Subsystem: Rioworks Unknown device 203e
	Flags: fast devsel
	Memory at f0000000 (32-bit, prefetchable) [disabled] [size=128M]
	Memory at e0080000 (32-bit, non-prefetchable) [disabled] [size=512K]
	Capabilities: [d0] Power Management version 1

00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03) (prog-if 00 [UHCI])
	Subsystem: Rioworks Unknown device 203e
	Flags: bus master, medium devsel, latency 0, IRQ 20
	I/O ports at 1820 [size=32]
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd

00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03) (prog-if 00 [UHCI])
	Subsystem: Rioworks Unknown device 203e
	Flags: bus master, medium devsel, latency 0, IRQ 16
	I/O ports at 1840 [size=32]
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd

00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03) (prog-if 00 [UHCI])
	Subsystem: Rioworks Unknown device 203e
	Flags: bus master, medium devsel, latency 0, IRQ 18
	I/O ports at 1860 [size=32]
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci-hcd

00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 03) (prog-if 20 [EHCI])
	Subsystem: Rioworks Unknown device 203e
	Flags: bus master, medium devsel, latency 0, IRQ 19
	Memory at e0100000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
	Capabilities: [58] Debug port: BAR=1 offset=0080
	Kernel driver in use: ehci_hcd
	Kernel modules: ehci-hcd

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=02, subordinate=06, sec-latency=216
	Memory behind bridge: e0200000-e02fffff
	Kernel modules: shpchp

00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 03)
	Flags: bus master, medium devsel, latency 0
	Kernel modules: iTCO_wdt, intel-rng

00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 03) (prog-if 8a [Master SecP PriP])
	Subsystem: Rioworks Unknown device 203e
	Flags: bus master, medium devsel, latency 0, IRQ 18
	I/O ports at 01f0 [size=8]
	I/O ports at 03f4 [size=1]
	I/O ports at 0170 [size=8]
	I/O ports at 0374 [size=1]
	I/O ports at 1810 [size=16]
	Memory at 40000000 (32-bit, non-prefetchable) [size=1K]
	Kernel driver in use: PIIX_IDE

00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 03)
	Subsystem: Rioworks Unknown device 203e
	Flags: medium devsel, IRQ 17
	I/O ports at 1880 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c-i801

00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
	Subsystem: Rioworks Unknown device 203e
	Flags: bus master, medium devsel, latency 0, IRQ 17
	I/O ports at 1c00 [size=256]
	I/O ports at 18c0 [size=64]
	Memory at e0100c00 (32-bit, non-prefetchable) [size=512]
	Memory at e0100800 (32-bit, non-prefetchable) [size=256]
	Capabilities: [50] Power Management version 2
	Kernel driver in use: Intel ICH
	Kernel modules: snd-intel8x0

00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03) (prog-if 00 [Generic])
	Subsystem: Rioworks Unknown device 2030
	Flags: medium devsel, IRQ 17
	I/O ports at 2400 [size=256]
	I/O ports at 2000 [size=128]
	Capabilities: [50] Power Management version 2
	Kernel modules: snd-intel8x0m

02:07.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
	Subsystem: Rioworks Unknown device 203e
	Flags: bus master, medium devsel, latency 168, IRQ 16
	Memory at e020b000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=02, secondary=03, subordinate=06, sec-latency=176
	Memory window 0: 44000000-47fff000 (prefetchable)
	Memory window 1: 48000000-4bfff000
	I/O window 0: 00001400-000014ff
	I/O window 1: 00002800-000028ff
	16-bit legacy interface ports at 0001
	Kernel driver in use: yenta_cardbus
	Kernel modules: yenta_socket

02:07.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller (prog-if 10 [OHCI])
	Subsystem: Rioworks Unknown device 203e
	Flags: bus master, medium devsel, latency 32, IRQ 16
	Memory at e020a000 (32-bit, non-prefetchable) [size=2K]
	Memory at e0200000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [44] Power Management version 2
	Kernel driver in use: ohci1394
	Kernel modules: ohci1394

02:07.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller
	Subsystem: Rioworks Unknown device 203e
	Flags: bus master, medium devsel, latency 57, IRQ 16
	Memory at e0204000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: [44] Power Management version 2
	Kernel driver in use: tifm_7xx1
	Kernel modules: tifm_7xx1

02:08.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
	Subsystem: Rioworks Unknown device 203e
	Flags: bus master, fast devsel, latency 32, IRQ 17
	Memory at e0206000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: [40] Power Management version 2
	Kernel driver in use: b44
	Kernel modules: b44

02:09.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
	Subsystem: Unknown device 17f9:0002
	Flags: bus master, fast devsel, latency 32, IRQ 17
	Memory at e0208000 (32-bit, non-prefetchable) [size=8K]
	Kernel driver in use: b43-pci-bridge
	Kernel modules: ssb, bcm43xx
Output of lsmod:
Code:
Module                  Size  Used by
ipv6                  234724  8 
i915                   25600  2 
drm                    73620  3 i915
snd_seq_dummy           6660  0 
snd_seq_oss            32896  0 
snd_seq_midi_event     10112  1 snd_seq_oss
snd_seq                50256  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device         10380  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            40352  0 
snd_mixer_oss          17920  1 snd_pcm_oss
lp                     13348  0 
parport_pc             27556  0 
parport                34632  2 lp,parport_pc
fuse                   45588  1 
b43                   113568  0 
rfkill                  9488  1 b43
mac80211              122124  1 b43
cfg80211               14600  1 mac80211
tifm_sd                13704  0 
led_class               7300  1 b43
input_polldev           7304  1 b43
mmc_core               47236  1 tifm_sd
b44                    26896  0 
tifm_7xx1               9344  0 
tifm_core              10884  2 tifm_sd,tifm_7xx1
ssb                    32516  2 b43,b44
yenta_socket           26636  1 
pcmcia                 35884  2 b43,ssb
rsrc_nonstatic         14592  1 yenta_socket
mii                     8448  1 b44
pcmcia_core            35988  4 b43,yenta_socket,pcmcia,rsrc_nonstatic
video                  19472  0 
output                  6656  1 video
snd_intel8x0           31900  1 
snd_ac97_codec         98724  1 snd_intel8x0
battery                14340  0 
thermal                16540  3 
ac                      8068  0 
ac97_bus                5760  1 snd_ac97_codec
snd_pcm                72068  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
button                 10000  0 
iTCO_wdt               13988  0 
iTCO_vendor_support     7044  1 iTCO_wdt
processor              32680  1 thermal
snd_timer              22532  2 snd_seq,snd_pcm
snd                    47716  11 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
rtc_cmos               11040  0 
i2c_i801               11792  0 
intel_agp              25236  1 
soundcore               9824  1 snd
rtc_core               18696  1 rtc_cmos
agpgart                30664  3 drm,intel_agp
shpchp                 32788  0 
snd_page_alloc         11528  2 snd_intel8x0,snd_pcm
rtc_lib                 6528  1 rtc_core
evdev                  12672  6 
psmouse                40336  0 
serio_raw               9092  0
Output of cat /etc/rc.d/rc.inet1.conf:
Code:
# /etc/rc.d/rc.inet1.conf
#
# This file contains the configuration settings for network interfaces.
# If USE_DHCP[interface] is set to "yes", this overrides any other settings.
# If you don't have an interface, leave the settings null ("").

# You can configure network interfaces other than eth0,eth1... by setting
# IFNAME[interface] to the interface's name. If IFNAME[interface] is unset
# or empty, it is assumed you're configuring eth<interface>.

# Several other parameters are available, the end of this file contains a
# comprehensive set of examples.

# =============================================================================

# Config information for eth0:
IFNAME[0]=""
IPADDR[0]=""
NETMASK[0]=""
USE_DHCP[0]="yes"
DHCP_HOSTNAME[0]="johnny"

# Config information for eth1:
IPADDR[1]=""
NETMASK[1]=""
USE_DHCP[1]=""
DHCP_HOSTNAME[1]=""

# Config information for eth2:
IPADDR[2]=""
NETMASK[2]=""
USE_DHCP[2]=""
DHCP_HOSTNAME[2]=""

# Config information for eth3:
IPADDR[3]=""
NETMASK[3]=""
USE_DHCP[3]=""
DHCP_HOSTNAME[3]=""

# Default gateway IP address:
GATEWAY=""

# Change this to "yes" for debugging output to stdout.  Unfortunately,
# /sbin/hotplug seems to disable stdout so you'll only see debugging output
# when rc.inet1 is called directly.
DEBUG_ETH_UP="no"

## Example config information for wlan0.  Uncomment the lines you need and fill
## in your info.  (You may not need all of these for your wireless network)
#IFNAME[4]="wlan0"
#IPADDR[4]=""
#NETMASK[4]=""
#USE_DHCP[4]="yes"
#DHCP_HOSTNAME[4]="icculus-wireless"
#DHCP_KEEPRESOLV[4]="yes"
#DHCP_KEEPNTP[4]="yes"
#DHCP_KEEPGW[4]="yes"
#DHCP_IPADDR[4]=""
#WLAN_ESSID[4]=BARRIER05
#WLAN_MODE[4]=Managed
##WLAN_RATE[4]="54M auto"
##WLAN_CHANNEL[4]="auto"
##WLAN_KEY[4]="D5AD1F04ACF048EC2D0B1C80C7"
##WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=96389dc66eaf7e6efd5b5523ae43c7925ff4df2f8b7099495192d44a774fda16"
#WLAN_WPA[4]="wpa_supplicant"
#WLAN_WPADRIVER[4]="ndiswrapper"

## Some examples of additional network parameters that you can use.
## Config information for wlan0:
#IFNAME[4]="wlan0"              # Use a different interface name nstead of
                                # the default 'eth4'
#HWADDR[4]="00:01:23:45:67:89"  # Overrule the card's hardware MAC address
#MTU[4]=""                      # The default MTU is 1500, but you might need
                                # 1360 when you use NAT'ed IPSec traffic.
#DHCP_KEEPRESOLV[4]="yes"       # If you dont want /etc/resolv.conf overwritten
#DHCP_KEEPNTP[4]="yes"          # If you don't want ntp.conf overwritten
#DHCP_KEEPGW[4]="yes"           # If you don't want the DHCP server to change
                                # your default gateway
#DHCP_IPADDR[4]=""              # Request a specific IP address from the DHCP
                                # server
#WLAN_ESSID[4]=DARKSTAR         # Here, you can override _any_ parameter
                                # defined in rc.wireless.conf, by prepending
                                # 'WLAN_' to the parameter's name. Useful for
                                # those with multiple wireless interfaces.
#WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=thekey"
                                # Some drivers require a private ioctl to be
                                # set through the iwpriv command. If more than
                                # one is required, you can place them in the
                                # IWPRIV parameter (separated with the pipe (|)
                                # character, see the example).
Output of route -n:
Code:
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
Output of uname -r:
Code:
2.6.24.5-smp
Thanks for your time guys.
 
Old 07-08-2008, 05:37 PM   #6
Mr. C.
Senior Member
 
Registered: Jun 2008
Posts: 2,529

Rep: Reputation: 63
Quote:
Originally Posted by rc nai View Post
My wireless is currently disabled in my laptop. I have no plans to run wireless....
No, actually, it isn't:

b43-phy0: Broadcom 4306 WLAN found
...
pcmcia 35884 2 b43,ssb
...
02:09.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
Subsystem: Unknown device 17f9:0002
Flags: bus master, fast devsel, latency 32, IRQ 17
Memory at e0208000 (32-bit, non-prefetchable) [size=8K]
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb, bcm43xx

I meant disable it in the BIOS so that linux does not see it.
 
Old 07-08-2008, 07:32 PM   #7
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
You could add the following line to /etc/modprobe.d/blacklist if disabling your wireless card in the BIOS does not work:
Code:
blacklist b43
 
Old 07-08-2008, 07:47 PM   #8
rc nai
Member
 
Registered: Jun 2008
Distribution: Slackware 13.37,14
Posts: 88

Original Poster
Rep: Reputation: 21
I disabled my wireless power settings in the BIOS and then I blacklisted b43 over in /etc/modprobe.d/ then I rebooted the computer. I checked over at /var/log/messages and b43 and WLAN was not present anymore. But that trick didn't work and the problem still persisted. A read somewhere about blacklisting ssb and so I did, then I rebooted the computer.

To my surprise that did the trick. I rebooted a few times just to make sure and everything is up and running. I just hope it doesn't come back. Thanks for the help guys.
 
Old 07-08-2008, 08:13 PM   #9
Mr. C.
Senior Member
 
Registered: Jun 2008
Posts: 2,529

Rep: Reputation: 63
Excellent! Good to know for future reference.
 
  


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
Dhcp Issue.. LoveKing Linux - Server 1 03-15-2008 06:04 AM
Backtrack / DHCP Issue bigdogg Slackware 7 03-30-2006 09:48 AM
PC Laptop ethernet connection issue mad_alfred *BSD 8 10-08-2004 04:24 PM
Dhcp Issue real_shock Linux - Networking 3 07-16-2004 10:59 PM
dhcp server will not connect to laptop after laptop OS upgrade phamnewan Linux - Networking 0 06-21-2003 10:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:35 PM.

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