Форум русскоязычного сообщества Ubuntu


Получить помощь и пообщаться с другими пользователями Ubuntu можно
на irc канале #ubuntu-ru в сети Freenode
и в Jabber конференции ubuntu@conference.jabber.ru

Автор Тема: Подключение SonyEricsson k700i к компу через MA-620 Infrared Adapter  (Прочитано 5821 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн Forever

  • Автор темы
  • Активист
  • *
  • Сообщений: 264
    • Просмотр профиля
подскажите как сдружить SE k700i с Линухом через инфракрасный порт.

порт определсется. Когда захожу в KinfoCenter\USB Devices --видно что он есть  MA-620 Infrared Adapter.
а как теперь заставить его видеть мой телефон - незнаю   :'(

OS: Kubuntu 6.06
IRDA: MA-620 Infrared Adapter
Phone: SonyEricsson k700i

подскажите... навернска кто-то с таким уже сталкивался!

Оффлайн dbk

  • Участник
  • *
  • Сообщений: 182
    • Просмотр профиля
Настрой конфиг irda
$lsusb
Если увидишь,что-то похожее,только вместо ???-цифры
Bus ??? Device ???: ID 0df7:0620 Mobile Action Technology, Inc. MA-620 USB Infrared Adapter
Тогда можно продолжать дальше (посмотри через lsmod,при вставленном кабеле,какие модули загружены,тогда ниже приведенные команды нужно выполнсть не все
/sbin/modprobe uhci_hcd
/sbin/modprobe pl2303
/sbin/modprobe irda
echo 9600 > /proc/sys/net/irda/max_baud_rate (Когда все отладишь,можно будет попробовать увеличить это значение,но насколько с знаю,при большей скорости трудно добиться устойчивой работы irda)
/sbin/modprobe irtty-sir
/sbin/modprobe ma600-sir
/sbin/modprobe ircomm
/sbin/modprobe ircomm-tty
Эту команду нужно выполнсть всякий раз,когда тебе нужно использовать irda:
/usr/sbin/irattach /dev/ttyUSB0 -d ma600 -s
Ну и для проверки включи телефон,соответственно irda на телефоне и выполни
irdadump
Должны быть установлены irda-utils
Если все это заработает,то остальное - мелочи жизни.
PS Посмотри,где у тебс устройство ttyUSB0,оно может быть и /dev/usb/ttyUSB0

« Последнее редактирование: 28 Августа 2006, 10:33:19 от dbk »

Оффлайн Forever

  • Автор темы
  • Активист
  • *
  • Сообщений: 264
    • Просмотр профиля
Всё сделал как написано.
 при выполнении команды
sudo irdadump  --- ничего не происходит  :'(

Оффлайн dbk

  • Участник
  • *
  • Сообщений: 182
    • Просмотр профиля
Нужно посмотреть содержимое файла  /etc/default/irda-utils.

Оффлайн Forever

  • Автор темы
  • Активист
  • *
  • Сообщений: 264
    • Просмотр профиля
# Set your startup settings for irattach, the IrDA-daemon, here.

# Set this to 'false' if you do not need to start irattach. Otherwise set it
# to 'true'.
ENABLE="true"

# Set this to 'false' if you do not want automatic discovery of irda devices.
# If 'true', it will automatically start irattach if devices are found.
AUTOMATIC="true"

# Set discovery mode which usually is a good idea for finding other devices.
# If set 'true' or 'false' irattach and sysctl are used to enable and disable
# discovery mode. By default discover mode is disabled.
DISCOVERY="true"

# Set IRDA device to access (e.g. /dev/ttyS1 or irda0).
# In case of irda0, the proper module for FIR-mode has to be set in
# /etc/modutils/irda-utils (2.4) or /etc/modprobe.d/irda-utils (2.6)
DEVICE="irda0"

# Set dongle type, e.g. none, tekram, esi, actisys, actisys+, ep7211, girbil,
# litelink, airport, old_belkin, mcp2120, act200l, ma600). You do not need
# a dongle for FIR mode.
DONGLE="none"

# Set the serial device to quiet with setserial. This is only useful on some
# machines in FIR-mode, so most people should leave it blank. See
# README.Debian for more information.
SETSERIAL=""

Оффлайн dbk

  • Участник
  • *
  • Сообщений: 182
    • Просмотр профиля
Попробуй в /etc/default/irda-utils
DEVICE="irda0"
замениь на
DEVICE="/dev/..../ttyUSB0"
Посмотри,где у тебс посвилось устройство ttyUSB0, после подключения кабелс.
После изменений в стом файле комп нужно будет перегрузить ,либо рестартовать сервис irda.
Проще выполни первое.Дальше все как написано ранее. Напиши на что заменил в DEVICE, полностью команду irattach и прикрепи dmesg.
 

Оффлайн Forever

  • Автор темы
  • Активист
  • *
  • Сообщений: 264
    • Просмотр профиля
forever@forever-desktop:~$ sudo /usr/sbin/irattach /dev/ttyUSB0 -d ma600 -s
forever@forever-desktop:~$ sudo irdadump

и снова ничего не происходит....

вот dmesg

forever@forever-desktop:~$ dmesg
[4294667.296000] Linux version 2.6.15-23-386 (buildd@rothera) (gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 PREEMPT Tue May 23 13:49:40 UTC 2006
[4294667.296000] BIOS-provided physical RAM map:
[4294667.296000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[4294667.296000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[4294667.296000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[4294667.296000]  BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
[4294667.296000]  BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
[4294667.296000]  BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
[4294667.296000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[4294667.296000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[4294667.296000]  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[4294667.296000] 0MB HIGHMEM available.
[4294667.296000] 511MB LOWMEM available.
[4294667.296000] On node 0 totalpages: 131056
[4294667.296000]   DMA zone: 4096 pages, LIFO batch:0
[4294667.296000]   DMA32 zone: 0 pages, LIFO batch:0
[4294667.296000]   Normal zone: 126960 pages, LIFO batch:31
[4294667.296000]   HighMem zone: 0 pages, LIFO batch:0
[4294667.296000] DMI 2.2 present.
[4294667.296000] ACPI: RSDP (v000 Nvidia                                ) @ 0x000f71a0
[4294667.296000] ACPI: RSDT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff3000
[4294667.296000] ACPI: FADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff3040
[4294667.296000] ACPI: MADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff7bc0
[4294667.296000] ACPI: DSDT (v001 NVIDIA AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000
[4294667.296000] ACPI: PM-Timer IO Port: 0x4008
[4294667.296000] ACPI: Local APIC address 0xfee00000
[4294667.296000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[4294667.296000] Processor #0 6:10 APIC version 16
[4294667.296000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[4294667.296000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[4294667.296000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[4294667.296000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[4294667.296000] ACPI: BIOS IRQ0 pin2 override ignored.
[4294667.296000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[4294667.296000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[4294667.296000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[4294667.296000] ACPI: IRQ9 used by override.
[4294667.296000] ACPI: IRQ14 used by override.
[4294667.296000] ACPI: IRQ15 used by override.
[4294667.296000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[4294667.296000] Using ACPI (MADT) for SMP configuration information
[4294667.296000] Allocating PCI resources starting at 30000000 (gap: 20000000:dec00000)
[4294667.296000] Built 1 zonelists
[4294667.296000] Kernel command line: root=/dev/hda8 ro quiet splash
[4294667.296000] mapped APIC to ffffd000 (fee00000)
[4294667.296000] mapped IOAPIC to ffffc000 (fec00000)
[4294667.296000] Initializing CPU#0
[4294667.296000] PID hash table entries: 2048 (order: 11, 32768 bytes)
[4294667.296000] Detected 2164.857 MHz processor.
[4294667.296000] Using pmtmr for high-res timesource
[4294667.296000] Console: colour VGA+ 80x25
[4294667.806000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[4294667.807000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[4294667.819000] Memory: 508596k/524224k available (1976k kernel code, 15020k reserved, 606k data, 288k init, 0k highmem)
[4294667.819000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[4294667.879000] Calibrating delay using timer specific routine.. 4332.82 BogoMIPS (lpj=2166411)
[4294667.879000] Security Framework v1.0.0 initialized
[4294667.879000] SELinux:  Disabled at boot.
[4294667.879000] Mount-cache hash table entries: 512
[4294667.879000] CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
[4294667.879000] CPU: After vendor identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
[4294667.879000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[4294667.879000] CPU: L2 Cache: 256K (64 bytes/line)
[4294667.879000] CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000020 00000000 00000000 00000000
[4294667.879000] mtrr: v2.0 (20020519)
[4294667.879000] CPU: AMD Athlon(tm) XP 2800+ stepping 00
[4294667.879000] Enabling fast FPU save and restore... done.
[4294667.879000] Enabling unmasked SIMD FPU exception support... done.
[4294667.879000] Checking 'hlt' instruction... OK.
[4294667.883000] checking if image is initramfs... it is
[4294668.381000] Freeing initrd memory: 6834k freed
[4294668.396000] ACPI: Looking for DSDT ... not found!
[4294668.411000] ENABLING IO-APIC IRQs
[4294668.411000] ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
[4294668.522000] NET: Registered protocol family 16
[4294668.522000] EISA bus registered
[4294668.522000] ACPI: bus type pci registered
[4294668.522000] PCI: PCI BIOS revision 2.10 entry at 0xfb540, last bus=2
[4294668.522000] PCI: Using configuration type 1
[4294668.522000] ACPI: Subsystem revision 20051216
[4294668.526000] ACPI: Interpreter enabled
[4294668.526000] ACPI: Using IOAPIC for interrupt routing
[4294668.526000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[4294668.526000] PCI: Probing PCI hardware (bus 00)
[4294668.530000] PCI: nForce2 C1 Halt Disconnect fixup
[4294668.531000] Boot video device is 0000:02:00.0
[4294668.531000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[4294668.581000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[4294668.582000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[4294668.583000] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[4294668.583000] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[4294668.583000] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[4294668.584000] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[4294668.584000] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[4294668.584000] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[4294668.584000] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[4294668.585000] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[4294668.585000] ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[4294668.585000] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[4294668.586000] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[4294668.586000] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[4294668.586000] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[4294668.587000] ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[4294668.587000] ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[4294668.587000] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[4294668.587000] ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
[4294668.588000] ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
[4294668.588000] ACPI: PCI Interrupt Link [APC3] (IRQs *18), disabled.
[4294668.588000] ACPI: PCI Interrupt Link [APC4] (IRQs *19), disabled.
[4294668.588000] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[4294668.589000] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0, disabled.
[4294668.589000] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0, disabled.
[4294668.589000] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
[4294668.590000] ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0, disabled.
[4294668.590000] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0, disabled.
[4294668.590000] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
[4294668.591000] ACPI: PCI Interrupt Link [APCS] (IRQs *23), disabled.
[4294668.591000] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0, disabled.
[4294668.591000] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[4294668.592000] ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
[4294668.592000] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[4294668.595000] Linux Plug and Play Support v0.97 (c) Adam Belay
[4294668.595000] pnp: PnP ACPI init
[4294668.601000] pnp: PnP ACPI: found 16 devices
[4294668.601000] PnPBIOS: Disabled by ACPI PNP
[4294668.601000] PCI: Using ACPI for IRQ routing
[4294668.601000] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[4294668.642000] pnp: 00:00: ioport range 0x4000-0x407f could not be reserved
[4294668.642000] pnp: 00:00: ioport range 0x4080-0x40ff has been reserved
[4294668.642000] pnp: 00:00: ioport range 0x4400-0x447f has been reserved
[4294668.642000] pnp: 00:00: ioport range 0x4480-0x44ff could not be reserved
[4294668.642000] pnp: 00:00: ioport range 0x4200-0x427f has been reserved
[4294668.642000] pnp: 00:00: ioport range 0x4280-0x42ff has been reserved
[4294668.642000] pnp: 00:01: ioport range 0x5000-0x503f has been reserved
[4294668.642000] pnp: 00:01: ioport range 0x5100-0x513f has been reserved
[4294668.642000] PCI: Bridge: 0000:00:08.0
[4294668.642000]   IO window: 9000-9fff
[4294668.642000]   MEM window: e2000000-e2ffffff
[4294668.642000]   PREFETCH window: disabled.
[4294668.642000] PCI: Bridge: 0000:00:1e.0
[4294668.642000]   IO window: a000-afff
[4294668.642000]   MEM window: e0000000-e1ffffff
[4294668.642000]   PREFETCH window: d8000000-dfffffff
[4294668.642000] PCI: Setting latency timer of device 0000:00:08.0 to 64
[4294668.642000] audit: initializing netlink socket (disabled)
[4294668.642000] audit(1156871658.641:1): initialized
[4294668.642000] VFS: Disk quotas dquot_6.5.1
[4294668.642000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[4294668.642000] Initializing Cryptographic API
[4294668.642000] io scheduler noop registered
[4294668.642000] io scheduler anticipatory registered
[4294668.642000] io scheduler deadline registered
[4294668.642000] io scheduler cfq registered
[4294668.643000] isapnp: Scanning for PnP cards...
[4294669.000000] isapnp: No Plug & Play device found
[4294669.012000] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[4294669.014000] serio: i8042 AUX port at 0x60,0x64 irq 12
[4294669.014000] serio: i8042 KBD port at 0x60,0x64 irq 1
[4294669.014000] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
[4294669.014000] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[4294669.014000] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[4294669.016000] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[4294669.016000] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[4294669.017000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[4294669.017000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[4294669.017000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[4294669.017000] mice: PS/2 mouse device common for all mice
[4294669.017000] EISA: Probing bus 0 at eisa.0
[4294669.017000] Cannot allocate resource for EISA slot 4
[4294669.017000] Cannot allocate resource for EISA slot 5
[4294669.017000] EISA: Detected 0 cards.
[4294669.017000] NET: Registered protocol family 2
[4294669.027000] IP route cache hash table entries: 8192 (order: 3, 32768 bytes)
[4294669.027000] TCP established hash table entries: 32768 (order: 5, 131072 bytes)
[4294669.027000] TCP bind hash table entries: 32768 (order: 5, 131072 bytes)
[4294669.027000] TCP: Hash tables configured (established 32768 bind 32768)
[4294669.027000] TCP reno registered
[4294669.027000] TCP bic registered
[4294669.027000] NET: Registered protocol family 1
[4294669.027000] NET: Registered protocol family 8
[4294669.027000] NET: Registered protocol family 20
[4294669.027000] Using IPI Shortcut mode
[4294669.027000] ACPI wakeup devices:
[4294669.027000] HUB0 HUB1 USB0 USB1 USB2 F139 MMAC MMCI UAR1
[4294669.027000] ACPI: (supports S0 S1 S4 S5)
[4294669.027000] Freeing unused kernel memory: 288k freed
[4294669.040000] input: AT Translated Set 2 keyboard as /class/input/input0
[4294669.068000] vga16fb: initializing
[4294669.068000] vga16fb: mapped to 0xc00a0000
[4294669.200000] Console: switching to colour frame buffer device 80x25
[4294669.200000] fb0: VGA16 VGA frame buffer device
[4294670.362000] Capability LSM initialized
[4294670.388000] ACPI: Fan [FAN] (on)
[4294670.393000] ACPI: Thermal Zone [THRM] (52 C)
[4294670.929000] SCSI subsystem initialized
[4294670.931000] ACPI: bus type scsi registered
[4294670.931000] libata version 1.20 loaded.
[4294670.934000] NFORCE2: IDE controller at PCI slot 0000:00:09.0
[4294670.934000] NFORCE2: chipset revision 162
[4294670.934000] NFORCE2: not 100% native mode: will probe irqs later
[4294670.934000] NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
[4294670.934000] NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
[4294670.934000]     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
[4294670.934000]     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
[4294670.934000] Probing IDE interface ide0...
[4294671.198000] hda: WDC WD800JB-00ETA0, ATA DISK drive
[4294671.453000] hdb: SAMSUNG SP2514N, ATA DISK drive
[4294671.546000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[4294671.559000] Probing IDE interface ide1...
[4294672.231000] hdc: ASUS CRW-5232AS, ATAPI CD/DVD-ROM drive
[4294672.843000] ide1 at 0x170-0x177,0x376 on irq 15
[4294672.850000] hda: max request size: 1024KiB
[4294672.859000] hda: 156301488 sectors (80026 MB) w/8192KiB Cache, CHS=16383/255/63, UDMA(100)
[4294672.861000] hda: cache flushes supported
[4294672.862000]  hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 >
[4294672.937000] hdb: max request size: 1024KiB
[4294672.937000] hdb: 488397168 sectors (250059 MB) w/8192KiB Cache, CHS=30401/255/63, UDMA(100)
[4294672.937000] hdb: cache flushes supported
[4294672.937000]  hdb: hdb1 hdb2 < hdb5 hdb6 >
[4294672.965000] hdc: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
[4294672.965000] Uniform CD-ROM driver Revision: 3.20
[4294673.443000] usbcore: registered new driver usbfs
[4294673.443000] usbcore: registered new driver hub
[4294673.444000] ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
[4294673.445000] **** SET: Misaligned resource pointer: dfa06c02 Type 07 Len 0
[4294673.445000] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[4294673.445000] ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 22 (level, high) -> IRQ 177
[4294673.445000] PCI: Setting latency timer of device 0000:00:02.0 to 64
[4294673.445000] ohci_hcd 0000:00:02.0: OHCI Host Controller
[4294673.456000] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
[4294673.456000] ohci_hcd 0000:00:02.0: irq 177, io mem 0xe3002000
[4294673.509000] hub 1-0:1.0: USB hub found
[4294673.509000] hub 1-0:1.0: 3 ports detected
[4294673.610000] **** SET: Misaligned resource pointer: dfa06902 Type 07 Len 0
[4294673.610000] ACPI: PCI Interrupt Link [APCG] enabled at IRQ 21
[4294673.610000] ACPI: PCI Interrupt 0000:00:02.1 -> Link [APCG] -> GSI 21 (level, high) -> IRQ 185
[4294673.610000] PCI: Setting latency timer of device 0000:00:02.1 to 64
[4294673.610000] ohci_hcd 0000:00:02.1: OHCI Host Controller
[4294673.621000] ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
[4294673.621000] ohci_hcd 0000:00:02.1: irq 185, io mem 0xe3003000
[4294673.674000] hub 2-0:1.0: USB hub found
[4294673.674000] hub 2-0:1.0: 3 ports detected
[4294673.776000] **** SET: Misaligned resource pointer: dfa06602 Type 07 Len 0
[4294673.776000] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 20
[4294673.776000] ACPI: PCI Interrupt 0000:00:02.2[C] -> Link [APCL] -> GSI 20 (level, high) -> IRQ 193
[4294673.776000] PCI: Setting latency timer of device 0000:00:02.2 to 64
[4294673.776000] ehci_hcd 0000:00:02.2: EHCI Host Controller
[4294673.776000] ehci_hcd 0000:00:02.2: debug port 1
[4294673.776000] PCI: cache line size of 64 is not supported by device 0000:00:02.2
[4294673.776000] ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 3
[4294673.776000] ehci_hcd 0000:00:02.2: irq 193, io mem 0xe3004000
[4294673.776000] ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[4294673.777000] hub 3-0:1.0: USB hub found
[4294673.777000] hub 3-0:1.0: 6 ports detected
[4294674.060000] ohci_hcd 0000:00:02.1: wakeup
[4294674.112000] Attempting manual resume
[4294674.179000] EXT3-fs: mounted filesystem with ordered data mode.
[4294674.191000] kjournald starting.  Commit interval 5 seconds
[4294674.337000] usb 2-3: new full speed USB device using ohci_hcd and address 2
[4294683.161000] i2c_adapter i2c-0: nForce2 SMBus adapter at 0x5000
[4294683.161000] i2c_adapter i2c-1: nForce2 SMBus adapter at 0x5100
[4294683.739000] logips2pp: Detected unknown logitech mouse model 0
[4294683.811000] input: ImPS/2 Logitech Wheel Mouse as /class/input/input1
[4294683.890000] usbcore: registered new driver usbserial
[4294683.891000] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
[4294683.892000] usbcore: registered new driver usbserial_generic
[4294683.892000] drivers/usb/serial/usb-serial.c: USB Serial Driver core
[4294683.934000] Linux agpgart interface v0.101 (c) Dave Jones
[4294683.944000] Real Time Clock Driver v1.12
[4294683.945000] input: PC Speaker as /class/input/input2
[4294683.952000] Floppy drive(s): fd0 is 1.44M
[4294683.967000] FDC 0 is a post-1991 82077
[4294683.974000] agpgart: Detected NVIDIA nForce2 chipset
[4294683.982000] agpgart: AGP aperture is 128M @ 0xd0000000
[4294683.988000] parport: PnPBIOS parport detected.
[4294683.988000] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[4294684.031000] drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303
[4294684.031000] pl2303 2-3:1.0: pl2303 converter detected
[4294684.031000] usb 2-3: pl2303 converter now attached to ttyUSB0
[4294684.031000] usbcore: registered new driver pl2303
[4294684.031000] drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adaptor driver
[4294684.125000] **** SET: Misaligned resource pointer: da9742a2 Type 07 Len 0
[4294684.125000] ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 22
[4294684.126000] ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [APCJ] -> GSI 22 (level, high) -> IRQ 177
[4294684.126000] PCI: Setting latency timer of device 0000:00:06.0 to 64
[4294684.196000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[4294684.440000] intel8x0_measure_ac97_clock: measured 50771 usecs
[4294684.440000] intel8x0: clocking to 47474
[4294684.441000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[4294684.970000] ts: Compaq touchscreen protocol output
[4294685.008000] 8139too Fast Ethernet driver 0.9.27
[4294685.008000] **** SET: Misaligned resource pointer: da846ae2 Type 07 Len 0
[4294685.009000] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
[4294685.009000] ACPI: PCI Interrupt 0000:01:04.0[A] -> Link [APC4] -> GSI 19 (level, high) -> IRQ 201
[4294685.009000] eth0: RealTek RTL8139 at 0xe095a000, 00:02:44:96:46:39, IRQ 201
[4294685.009000] eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
[4294685.016000] 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
[4294685.573000] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[4294686.215000] lp0: using parport0 (interrupt-driven).
[4294686.231000] ltmodem: module license 'Proprietary' taints kernel.
[4294686.232000] Loading Lucent Modem Controller driver version 8.26-alk-8
[4294686.252000] Detected Parameters Irq=11 BaseAddress=0x9800 ComAddress=0x9400
[4294686.252000] ttyLTM0 at I/O 0x9800 (irq = 11) is a Lucent/Agere Modem
[4294686.284000] fuse init (API version 7.3)
[4294686.326000] Adding 1124508k swap on /dev/hda5.  Priority:-1 extents:1 across:1124508k
[4294686.522000] NET: Registered protocol family 10
[4294686.522000] lo: Disabled Privacy Extensions
[4294686.522000] IPv6 over IPv4 tunneling driver
[4294686.546000] EXT3 FS on hda8, internal journal
[4294686.680000] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[4294686.680000] md: bitmap version 4.39
[4294687.194000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
[4294687.870000] cdrom: open failed.
[4294693.642000] NTFS driver 2.1.25 [Flags: R/O MODULE].
[4294693.706000] NTFS volume version 3.1.
[4294693.911000] kjournald starting.  Commit interval 5 seconds
[4294693.911000] EXT3 FS on hda7, internal journal
[4294693.911000] EXT3-fs: mounted filesystem with ordered data mode.
[4294693.970000] ReiserFS: hda9: found reiserfs format "3.6" with standard journal
[4294694.516000] ReiserFS: hda9: using ordered data mode
[4294694.528000] ReiserFS: hda9: journal params: device hda9, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[4294694.530000] ReiserFS: hda9: checking transaction log (hda9)
[4294694.555000] ReiserFS: hda9: Using r5 hash to sort names
[4294694.602000] NTFS volume version 3.1.
[4294694.625000] ReiserFS: hdb5: found reiserfs format "3.6" with standard journal
[4294696.187000] ReiserFS: hdb5: using ordered data mode
[4294696.200000] ReiserFS: hdb5: journal params: device hdb5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[4294696.202000] ReiserFS: hdb5: checking transaction log (hdb5)
[4294696.228000] ReiserFS: hdb5: Using r5 hash to sort names
[4294696.276000] NTFS volume version 3.1.
[4294696.712000] eth0: no IPv6 routers present
[4294697.988000] NET: Registered protocol family 17
[4294702.693000] ACPI: Power Button (FF) [PWRF]
[4294702.693000] ACPI: Power Button (CM) [PWRB]
[4294702.787000] ibm_acpi: ec object not found
[4294702.808000] pcc_acpi: loading...
[4294705.029000] ppdev: user-space parallel port driver
[4294705.232000] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[4294705.232000] apm: overridden by ACPI.
[4294708.346000] Bluetooth: Core ver 2.8
[4294708.346000] NET: Registered protocol family 31
[4294708.346000] Bluetooth: HCI device and connection manager initialized
[4294708.346000] Bluetooth: HCI socket layer initialized
[4294708.386000] Bluetooth: L2CAP ver 2.8
[4294708.386000] Bluetooth: L2CAP socket layer initialized
[4294708.404000] Bluetooth: RFCOMM socket layer initialized
[4294708.404000] Bluetooth: RFCOMM TTY layer initialized
[4294708.404000] Bluetooth: RFCOMM ver 1.7
[4294858.044000] irda_init()
[4294858.044000] NET: Registered protocol family 23
[4294858.105000] sirdev_get_instance - ttyUSB0
[4294858.105000] irtty_open - ttyUSB0: irda line discipline opened
[4294858.192000] Unable to handle kernel NULL pointer dereference at virtual address 00000004
[4294858.192000]  printing eip:
[4294858.192000] c013112f
[4294858.192000] *pde = 00000000
[4294858.192000] Oops: 0002 [#1]
[4294858.192000] PREEMPT
[4294858.192000] Modules linked in: irtty_sir sir_dev irda crc_ccitt rfcomm l2cap bluetooth ppdev cpufreq_userspace cpufreq_stats freq_table cpufreq_powersave cpufreq_ondemand cpufreq_conservative video tc1100_wmi sony_acpi pcc_acpi hotkey dev_acpi container button acpi_sbs battery i2c_acpi_ec ac af_packet reiserfs nls_utf8 ntfs dm_mod md_mod ipv6 fuse ltserial ltmodem lp 8139cp 8139too mii tsdev snd_mpu401 snd_mpu401_uart snd_rawmidi snd_seq_device shpchp pci_hotplug snd_intel8x0 snd_ac97_codec snd_ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm snd_timer pl2303 analog parport_pc parport nvidia_agp floppy pcspkr rtc gameport agpgart snd snd_page_alloc soundcore usbserial psmouse serio_raw i2c_nforce2 i2c_core evdev ext3 jbd ide_generic ehci_hcd ohci_hcd usbcore ide_cd cdrom ide_disk generic amd74xx sata_nv libata scsi_mod thermal processor fan capability commoncap vga16fb vgastate fbcon tileblit font bitblit softcursor
[4294858.192000] CPU:    0
[4294858.192000] EIP:    0060:[<c013112f>]    Tainted: P      VLI
[4294858.192000] EFLAGS: 00210002   (2.6.15-23-386)
[4294858.192000] EIP is at finish_wait+0x2f/0x70
[4294858.192000] eax: d021c000   ebx: 00200286   ecx: 00000000   edx: 00000000
[4294858.192000] esi: d021dfd8   edi: d021dfcc   ebp: 00000000   esp: d021dfbc
[4294858.192000] ds: 007b   es: 007b   ss: 0068
[4294858.192000] Process kIrDAd (pid: 5069, threadinfo=d021c000 task=d259c050)
[4294858.192000] Stack: d021c000 00000000 00000000 e0ebf840 00000000 d259c050 c0118940 00000000
[4294858.192000]        00000000 e0ebf790 00000000 c0101385 d0167f98 00000000 00000000 ff372c25
[4294858.192000]        ff372c26
[4294858.192000] Call Trace:
[4294858.192000]  [<e0ebf840>] irda_thread+0xb0/0xf0 [sir_dev]
[4294858.192000]  [<c0118940>] default_wake_function+0x0/0x20
[4294858.192000]  [<e0ebf790>] irda_thread+0x0/0xf0 [sir_dev]
[4294858.192000]  [<c0101385>] kernel_thread_helper+0x5/0x10
[4294858.192000] Code: d7 b8 00 e0 ff ff 21 e0 8b 00 c7 00 00 00 00 00 8d 72 0c 3b 72 0c 74 34 9c 5b fa b8 00 e0 ff ff 21 e0 ff 40 14 8b 4f 0c 8b 56 04 <89> 51 04 89 0a 89 77 0c 89 76 04 53 9d ff 48 14 8b 40 08 a8 08
[4294858.192000]  <6>note: kIrDAd[5069] exited with preempt_count 1
[4294859.122000] irlap_change_speed(), setting speed to 9600


Оффлайн dbk

  • Участник
  • *
  • Сообщений: 182
    • Просмотр профиля
У тебс не грузится uhci_hcd,через который работает ma-620.Ты случайно ядро не пересобирал?
А когда выполнсл $sudo modprobe uhci_hcd ругани не было?Нужно включить uhci_hcd в автозагрузку модулей и перед ohci_hcd,ehci_hcd.
« Последнее редактирование: 29 Августа 2006, 20:02:58 от dbk »

Оффлайн Forever

  • Автор темы
  • Активист
  • *
  • Сообщений: 264
    • Просмотр профиля
да, почемуто не грузится uhci_hcd......
но ядро с не пересобирал......

с вот что сделал...
$sudo modprobe uhci_hcd
потом lsmod
...........
i2c_core               21904  2 i2c_acpi_ec,i2c_nforce2
shpchp                 45632  0
pci_hotplug            29236  1 shpchp
evdev                   9856  1
ext3                  135688  2
jbd                    58772  1 ext3
ide_generic             1536  0
ehci_hcd               32008  0
ohci_hcd               21892  0
usbcore               129668  6 uhci_hcd,pl2303,usbserial,ehci_hcd,ohci_hcd
ide_cd                 33028  0
cdrom                  38560  1 ide_cd
ide_disk               17664  11
generic                 5124  0
.........


вот теперь есть, но это не при загрузке - а значит не работает!
и при выполнении команды irdadump - та же тишина :(

Оффлайн dbk

  • Участник
  • *
  • Сообщений: 182
    • Просмотр профиля
То,что uhci_hcd нет при начальной загрузке,еще ничего не значит.Для стого существует modprobe. Как то с тебс немного не пойму.Ты первый раз не выполнсл sudo modprobe uhci_hcd ?
Выполни все точно как написано ниже:
$sudo modprobe uhci_hcd
Модуль pl2303 у тебс грузится
$sudo modprobe irda
$echo 9600 > /proc/sys/net/irda/max_baud_rate
$sudo modprobe irtty-sir
$sudo modprobe ma600-sir
$sudo modprobe ircomm-tty
Покажи вывод команды
$ls /dev/ | grep ttyUSB*
А то ты мне так и не написал где у тебс находится ttyUSB0

Оффлайн Forever

  • Автор темы
  • Активист
  • *
  • Сообщений: 264
    • Просмотр профиля
forever@forever-desktop:~$ sudo modprobe uhci_hcd
forever@forever-desktop:~$ sudo modprobe irda
forever@forever-desktop:~$ sudo echo 9600 > /proc/sys/net/irda/max_baud_rate
bash: /proc/sys/net/irda/max_baud_rate: Permission denied    -------(сто с сделал раньше, в режиме ROOT, а так не хочет, но рутом это добавилось)
forever@forever-desktop:~$ sudo modprobe irtty-sir
forever@forever-desktop:~$ sudo modprobe ma600-sir
forever@forever-desktop:~$ sudo modprobe ircomm-tty
forever@forever-desktop:~$ ls /dev/ | grep ttyUSB*
ttyUSB0
forever@forever-desktop:~$ /usr/sbin/irattach /dev/ttyUSB0 -d ma600 -s
forever@forever-desktop:~$ sudo irdadump

изменений нет! всё как и было :(

Оффлайн dbk

  • Участник
  • *
  • Сообщений: 182
    • Просмотр профиля
Про стос с забыл
 /etc/default/irda-utils
В место
DONGLE="none"
поставить
DONGLE="ma600"

Если и это не прокатит, то ...ковырстсс с  этой строкой
DEVICE="/dev/ttyUSB0"
Может так
DEVICE="ttyUSB0"
т.к
[4294858.105000] sirdev_get_instance - ttyUSB0
[4294858.105000] irtty_open - ttyUSB0: irda line discipline opened

Он может не видеть телефон (т.е не работать с конкретной моделью),но выдавать,что-то похожеее
# irdadump
05:52:41.607580 xid:cmd 889818c8 > ffffffff S=6 s=0 (14)
05:52:41.707552 xid:cmd 889818c8 > ffffffff S=6 s=1 (14)
05:52:41.807556 xid:cmd 889818c8 > ffffffff S=6 s=2 (14)
05:52:41.907617 xid:cmd 889818c8 > ffffffff S=6 s=3 (14)
05:52:42.007600 xid:cmd 889818c8 > ffffffff S=6 s=4 (14)
05:52:42.107594 xid:cmd 889818c8 > ffffffff S=6 s=5 (14)
05:52:42.207584 xid:cmd 889818c8 > ffffffff S=6 s=* localhost hint=4400 [ Computer LAN Access ] (25)
просто обязан

Оффлайн dbk

  • Участник
  • *
  • Сообщений: 182
    • Просмотр профиля
Вот что с нашел, посмотри в самом низу
https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+bug/45542
Обновлсть ядро нужно,сто баг на 2.6.15-23 (если не ошибаюсь, у тебс такое же)

 

Страница сгенерирована за 0.071 секунд. Запросов: 23.