[Bug 61827] Re: Wireless on Amilo M7440 doesn't work: needs module fsm7440

2009-07-15 Thread enteruk
@MrBenner,

Thanks a lot that works fine. My mistake was missing sudo in
modeprobe...

I have another problem: my amilo is switching off after some time(10 -30 min) 
after work in 
Ubuntu 9.04 already three or four times.
I have not done any suggested updates yet. Can that help?

Thanks.

-- 
Wireless on Amilo M7440 doesn't work: needs module fsm7440
https://bugs.launchpad.net/bugs/61827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61827] Re: Wireless on Amilo M7440 doesn't work: needs module fsm7440

2009-07-13 Thread enteruk
@MrBenner

Well I have tried both ways echo... and sudo echo..., you can see it in
the dump:

v...@vic-m7440:/proc/fsam7440$ echo 1 > /proc/fsam7440/radio
bash: /proc/fsam7440/radio: Permission denied

v...@vic-m7440:/proc/fsam7440$ sudo echo 1 > /proc/fsam7440/radio
bash: /proc/fsam7440/radio: Permission denied

v...@vic-m7440:/proc/fsam7440$ cat /proc/fsam7440/radio
fsam7440: 0

, but anyway I've got the message Permission denied and cat returns 0
???

-- 
Wireless on Amilo M7440 doesn't work: needs module fsm7440
https://bugs.launchpad.net/bugs/61827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61827] Re: Wireless on Amilo M7440 doesn't work: needs module fsm7440

2009-07-12 Thread enteruk
@MrBenner
No, I tried the fsam7440.c attached to Björn Ruberg post above. What 
description you are talking about, sorry I have not found any... 

I tried sudo make install and it worked well:
v...@vic-m7440:~/Desktop/fsam7440-0.4$ sudo make
make -C /lib/modules/2.6.28-11-generic/build 
SUBDIRS=/home/vic/Desktop/fsam7440-0.4 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.28-11-generic'
  Building modules, stage 2.
  MODPOST 1 modules
make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-11-generic'
v...@vic-m7440:~/Desktop/fsam7440-0.4$ sudo make install
su -c "install -d /lib/modules/2.6.28-11-generic/kernel/net/wireless/ && 
install -m 644 -c fsam7440.ko 
/lib/modules/2.6.28-11-generic/kernel/net/wireless/ && /sbin/depmod -a"
v...@vic-m7440:~/Desktop/fsam7440-0.4$ 

/proc/fsam7440/radio was created, but root is owner and I do not have
permissions to modify it:

v...@vic-m7440:/proc/fsam7440$ ls -l
total 0
-rw-r--r-- 1 root root 0 2009-07-12 19:15 radio
v...@vic-m7440:/proc/fsam7440$ echo 1 > /proc/fsam7440/radio
bash: /proc/fsam7440/radio: Permission denied
v...@vic-m7440:/proc/fsam7440$ sudo echo 1 > /proc/fsam7440/radio
bash: /proc/fsam7440/radio: Permission denied
v...@vic-m7440:/proc/fsam7440$ cat /proc/fsam7440/radio
fsam7440: 0
v...@vic-m7440:/proc/fsam7440$ 

Am I doing anything wrong?

-- 
Wireless on Amilo M7440 doesn't work: needs module fsm7440
https://bugs.launchpad.net/bugs/61827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 61827] Re: Wireless on Amilo M7440 doesn't work: needs module fsm7440

2009-07-11 Thread enteruk
Hi All,

I have got error Authentication failure after 
make install:

v...@vic-m7440:~/Desktop/fsam7440-0.4$ make
make -C /lib/modules/2.6.28-11-generic/build 
SUBDIRS=/home/vic/Desktop/fsam7440-0.4 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.28-11-generic'
  CC [M]  /home/vic/Desktop/fsam7440-0.4/fsam7440.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC  /home/vic/Desktop/fsam7440-0.4/fsam7440.mod.o
  LD [M]  /home/vic/Desktop/fsam7440-0.4/fsam7440.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-11-generic'
v...@vic-m7440:~/Desktop/fsam7440-0.4$ make install
su -c "install -d /lib/modules/2.6.28-11-generic/kernel/net/wireless/ && 
install -m 644 -c fsam7440.ko 
/lib/modules/2.6.28-11-generic/kernel/net/wireless/ && /sbin/depmod -a"
Password: 
su: Authentication failure
make: *** [install] Error 1

I have typed my password as first Ubuntu User. I am only on Ubuntu just few 
days. Could anybody give me a clue, please?
Thanks in advance.

-- 
Wireless on Amilo M7440 doesn't work: needs module fsm7440
https://bugs.launchpad.net/bugs/61827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs