Running Fedora 9,x86_64 [olivares@localhost ~]$ uname -r 2.6.25.9-76.fc9.x86_64 [olivares@localhost Documents]$ cp ~/Download/martian-full-20080625/Makefile ~/Documents/Makefile-martian-full-20080625 [olivares@localhost Documents]$ cp ~/Download/temp/martian/Makefile ~/Documents/Makefile-martian-temp [olivares@localhost Documents]$ diff Makefile-martian-full-20080625 Makefile-martian-temp 1,6d0 < < # support begins at SUBLEVEL 20 < SUBLEVEL=$(shell uname -r | cut -d. -f3 | cut -d. -f1 | cut -d- -f1) < after20 :=$(shell if [ "$(SUBLEVEL)" -gt 24 ] ;then echo OK;fi) < < ifdef after20 16,21d9 < else < 20less: < @echo "The martian_dev.ko driver and the complementary helper martian_helper are for use with kernels after 2.6.20. Use the martian-20080407.tar.gz for earlier kernels." < < endif < 24a13 > [olivares@localhost Documents]$ [olivares@localhost martian-full-20080625]$ demsg ..... martian loaded - 20080620 ACPI: PCI Interrupt 0000:04:05.0[A] -> GSI 18 (level, low) -> IRQ 18 martian: added device 11c1:44e BaseAddress = 0xbc00, CommAddres = 0xbf00, irq = 18 martian_modem is detached [olivares@localhost martian-full-20080625]$ su - Password: [root@localhost ~]# modprobe martian_dev [root@localhost ~]# martian_modem & [1] 2526 [root@localhost ~]# martian: error: Common area unrecognized, no terminating signature [1]+ Exit 3 martian_modem [root@localhost ~]# If I use the old martian with Makefile of martian-20080417/ it works :) ....... make: Leaving directory `/home/olivares/Download/temp/martian/kmodule' [olivares@localhost martian]$ su - Password: [root@localhost ~]# modprobe martian_dev [root@localhost ~]# martian_modem & [1] 3095 [root@localhost ~]# martian: info: Your port is /dev/ttySM0 [root@localhost ~]# dmesg | grep 'martian' martian loaded - 20080620 martian: added device 11c1:44e BaseAddress = 0xbc00, CommAddres = 0xbf00, irq = 18 martian_modem is detached martian_modem is detached martian_modem is detached martian loaded - 20061202 "martian_dev": added device 11c1:44e BaseAddress = 0xbc00, CommAddres = 0xbf00, irq = 18 "martian_dev": serving irqs in module "martian_dev": martian_modem is attached. Just an observation. I'll attach the details. If you have further questions, please feel free to ask. The code compiles, but I get unrecognized, no terminating signature... running on 64 bit Fedora. Regards, Antonio
Script started on Wed 02 Jul 2008 02:41:25 PM CDT [olivares@localhost Download]$ tar -zxvf martian-full-20080625.tar.gz martian-full-20080625/ martian-full-20080625/martian.h martian-full-20080625/Makefile martian-full-20080625/INSTALL martian-full-20080625/Concept martian-full-20080625/Makefile~ martian-full-20080625/Cleaning.txt martian-full-20080625/README martian-full-20080625/kmodule/ martian-full-20080625/kmodule/Makefile martian-full-20080625/kmodule/marsio.h martian-full-20080625/kmodule/kmartian.h martian-full-20080625/kmodule/martian_ids.c martian-full-20080625/kmodule/fifo.h martian-full-20080625/kmodule/mfifo.h martian-full-20080625/kmodule/martian.c martian-full-20080625/kmodule/marsio.c martian-full-20080625/kmodule/mfifo.c martian-full-20080625/kmodule/mixspinlock.h martian-full-20080625/scripts/ martian-full-20080625/scripts/martian martian-full-20080625/scripts/remove_outdated.sh martian-full-20080625/scripts/martian.in martian-full-20080625/scripts/wv.conf martian-full-20080625/scripts/automate.sh martian-full-20080625/ChangeLog martian-full-20080625/modem/ martian-full-20080625/modem/Makefile martian-full-20080625/modem/tweakcore.sh martian-full-20080625/modem/main.c martian-full-20080625/modem/debug_script.in martian-full-20080625/modem/ltmdmobj.o martian-full-20080625/modem/watch.gdb martian-full-20080625/modem/sysdep.h martian-full-20080625/modem/watch3.gdb martian-full-20080625/modem/dumpers.c martian-full-20080625/modem/elf386tweakrelocs.c martian-full-20080625/modem/log.h martian-full-20080625/modem/core_if.c martian-full-20080625/modem/coreadd.c martian-full-20080625/modem/mport.h martian-full-20080625/modem/coresubst.c martian-full-20080625/modem/ASWMLICENSE martian-full-20080625/modem/README martian-full-20080625/modem/mport.c martian-full-20080625/modem/isr.c martian-full-20080625/modem/core.h martian-full-20080625/modem/watch2.gdb martian-full-20080625/modem/tweakrelocsdynamic.c martian-full-20080625/modem/log.c martian-full-20080625/modem/session.c martian-full-20080625/modem/watch4.gdb martian-full-20080625/modem/pty.c martian-full-20080625/modem/sysdep.c martian-full-20080625/modem/common.h martian-full-20080625/modem/main.h martian-full-20080625/modem/smp.c martian-full-20080625/modem/watch.h martian-full-20080625/modem/overriden_core_functions martian-full-20080625/modem/profile.c martian-full-20080625/modem/link.c martian-full-20080625/modem/mixspinlock.h [olivares@localhost Download]$ cd martian-full-20080625 [olivares@localhost martian-full-20080625]$ cat README | more Martian is an alternative to the ltmodem and provides Linux support for Agere Wi nModem hardware. Major difference is that core moved to the user space. Driver comprises two parts: martian_dev - kernel module to configure devices, and serve irqs from it martian_modem - user mode application to supply major IO, buffers, user level streams. For specific details concerning distribution and usage look in directories. When configuring wvdial add "Carrier Check = no" line. No modem status is checke d yet. Kernel mode part is linux-2.6 module. Project has a site http://martian.barrelsoutofbond.org/. [olivares@localhost martian-full-20080625]$ cat README Martian is an alternative to the ltmodem and provides Linux support for Agere WinModem hardware. Major difference is that core moved to the user space. Driver comprises two parts: martian_dev - kernel module to configure devices, and serve irqs from it martian_modem - user mode application to supply major IO, buffers, user level streams. For specific details concerning distribution and usage look in directories. When configuring wvdial add "Carrier Check = no" line. No modem status is checked yet. Kernel mode part is linux-2.6 module. Project has a site http://martian.barrelsoutofbond.org/. [olivares@localhost martian-full-20080625]$ cat INSTALL ================= Building ================= In root directory run $ make all ================== Installation ================== In root directory run $ su # make install ============== Running ============== Load module and run martian_modem first. # modprobe martian_dev # martian_modem [Options] [Tty] Now Tty is the name of the device file to represent your modem. You'll supply it to the dialer. /dev/ttySM0 if argument omitted. Left martian_modem running and start the dialer. See options available # martian_modem --help ============== Auto ============== In scripts/ directory run automate.sh. $ cd scripts/ $ ./automate.sh You can supply the option to be passed to martian_modem on loading like $ ./automate --mode 0660 See ./automate.sh --help for more options. ============== Notes ============== 'martian_modem' program is a crucial part of the driver. It should be running as long as you access the modem. For technical reasons carrier status support is not available for the modem client. Configure dialer respectively. For wvdial add "Check Carrier = No" line to the configuration file. x86_64 platform. ---------------- martian_modem is a 32-bit application. It can be built on x86_64 the way prescribed, but you need 32-bit development environment for that. Second option is to use binary built on i386. To compile and install module only do $ make -C kmodule/ modules $ su # make -C kmodule/ install [olivares@localhost martian-full-20080625]$ make -C kmodules/[K[K/ modules make: Entering directory `/home/olivares/Download/martian-full-20080625/kmodule' make -C /lib/modules/2.6.25.9-76.fc9.x86_64/build M="/home/olivares/Download/martian-full-20080625/kmodule" modules make[1]: Entering directory `/usr/src/kernels/2.6.25.9-76.fc9.x86_64' CC [M] /home/olivares/Download/martian-full-20080625/kmodule/martian.o /home/olivares/Download/martian-full-20080625/kmodule/martian.c: In function â??martian_isrâ??: /home/olivares/Download/martian-full-20080625/kmodule/martian.c:131: warning: value computed is not used CC [M] /home/olivares/Download/martian-full-20080625/kmodule/marsio.o /home/olivares/Download/martian-full-20080625/kmodule/marsio.c:359: warning: â??mars_read_register_remâ?? defined but not used /home/olivares/Download/martian-full-20080625/kmodule/marsio.c:372: warning: â??mars_write_register_remâ?? defined but not used CC [M] /home/olivares/Download/martian-full-20080625/kmodule/mfifo.o LD [M] /home/olivares/Download/martian-full-20080625/kmodule/martian_dev.o Building modules, stage 2. MODPOST 1 modules CC /home/olivares/Download/martian-full-20080625/kmodule/martian_dev.mod.o LD [M] /home/olivares/Download/martian-full-20080625/kmodule/martian_dev.ko make[1]: Leaving directory `/usr/src/kernels/2.6.25.9-76.fc9.x86_64' make: Leaving directory `/home/olivares/Download/martian-full-20080625/kmodule' [olivares@localhost martian-full-20080625]$ make -C kmodule/ modules[1@s[1@u[1@ [1@-[1@c[1@ [1@'[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[K[K[K[K[K[K[Kinstall' Password: make: Entering directory `/home/olivares/Download/martian-full-20080625/kmodule' make -C /lib/modules/2.6.25.9-76.fc9.x86_64/build M="/home/olivares/Download/martian-full-20080625/kmodule" modules_install make[1]: Entering directory `/usr/src/kernels/2.6.25.9-76.fc9.x86_64' INSTALL /home/olivares/Download/martian-full-20080625/kmodule/martian_dev.ko DEPMOD 2.6.25.9-76.fc9.x86_64 make[1]: Leaving directory `/usr/src/kernels/2.6.25.9-76.fc9.x86_64' if ! /sbin/modprobe -nq martian_dev ; then /sbin/depmod -a; fi make: Leaving directory `/home/olivares/Download/martian-full-20080625/kmodule' [olivares@localhost martian-full-20080625]$ su - Password: [root@localhost ~]# modprobe martian_dev [root@localhost ~]# martian_modem & [1] 2526 [root@localhost ~]# martian: error: Common area unrecognized, no terminating signature [1]+ Exit 3 martian_modem [root@localhost ~]# dmesg Initializing cgroup subsys cpuset Linux version 2.6.25.9-76.fc9.x86_64 (mockbuild@) (gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) ) #1 SMP Fri Jun 27 15:58:30 EDT 2008 Command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009f800 (usable) BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 0000000077ef0000 (usable) BIOS-e820: 0000000077ef0000 - 0000000077ef3000 (ACPI NVS) BIOS-e820: 0000000077ef3000 - 0000000077f00000 (ACPI data) BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved) Entering add_active_range(0, 0, 159) 0 entries of 3200 used Entering add_active_range(0, 256, 491248) 1 entries of 3200 used end_pfn_map = 1048576 DMI 2.4 present. ACPI: RSDP 000F7CE0, 0014 (r0 K8M890) ACPI: RSDT 77EF3040, 0038 (r1 K8M890 AWRDACPI 42302E31 AWRD 0) ACPI: FACP 77EF30C0, 0074 (r1 K8M890 AWRDACPI 42302E31 AWRD 0) ACPI: DSDT 77EF3180, 6DE7 (r1 K8M890 AWRDACPI 1000 MSFT 100000E) ACPI: FACS 77EF0000, 0040 ACPI: SSDT 77EFA080, 0115 (r1 PTLTD POWERNOW 1 LTP 1) ACPI: HPET 77EFA200, 0038 (r1 K8M890 AWRDACPI 42302E31 AWRD 98) ACPI: MCFG 77EFA280, 003C (r1 K8M890 AWRDACPI 42302E31 AWRD 0) ACPI: APIC 77EF9FC0, 0074 (r1 K8M890 AWRDACPI 42302E31 AWRD 0) Scanning NUMA topology in Northbridge 24 No NUMA configuration found Faking a node at 0000000000000000-0000000077ef0000 Entering add_active_range(0, 0, 159) 0 entries of 3200 used Entering add_active_range(0, 256, 491248) 1 entries of 3200 used Bootmem setup node 0 0000000000000000-0000000077ef0000 NODE_DATA [000000000000c000 - 0000000000013fff] bootmap [0000000000014000 - 0000000000022fdf] pages f early res: 0 [0-fff] BIOS data page early res: 1 [6000-7fff] SMP_TRAMPOLINE early res: 2 [200000-75723b] TEXT DATA BSS early res: 3 [37c84000-37fef433] RAMDISK early res: 4 [9f800-af7ff] EBDA early res: 5 [8000-bfff] PGTABLE [ffffe20000000000-ffffe200001fffff] PMD ->ffff810001200000 on node 0 [ffffe20000200000-ffffe200003fffff] PMD ->ffff810001600000 on node 0 [ffffe20000400000-ffffe200005fffff] PMD ->ffff810001a00000 on node 0 [ffffe20000600000-ffffe200007fffff] PMD ->ffff810001e00000 on node 0 [ffffe20000800000-ffffe200009fffff] PMD ->ffff810002200000 on node 0 [ffffe20000a00000-ffffe20000bfffff] PMD ->ffff810002600000 on node 0 [ffffe20000c00000-ffffe20000dfffff] PMD ->ffff810002a00000 on node 0 [ffffe20000e00000-ffffe20000ffffff] PMD ->ffff810002e00000 on node 0 [ffffe20001000000-ffffe200011fffff] PMD ->ffff810003200000 on node 0 [ffffe20001200000-ffffe200013fffff] PMD ->ffff810003600000 on node 0 [ffffe20001400000-ffffe200015fffff] PMD ->ffff810003a00000 on node 0 [ffffe20001600000-ffffe200017fffff] PMD ->ffff810003e00000 on node 0 [ffffe20001800000-ffffe200019fffff] PMD ->ffff810004200000 on node 0 [ffffe20001a00000-ffffe20001bfffff] PMD ->ffff810004600000 on node 0 Zone PFN ranges: DMA 0 -> 4096 DMA32 4096 -> 1048576 Normal 1048576 -> 1048576 Movable zone start PFN for each node early_node_map[2] active PFN ranges 0: 0 -> 159 0: 256 -> 491248 On node 0 totalpages: 491151 DMA zone: 56 pages used for memmap DMA zone: 1392 pages reserved DMA zone: 2551 pages, LIFO batch:0 DMA32 zone: 6660 pages used for memmap DMA32 zone: 480492 pages, LIFO batch:31 Normal zone: 0 pages used for memmap Movable zone: 0 pages used for memmap Detected use of extended apic ids on hypertransport bus ACPI: PM-Timer IO Port: 0x408 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) Processor #0 (Bootup-CPU) 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[0x02] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 2, address 0xfec00000, GSI 0-23 ACPI: IOAPIC (id[0x03] address[0xfecc0000] gsi_base[24]) IOAPIC[1]: apic_id 3, address 0xfecc0000, GSI 24-47 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 low level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Setting APIC routing to flat ACPI: HPET id: 0x11068201 base: 0xfed00000 Using ACPI (MADT) for SMP configuration information PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 Allocating PCI resources starting at 78000000 (gap: 77f00000:68100000) SMP: Allowing 2 CPUs, 1 hotplug CPUs PERCPU: Allocating 42688 bytes of per cpu data Built 1 zonelists in Node order, mobility grouping on. Total pages: 483043 Policy zone: DMA32 Kernel command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet Initializing CPU#0 PID hash table entries: 4096 (order: 12, 32768 bytes) TSC calibrated against PM_TIMER time.c: Detected 2199.979 MHz processor. Console: colour VGA+ 80x25 console [tty0] enabled Checking aperture... Node 0: aperture @ d0000000 size 128 MB Memory: 1926568k/1964992k available (2643k kernel code, 38036k reserved, 1392k data, 348k init) CPA: page pool initialized 1 of 1 pages preallocated SLUB: Genslabs=13, HWalign=64, Order=0-1, MinObjects=4, CPUs=2, Nodes=1 hpet clockevent registered Calibrating delay using timer specific routine.. 4401.86 BogoMIPS (lpj=2200933) Security Framework initialized SELinux: Initializing. SELinux: Starting in permissive mode selinux_register_security: Registering secondary module capability Capability LSM initialized as secondary Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) Mount-cache hash table entries: 256 Initializing cgroup subsys ns Initializing cgroup subsys cpuacct CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) CPU: L2 Cache: 1024K (64 bytes/line) CPU 0/0 -> Node 0 ACPI: Core revision 20070126 Using local APIC timer interrupts. APIC timer calibration result 12499880 Detected 12.499 MHz APIC timer. Brought up 1 CPUs sizeof(vma)=176 bytes sizeof(page)=56 bytes sizeof(inode)=560 bytes sizeof(dentry)=208 bytes sizeof(ext3inode)=760 bytes sizeof(buffer_head)=104 bytes sizeof(skbuff)=224 bytes sizeof(task_struct)=6224 bytes CPU0 attaching sched-domain: domain 0: span 00000000,00000001 groups: 00000000,00000001 net_namespace: 1016 bytes Time: 19:39:58 Date: 07/02/08 NET: Registered protocol family 16 No dock devices found. ACPI: bus type pci registered PCI: Using MMCONFIG at e0000000 - efffffff PCI: Using configuration type 1 ACPI: EC: Look up EC in DSDT ACPI: Interpreter enabled ACPI: (supports S0 S1 S4 S5) ACPI: Using IOAPIC for interrupt routing ACPI: PCI Root Bridge [PCI0] (0000:00) PCI: Transparent bridge - 0000:00:13.1 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEXG._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2PB._PRT] ACPI: PCI Root Bridge [PCI1] (0000:80) ACPI: PCI Interrupt Routing Table [\_SB_.PCI1._PRT] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12) ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12) ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12) ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 *10 11 12) ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled. ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled. ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled. ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *5 Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI init ACPI: bus type pnp registered pnp: PnP ACPI: found 17 devices ACPI: ACPI bus type pnp unregistered 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 PCI: Cannot allocate resource region 0 of device 0000:00:00.0 NetLabel: Initializing NetLabel: domain hash size = 128 NetLabel: protocols = UNLABELED CIPSOv4 NetLabel: unlabeled traffic allowed by default agpgart: Detected AGP bridge 0 agpgart: AGP aperture is 128M @ 0xd0000000 hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 hpet0: 3 32-bit timers, 14318180 Hz ACPI: RTC can wake from S4 system 00:01: ioport range 0x400-0x47f has been reserved system 00:01: ioport range 0x500-0x50f has been reserved system 00:02: ioport range 0x4d0-0x4d1 has been reserved system 00:02: ioport range 0x290-0x297 has been reserved system 00:0d: iomem range 0xf0000000-0xf0000fff has been reserved system 00:0e: iomem range 0xe0000000-0xefffffff could not be reserved system 00:10: iomem range 0xcc000-0xcffff has been reserved system 00:10: iomem range 0xf0000-0xf7fff could not be reserved system 00:10: iomem range 0xf8000-0xfbfff could not be reserved system 00:10: iomem range 0xfc000-0xfffff could not be reserved system 00:10: iomem range 0x77f00000-0x77ffffff has been reserved system 00:10: iomem range 0xfed00000-0xfed000ff has been reserved system 00:10: iomem range 0x77ef0000-0x77efffff could not be reserved system 00:10: iomem range 0xffff0000-0xffffffff has been reserved system 00:10: iomem range 0x0-0x9ffff could not be reserved system 00:10: iomem range 0x100000-0x77eeffff could not be reserved system 00:10: iomem range 0x78000000-0x7fffffff has been reserved system 00:10: iomem range 0xfec00000-0xfec00fff has been reserved system 00:10: iomem range 0xfee00000-0xfee00fff could not be reserved system 00:10: iomem range 0xfff80000-0xfffeffff has been reserved PCI: Bridge: 0000:00:01.0 IO window: e000-efff MEM window: 0xdd000000-0xdeffffff PREFETCH window: 0x00000000c0000000-0x00000000cfffffff PCI: Bridge: 0000:00:02.0 IO window: d000-dfff MEM window: 0xdfc00000-0xdfcfffff PREFETCH window: 0x00000000dfb00000-0x00000000dfbfffff PCI: Bridge: 0000:00:03.0 IO window: c000-cfff MEM window: 0xdfe00000-0xdfefffff PREFETCH window: 0x00000000dfd00000-0x00000000dfdfffff PCI: Bridge: 0000:00:13.1 IO window: b000-bfff MEM window: 0xdfa00000-0xdfafffff PREFETCH window: 0x00000000df900000-0x00000000df9fffff PCI: Setting latency timer of device 0000:00:01.0 to 64 ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 27 (level, low) -> IRQ 27 PCI: Setting latency timer of device 0000:00:02.0 to 64 ACPI: PCI Interrupt 0000:00:03.0[A] -> GSI 31 (level, low) -> IRQ 31 PCI: Setting latency timer of device 0000:00:03.0 to 64 PCI: Setting latency timer of device 0000:00:13.1 to 64 NET: Registered protocol family 2 IP route cache hash table entries: 65536 (order: 7, 524288 bytes) TCP established hash table entries: 262144 (order: 10, 4194304 bytes) TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) TCP: Hash tables configured (established 262144 bind 65536) TCP reno registered checking if image is initramfs... it is Freeing initrd memory: 3501k freed audit: initializing netlink socket (disabled) type=2000 audit(1215027598.433:1): initialized Total HugeTLB memory allocated, 0 VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 512 (order 0, 4096 bytes) SELinux: Registering netfilter hooks Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered (default) PCI: VIA PCI bridge detected. Disabling DAC. pci 0000:01:00.0: Boot video device PCI: Setting latency timer of device 0000:00:02.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:02.0:pcie00] Allocate Port Service[0000:00:02.0:pcie01] Allocate Port Service[0000:00:02.0:pcie02] Allocate Port Service[0000:00:02.0:pcie03] PCI: Setting latency timer of device 0000:00:03.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:03.0:pcie00] Allocate Port Service[0000:00:03.0:pcie01] Allocate Port Service[0000:00:03.0:pcie02] Allocate Port Service[0000:00:03.0:pcie03] Load service driver aer on pcie device 0000:00:02.0:pcie01 Load service driver aer on pcie device 0000:00:03.0:pcie01 pci_hotplug: PCI Hot Plug PCI Core version: 0.5 ACPI: ACPI0007:00 is registered as cooling_device0 Non-volatile memory driver v1.2 Linux agpgart interface v0.103 Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled Switched to high resolution mode on CPU 0 serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A brd: module loaded input: Macintosh mouse button emulation as /devices/virtual/input/input0 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 input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 rtc0: alarms up to one year, y3k cpuidle: using governor ladder cpuidle: using governor menu 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 registered taskstats version 1 Magic number: 0:304:697 hash matches device 0000:00:00.2 Freeing unused kernel memory: 348k freed Write protecting the kernel read-only data: 1116k ACPI: PCI Interrupt 0000:00:10.4[C] -> GSI 21 (level, low) -> IRQ 21 ehci_hcd 0000:00:10.4: EHCI Host Controller ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:10.4: irq 21, io mem 0xdffff000 ehci_hcd 0000:00:10.4: 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: 8 ports detected usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb1: Product: EHCI Host Controller usb usb1: Manufacturer: Linux 2.6.25.9-76.fc9.x86_64 ehci_hcd usb usb1: SerialNumber: 0000:00:10.4 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:10.0[A] -> GSI 20 (level, low) -> IRQ 20 uhci_hcd 0000:00:10.0: UHCI Host Controller uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2 uhci_hcd 0000:00:10.0: irq 20, io base 0x0000f900 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb2: Product: UHCI Host Controller usb usb2: Manufacturer: Linux 2.6.25.9-76.fc9.x86_64 uhci_hcd usb usb2: SerialNumber: 0000:00:10.0 ACPI: PCI Interrupt 0000:00:10.1[B] -> GSI 22 (level, low) -> IRQ 22 uhci_hcd 0000:00:10.1: UHCI Host Controller uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3 uhci_hcd 0000:00:10.1: irq 22, io base 0x0000f800 usb usb3: configuration #1 chosen from 1 choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb3: Product: UHCI Host Controller usb usb3: Manufacturer: Linux 2.6.25.9-76.fc9.x86_64 uhci_hcd usb usb3: SerialNumber: 0000:00:10.1 ACPI: PCI Interrupt 0000:00:10.2[C] -> GSI 21 (level, low) -> IRQ 21 uhci_hcd 0000:00:10.2: UHCI Host Controller uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4 uhci_hcd 0000:00:10.2: irq 21, io base 0x0000f700 usb usb4: configuration #1 chosen from 1 choice hub 4-0:1.0: USB hub found hub 4-0:1.0: 2 ports detected usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb4: Product: UHCI Host Controller usb usb4: Manufacturer: Linux 2.6.25.9-76.fc9.x86_64 uhci_hcd usb usb4: SerialNumber: 0000:00:10.2 ACPI: PCI Interrupt 0000:00:10.3[D] -> GSI 23 (level, low) -> IRQ 23 uhci_hcd 0000:00:10.3: UHCI Host Controller uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5 uhci_hcd 0000:00:10.3: irq 23, io base 0x0000f600 usb usb5: configuration #1 chosen from 1 choice hub 5-0:1.0: USB hub found hub 5-0:1.0: 2 ports detected input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input2 usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb5: Product: UHCI Host Controller usb usb5: Manufacturer: Linux 2.6.25.9-76.fc9.x86_64 uhci_hcd usb usb5: SerialNumber: 0000:00:10.3 SCSI subsystem initialized Driver 'sd' needs updating - please use bus_type methods libata version 3.00 loaded. sata_via 0000:00:0f.0: version 2.3 ACPI: PCI Interrupt 0000:00:0f.0[B] -> GSI 21 (level, low) -> IRQ 21 sata_via 0000:00:0f.0: routed to hard irq line 11 scsi0 : sata_via scsi1 : sata_via ata1: SATA max UDMA/133 cmd 0xff00 ctl 0xfe00 bmdma 0xfb00 irq 21 ata2: SATA max UDMA/133 cmd 0xfd00 ctl 0xfc00 bmdma 0xfb08 irq 21 ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) ata1.00: ATA-7: MAXTOR STM3160815AS, 3.AAD, max UDMA/133 ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32) ata1.00: configured for UDMA/133 ata2: SATA link down 1.5 Gbps (SStatus 0 SControl 300) scsi 0:0:0:0: Direct-Access ATA MAXTOR STM316081 3.AA PQ: 0 ANSI: 5 sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sda: sda1 sda2 < sda5 sda6 > sda3 sda4 sd 0:0:0:0: [sda] Attached SCSI disk device-mapper: uevent: version 1.0.3 device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@xxxxxxxxxx kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. type=1404 audit(1215027606.085:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 SELinux:8192 avtab hash slots allocated. Num of rules:169010 SELinux:8192 avtab hash slots allocated. Num of rules:169010 security: 8 users, 12 roles, 2324 types, 113 bools, 1 sens, 1024 cats security: 72 classes, 169010 rules SELinux: Completing initialization. SELinux: Setting up existing superblocks. SELinux: initialized (dev dm-0, type ext3), uses xattr SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts SELinux: initialized (dev devpts, type devpts), uses transition SIDs SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts SELinux: initialized (dev pipefs, type pipefs), uses task SIDs SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts SELinux: initialized (dev sockfs, type sockfs), uses task SIDs SELinux: initialized (dev proc, type proc), uses genfs_contexts SELinux: initialized (dev bdev, type bdev), uses genfs_contexts SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts SELinux: policy loaded with handle_unknown=allow type=1403 audit(1215027606.702:3): policy loaded auid=4294967295 ses=4294967295 sd 0:0:0:0: Attached scsi generic sg0 type 0 shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 pata_via 0000:00:0f.1: version 0.3.3 scsi2 : pata_via scsi3 : pata_via ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14 ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15 input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 ACPI: Power Button (FF) [PWRF] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4 ACPI: Power Button (CM) [PWRB] ata4.00: ATAPI: TSSTcorpCD/DVDW SH-S182M, SB03, max UDMA/33 ata4.00: configured for UDMA/33 scsi 3:0:0:0: CD-ROM TSSTcorp CD/DVDW SH-S182M SB03 PQ: 0 ANSI: 5 scsi 3:0:0:0: Attached scsi generic sg1 type 5 via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker ACPI: PCI Interrupt 0000:00:12.0[A] -> GSI 23 (level, low) -> IRQ 23 eth0: VIA Rhine II at 0xdfffe000, 00:1d:92:a2:70:86, IRQ 23. eth0: MII PHY found at address 1, status 0x7849 advertising 01e1 Link 0000. input: PC Speaker as /devices/platform/pcspkr/input/input5 FDC 0 is a post-1991 82077 ACPI: PCI Interrupt 0000:80:01.0[A] -> GSI 17 (level, low) -> IRQ 17 PCI: Setting latency timer of device 0000:80:01.0 to 64 ALSA sound/pci/hda/hda_intel.c:1810: chipset global capabilities = 0x4401 ALSA sound/pci/hda/hda_intel.c:749: codec_mask = 0x1 hda_codec: Unknown model for ALC883, trying auto-probe from BIOS... ALSA sound/pci/hda/hda_codec.c:2857: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) ALSA sound/pci/hda/hda_codec.c:2861: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) ALSA sound/pci/hda/hda_codec.c:2865: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) ALSA sound/pci/hda/hda_codec.c:2866: mono: mono_out=0x0 ALSA sound/pci/hda/hda_codec.c:2874: inputs: mic=0x18, fmic=0x19, line=0x1a, fline=0x0, cd=0x0, aux=0x0 parport_pc 00:0a: reported by Plug and Play ACPI parport0: PC-style at 0x378, irq 7 [PCSPP] ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave Headphone Playback Volume, skipped ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave Speaker Playback Volume, skipped ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave Mono Playback Volume, skipped ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave Line-Out Playback Volume, skipped ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave Speaker Playback Switch, skipped ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave Mono Playback Switch, skipped Driver 'sr' needs updating - please use bus_type methods sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray Uniform CD-ROM driver Revision: 3.20 sr 3:0:0:0: Attached scsi CD-ROM sr0 ppdev: user-space parallel port driver device-mapper: multipath: version 1.0.5 loaded loop: module loaded EXT3 FS on dm-0, internal journal kjournald starting. Commit interval 5 seconds EXT3 FS on sda3, internal journal EXT3-fs: mounted filesystem with ordered data mode. SELinux: initialized (dev sda3, type ext3), uses xattr SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs Adding 2031608k swap on /dev/mapper/VolGroup00-LogVol01. Priority:-1 extents:1 across:2031608k Adding 3919820k swap on /dev/sda5. Priority:-2 extents:1 across:3919820k SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts powernow-k8: Found 1 AMD Athlon(tm) Processor LE-1600 processors (1 cpu cores) (version 2.20.00) powernow-k8: 0 : fid 0xe (2200 MHz), vid 0xc powernow-k8: 1 : fid 0xc (2000 MHz), vid 0xe powernow-k8: 2 : fid 0xa (1800 MHz), vid 0x10 powernow-k8: 3 : fid 0x2 (1000 MHz), vid 0x12 Marking TSC unstable due to cpufreq changes NET: Registered protocol family 10 lo: Disabled Privacy Extensions ip6_tables: (C) 2000-2006 Netfilter Core Team nf_conntrack version 0.5.0 (16384 buckets, 65536 max) ip_tables: (C) 2000-2006 Netfilter Core Team Clocksource tsc unstable (delta = -90909286 ns) RPC: Registered udp transport module. RPC: Registered tcp transport module. SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts warning: `dbus-daemon' uses deprecated v2 capabilities in a way that may be insecure. fuse init (API version 7.9) SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts Bluetooth: Core ver 2.11 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: L2CAP ver 2.9 Bluetooth: L2CAP socket layer initialized Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM ver 1.8 Bluetooth: BNEP (Ethernet Emulation) ver 1.2 Bluetooth: BNEP filters: protocol multicast Bridge firewalling registered pan0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature. martian loaded - 20080620 ACPI: PCI Interrupt 0000:04:05.0[A] -> GSI 18 (level, low) -> IRQ 18 martian: added device 11c1:44e BaseAddress = 0xbc00, CommAddres = 0xbf00, irq = 18 martian_modem is detached [root@localhost ~]# martian_modem martian: error: Common area unrecognized, no terminating signature [root@localhost ~]# slmo[K[K[K[Ksl[K[Klsmod Module Size Used by martian_dev 32920 0 bridge 59304 0 bnep 21632 2 rfcomm 44448 4 l2cap 29312 16 bnep,rfcomm bluetooth 59044 5 bnep,rfcomm,l2cap fuse 51008 1 sunrpc 185000 3 ipt_REJECT 11776 2 nf_conntrack_ipv4 17416 2 iptable_filter 11392 1 ip_tables 25232 1 iptable_filter ip6t_REJECT 12544 2 xt_tcpudp 11648 2 nf_conntrack_ipv6 23112 2 xt_state 10752 4 nf_conntrack 64528 3 nf_conntrack_ipv4,nf_conntrack_ipv6,xt_state ip6table_filter 11264 1 ip6_tables 26640 1 ip6table_filter x_tables 26248 6 ipt_REJECT,ip_tables,ip6t_REJECT,xt_tcpudp,xt_state,ip6_tables ipv6 276232 14 ip6t_REJECT,nf_conntrack_ipv6 cpufreq_ondemand 15760 1 powernow_k8 23812 0 freq_table 13440 2 cpufreq_ondemand,powernow_k8 loop 23044 0 dm_multipath 24976 0 ppdev 15624 0 sr_mod 23732 0 cdrom 40616 1 sr_mod parport_pc 33816 0 snd_hda_intel 457780 0 parport 42784 2 ppdev,parport_pc snd_seq_dummy 11524 0 floppy 66152 0 snd_seq_oss 39232 0 snd_seq_midi_event 15104 1 snd_seq_oss snd_seq 61840 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event snd_seq_device 15508 3 snd_seq_dummy,snd_seq_oss,snd_seq snd_pcm_oss 52096 0 snd_mixer_oss 23296 1 snd_pcm_oss snd_pcm 86024 2 snd_hda_intel,snd_pcm_oss pcspkr 11136 0 snd_timer 29584 2 snd_seq,snd_pcm snd_page_alloc 16912 2 snd_hda_intel,snd_pcm snd_hwdep 16520 1 snd_hda_intel k8temp 13056 0 via_rhine 30728 0 i2c_viapro 16536 0 snd 66808 10 snd_hda_intel,snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep soundcore 14864 1 snd hwmon 11064 1 k8temp mii 13184 1 via_rhine i2c_core 28448 1 i2c_viapro button 15776 0 pata_via 17796 0 shpchp 38428 0 sg 40528 0 dm_snapshot 23624 0 dm_zero 10240 0 dm_mirror 31876 0 dm_mod 61720 9 dm_multipath,dm_snapshot,dm_zero,dm_mirror ata_generic 14724 0 pata_acpi 13952 0 sata_via 17796 3 libata 149664 4 pata_via,ata_generic,pata_acpi,sata_via sd_mod 33200 4 scsi_mod 150360 4 sr_mod,sg,libata,sd_mod ext3 129808 2 jbd 52904 1 ext3 mbcache 15876 1 ext3 uhci_hcd 29984 0 ohci_hcd 29060 0 ehci_hcd 40460 0 [root@localhost ~]# lsmod | grepm [K[K 'martian' martian_dev 32920 0 [root@localhost ~]# martian -bash: martian: command not found [root@localhost ~]# martian_modem martian: error: Common area unrecognized, no terminating signature [root@localhost ~]# modprobe -r M[Kmartian_modem[K[K[K[K[Kdev [root@localhost ~]# modprobe -r martian_dev[10Partian_modem[Klsmod | grep 'martian' [root@localhost ~]# exit logout [H[J[olivares@localhost martian-full-20080625]$ make clean make -C kmodule/ clean make[1]: Entering directory `/home/olivares/Download/martian-full-20080625/kmodule' make -C /lib/modules/2.6.25.9-76.fc9.x86_64/build M="/home/olivares/Download/martian-full-20080625/kmodule" clean make[2]: Entering directory `/usr/src/kernels/2.6.25.9-76.fc9.x86_64' CLEAN /home/olivares/Download/martian-full-20080625/kmodule/.tmp_versions CLEAN /home/olivares/Download/martian-full-20080625/kmodule/Module.symvers make[2]: Leaving directory `/usr/src/kernels/2.6.25.9-76.fc9.x86_64' make[1]: Leaving directory `/home/olivares/Download/martian-full-20080625/kmodule' make -C modem/ clean make[1]: Entering directory `/home/olivares/Download/martian-full-20080625/modem' RM OBJS RM BINS RM TOOLS make[1]: Leaving directory `/home/olivares/Download/martian-full-20080625/modem' [olivares@localhost martian-full-20080625]$ cd .. [m[olivares@localhost temp]$ cd martian [olivares@localhost martian]$ make clean make -C kmodule/ clean make[1]: Entering directory `/home/olivares/Download/temp/martian/kmodule' make -C /lib/modules/2.6.25.9-76.fc9.x86_64/build M="/home/olivares/Download/temp/martian/kmodule" clean make[2]: Entering directory `/usr/src/kernels/2.6.25.9-76.fc9.x86_64' CLEAN /home/olivares/Download/temp/martian/kmodule/.tmp_versions CLEAN /home/olivares/Download/temp/martian/kmodule/Module.symvers make[2]: Leaving directory `/usr/src/kernels/2.6.25.9-76.fc9.x86_64' make[1]: Leaving directory `/home/olivares/Download/temp/martian/kmodule' make -C modem/ clean make[1]: Entering directory `/home/olivares/Download/temp/martian/modem' RM OBJS RM BINS RM TOOLS make[1]: Leaving directory `/home/olivares/Download/temp/martian/modem' [olivares@localhost martian]$ make cleancd martianls[Kcd templs[Kcd ..make clean[6Psu -c 'make -C kmodule/ install' [C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[8Pmake -C kmodule/ modules make: Entering directory `/home/olivares/Download/temp/martian/kmodule' make -C /lib/modules/2.6.25.9-76.fc9.x86_64/build M="/home/olivares/Download/temp/martian/kmodule" modules make[1]: Entering directory `/usr/src/kernels/2.6.25.9-76.fc9.x86_64' CC [M] /home/olivares/Download/temp/martian/kmodule/martian.o /home/olivares/Download/temp/martian/kmodule/martian.c: In function â??martian_isrâ??: /home/olivares/Download/temp/martian/kmodule/martian.c:160: warning: value computed is not used /home/olivares/Download/temp/martian/kmodule/martian.c: In function â??martian_addâ??: /home/olivares/Download/temp/martian/kmodule/martian.c:662: warning: passing argument 2 of â??request_irqâ?? from incompatible pointer type CC [M] /home/olivares/Download/temp/martian/kmodule/marsio.o CC [M] /home/olivares/Download/temp/martian/kmodule/mfifo.o LD [M] /home/olivares/Download/temp/martian/kmodule/martian_dev.o Building modules, stage 2. MODPOST 1 modules WARNING: modpost: Found 1 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' CC /home/olivares/Download/temp/martian/kmodule/martian_dev.mod.o LD [M] /home/olivares/Download/temp/martian/kmodule/martian_dev.ko make[1]: Leaving directory `/usr/src/kernels/2.6.25.9-76.fc9.x86_64' make: Leaving directory `/home/olivares/Download/temp/martian/kmodule' [olivares@localhost martian]$ make -C kmodule/ modulesclean[Kcd martianls[Kcd templs[Kcd ..make clean[6Psu -c 'make -C kmodule/ install' Password: make: Entering directory `/home/olivares/Download/temp/martian/kmodule' make -C /lib/modules/2.6.25.9-76.fc9.x86_64/build M="/home/olivares/Download/temp/martian/kmodule" modules_install make[1]: Entering directory `/usr/src/kernels/2.6.25.9-76.fc9.x86_64' INSTALL /home/olivares/Download/temp/martian/kmodule/martian_dev.ko DEPMOD 2.6.25.9-76.fc9.x86_64 make[1]: Leaving directory `/usr/src/kernels/2.6.25.9-76.fc9.x86_64' if ! /sbin/modprobe -nq martian_dev ; then /sbin/depmod -a; fi make: Leaving directory `/home/olivares/Download/temp/martian/kmodule' [olivares@localhost martian]$ su - Password: [root@localhost ~]# modprobe martian_dev [root@localhost ~]# martian_modem & [1] 3095 [root@localhost ~]# martian: info: Your port is /dev/ttySM0 [root@localhost ~]# chkconfig martian 0[Kon [root@localhost ~]# chkconfig martian on[K[K--list martian 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@localhost ~]# dmesg | grep 'martian' martian loaded - 20080620 martian: added device 11c1:44e BaseAddress = 0xbc00, CommAddres = 0xbf00, irq = 18 martian_modem is detached martian_modem is detached martian_modem is detached martian loaded - 20061202 "martian_dev": added device 11c1:44e BaseAddress = 0xbc00, CommAddres = 0xbf00, irq = 18 "martian_dev": serving irqs in module "martian_dev": martian_modem is attached. [root@localhost ~]# exit logout [H[J[olivares@localhost martian]$ exit exit Script done on Wed 02 Jul 2008 02:45:56 PM CDT