Ticket #1284 (closed task)
Opened 7 years ago
i2c-viapro wont load (Examined/Solved - lm_sensors-2.7.0-0_10.90at)
| Reported by: | contact | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | misc | Version: | |
| Keywords: | Cc: |
Description
When I try to modprobe i2c-viapro i get:
init_module: No such device
dmesg gives me:
i2c-viapro.o version 2.6.3 (20020322)
i2c-viapro.o: Can't detect vt82c596 or compatible device, module not inserted.
I know I have a vt82c596 compatible device becuse
lspci -v gives me:
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586B PIPC Bus Master IDE (rev
06) (prog-if 8a [Master SecP PriP])
Subsystem: VIA Technologies, Inc. VT82C586B PIPC Bus Master IDE
Flags: bus master, medium devsel, latency 32, IRQ 14
I/O ports at fc00 [size=16]
Capabilities: [c0] Power Management version 2
This is a MSI MS-6380E ver1.0
with a KT3 ultra (VT8367 and 8233a bridges)
here is my lsmod
Module Size Used by Not tainted
i2c-dev 5668 0
btaudio 12556 0 (unused)
i2c-velleman 2308 0
i2c-proc 9168 0
bttv 71328 1 (autoclean)
msp3400 18636 0 (autoclean) (unused)
tuner 11456 1 (autoclean)
videodev 8320 4 (autoclean) [bttv]
i2c-algo-bit 8840 2 (autoclean) [i2c-velleman bttv]
i2c-core 19236 0 (autoclean) [i2c-dev i2c-proc bttv msp3400
tuner i2c-algo-bit]
snd-pcm-oss 44964 0 (autoclean)
snd-mixer-oss 16408 1 (autoclean) [snd-pcm-oss]
snd-via82xx 15692 1 (autoclean)
snd-pcm 82272 0 (autoclean) [snd-pcm-oss snd-via82xx]
snd-timer 19432 0 (autoclean) [snd-pcm]
snd-page-alloc 8376 0 (autoclean) [snd-via82xx snd-pcm]
snd-ac97-codec 44320 0 (autoclean) [snd-via82xx]
snd-mpu401-uart 5120 0 (autoclean) [snd-via82xx]
snd-rawmidi 18496 0 (autoclean) [snd-mpu401-uart]
snd-seq-device 6204 0 (autoclean) [snd-rawmidi]
snd 43460 0 (autoclean) [snd-pcm-oss snd-mixer-oss
snd-via82xx snd-pcm snd-timer snd-ac97-codec snd-mpu401-uart snd-rawmidi
snd-seq-device]
soundcore 6500 7 (autoclean) [btaudio snd]
...
I trimed some irrelivent modules
Thanks Kyle Bowerman
jbd 52212 3 [ext3]
--- you say you're running lm_sensors 2.7.0
but dmesg reports i2c-viapro 2.6.3 - very old.
Delete old modules and install new ones and try again.
