just another maintenance release before switching to userspace that fixes the following bugs đł
- possible null pointer dereference in proc code
- module exit code was mistakenly disabled
grab the tarball here » fsam7400-0.5.1.tgz
just another maintenance release before switching to userspace that fixes the following bugs đł
grab the tarball here » fsam7400-0.5.1.tgz
Kommentare sind geschlossen.
Hi Zwobbl
I’d like to start off by saying that you rock – thanks to you I’ve been using my M7400 wireless on Gentoo for months with no problems.
However I’ve just installed Ubunty Edgy on the same laptop, and I can’t get wireless working. Edgy comes with v4 of your module, but it didn’t seem to work so I tried v5.1. With either version I get something like the following in /var/log/messages when I do modprobe fsam7400:
Oct 28 11:37:06 edward kernel: [17180747.388000] fsam7400: SW RF kill switch for Fujitsu Siemens Amilo M 7400, v0.5.0
Oct 28 11:37:06 edward kernel: [17180747.388000] fsam7400: Copyright(c) 2004 zwobbl đ
Oct 28 11:37:06 edward kernel: [17180747.388000] fsam7400: no supported wireless hardware found
Any ideas what the problem might be? If I boot into gentoo everything works as it should, which I guess rules out hardware / bios issues.
And I’d like to point out that you rock again. It’s a shame the only time I bother to contact developers is when things don’t work properly. Your work is very much appreciated.
Joe
The kernel on the working gentoo partition is vanilla 2.6.18, btw. Was working fine with previous kernels too.
Thanks for your comment! It’s kinda weird that it is not running on Ubuntu Edgy. Can you please load the module with
modprobe fsam7400 debug=1
This way we might get some more information on what’s going wrong…
gah, I am a fool. I needed fsam7440, not fsam7400. So your module probably works fine, sorry for false alarm.
Pingback: Namsisi - Blog
Hello
The 0.5.1 version doesn’t compile on my archlinux with 2.6.19.1 kernel đ
Is there a quick patch to make it compile?
Thanks
please apply this patch
Wow!
A very quick answer!
Thank you very much!
đ
Hi,
I’m an happy fsam user from a very long time, but yesterday I’ve replaced my Fedora Core 5 with FC6: it doesn’t seem to work… I’m not able to switch on my ipw2100!
I’m using the 0.5.1 version with the proposed patch (previous reply in the blog). If I look at „dmesg“ log I obtain:
fsam7400: SW RF kill switch for Fujitsu Siemens Amilo M 7400, v0.5.0
fsam7400: Copyright(c) 2004 zwobbl đ
BUG: sleeping function called from invalid context at mm/slab.c:2948
in_atomic():0, irqs_disabled():1
[] dump_trace+0x69/0x1af
[] show_trace_log_lvl+0x18/0x2c
[] show_trace+0xf/0x11
[] dump_stack+0x15/0x17
[] __kmalloc+0x42/0x81
[] proc_create+0x8e/0xdf
[] proc_mkdir_mode+0x22/0x54
[] common_init+0xcf/0x2ff [fsam7400]
[] sys_init_module+0x17de/0x1977
[] syscall_call+0x7/0xb
DWARF2 unwinder stuck at syscall_call+0x7/0xb
Leftover inexact backtrace:
Any Idea?
Thank you in advance!!!
Hi,
by including linux/pci.h and adding the following code snippet to fsam7400.c, I got the module to auto-load at boot time with openSUSE 10.2 on a friend’s laptop.
— snip —
static struct pci_device_id fsam7400_pci_tbl[] = {
{ 0x8086, 0x3584, 0x1734, 0x1033, 0, 0 , 0UL },
{ 0, }
};
MODULE_DEVICE_TABLE(pci, fsam7400_pci_tbl);
— snap —
Maybe you can include it in the next version and extend the list by PCI IDs found in other laptop models this module is known to work on.
All PCI devices that are directly provided by the chipset seem to have 1734:1033 as the sub vendor and device ID. First I planned to add only this sub IDs and wildcards for the main IDs, but I was afraid that this might prevent the regular drivers for some devices from getting loaded. So I picked the ID of a PCI device for which no special module seems to get loaded.
ERRATA CORRIGE
In my previous post I wrote about my problem to switch on the radio after installing FC6; so I logged my dmesg output.
They are two different problems:
1. To enable my radio it was enough to download the firmware… I forgot it… sorry!
2. The errors still remain but they seem to not affect the operations…
Thanks again and happy new year!
Thank you very much for your fsam7400!
Now my ipw3945 working!
Very good works.
PS
Debian unstable
2.6.18-3-686
amilo pro v3505
Hello Zwobbl
Thank you very much for your work with the fsam module. I’m finally able to use the wireless connection of my Maxdata Pro 7000X đ
Best Wishes from Switzerland.
Reisiger
Hi,
i’ve installed vista on my amilo M7440 and i can’t activate my wireless card. i tried your sorf fsam7440 dev-c++ projet but i failed to compilate it due to lot of problems.
i wish you to give an executable version for vista or a visual studio project.
thinks
sorry, fsam7440 is not my project!
please have a look at the project page http://fsam7440.sourceforge.net/ and contact the authors.
hi,
i have an amilo m 7400 notebook and i use debian etch.
i can’t compile your latest module.
when i do „make“ process stop and there is no output.
the kernel is 2.6.18-4-686.
Thanks.
giovanni
solved!
see you
I have the same problem gio. How did you solve ?
It seems that there was a mess in the compilation directories and links. After a fresh install of xubuntu edgy, it works ! thanks for the work zwob. will it be included in a distro some day?
Hello,
thanks for a tool.
I have no problems under kubuntu 6.10.
I update to feisty fawn and now i cant start fsam7400
i have install fsam7400 0.5.1. on Amilo 7400 (ipw2100)
then sudo modprobe fsam7400
FATAL: Error inserting fsam7400 (/lib/modules/2.6.20-15-generic/extra/fsam7400.ko): Unknown symbol in module, or unknown parameter (see dmesg)
What can i do?
thx for help
you could try out rfsam
Hello,
thanks for this tool
I had no problems under Kubuntu 6.10 edgy.
I have update to Feisty Fawn and now i cant start the module.
after sudo modprobe fsam7400
FATAL: Error inserting fsam7400 (/lib/modules/2.6.20-15-generic/extra/fsam7400.ko): Unknown symbol in module, or unknown parameter (see dmesg)
What can i do?
i have amilo 7400. Ipw2100.
sry for double post, i couldnt see my post.
i have test rfsam, but i cant install it.
after cmake .
i have 2 errors…
what do the errors look like? other people seem to have no problem with rfsam and feisty fawn. Please provide some details. I think your problem can by solved by some ubuntu users… đ
i have post a problem with fsam on kubuntu forum, but no answers…
sudo cmake .
…
— Check for working C compiler: /usr/bin/gcc
— Check for working C compiler: /usr/bin/gcc — broken
CMake Error: The C compiler „/usr/bin/gcc“ is not able to compile a si
mple test program.
…
/home/kiki/rfsam-0.1/rfsam/CMakeFiles/CMakeTmp/testCCompiler.c:12: War
nung: UnvertrÀgliche implizite Deklaration der eingebauten Funktion »p
rintf«
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/testCCompiler.o] Fehler
1
make[1]: Verlasse Verzeichnis ‚/home/kiki/rfsam-0.1/rfsam/CMakeFiles/C MakeTmp‘
make: *** [cmTryCompileExec/fast] Fehler 2
CMake will not be able to correctly generate this project.
CMake Error: your CXX compiler: „CMAKE_CXX_COMPILER-NOTFOUND“ was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or nam e.
i have gcc 4.1
hey it works đ
i must install gcc++
thx
hello zwobbl
there are missing files in the ubuntu 7.04 source tree: linux -2.6.20 …/include/linux/config.h and modversions.h. So I can’t compile
Can I take other sources?
Another question: rfsam works fine on my amilo 7400 so I do not really need the things above. How can I make the WLAN leds work?.
thank you