Fujitsu Siemens ile wireless bağlantı sorunu...

Başlatan tgulen, 14 Ekim 2009 - 23:31:21

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

localhost

Siz indirdiginiz dosyanin icine baktinizmi? Dosya SIKIstirilmis bir sekilde iniyor. Dosya actiginizda fsaa1655g adinda bir klasöre cikiyor. Icinde Readme dosyasi var. Dosyada diyorki
Wireless switch for AMILO A1655G
----------------------------------
The Amilo A1655G don't use a only-hardware switch, it need
a software driver that making calls to turn the radio off/on.

This module (Kernel 2.4-2.6) allows change the status of wireless
card's radio on Fujitsu-Siemens Amilo A1655G.

To choose the state of the radio when the module is loaded you
can edit 'radio' parameter.

modprobe fsaa1655g radio=0  (ON)
modprobe fsaa1655g radio=1  (OFF)

Also you can change the state of the card edit /proc/fsaa1655g/radio
and view the state in this file:

echo 0 > /proc/fsaa1655g/radio (Turn OFF)
echo 1 > /proc/fsaa1655g/radio (Turn ON)

cat /proc/fsaa1655g/radio (View the state)
  0 = OFF       1 = ON
Linux LPIC1 - MCSA

tgulen

Evet bu dosyayı ben de şimdi bilgisayarıma indirdim. Bu metni gördüm. İçinde make yok sanırım... Ne yapılabilir bu durumda?
"Müziksiz bir hayat hatadır" - Nietzsche

localhost

Linux LPIC1 - MCSA

tgulen

Hmmm :)

O zaman bu yöntemi geçiyoruz sanırım... :)

Yahu ne zormuş şu tuşu çalıştırmak... Of dedim resmen...


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 21 Ekim 2009 - 23:36:24

Peki bu sayfadaki bilgiler işe yarar mı acaba?

http://damagedspline.blogspot.com/2007/03/fsc-amilo-a1650g-ubuntu-fiesty-32bit.html

Ne dersiniz?
"Müziksiz bir hayat hatadır" - Nietzsche

localhost

Biz zaten bunlari denedik. Sizdeki sorun modulun olmamasi.
Linux LPIC1 - MCSA

tgulen

"Müziksiz bir hayat hatadır" - Nietzsche

localhost

Linux LPIC1 - MCSA

tgulen

Fujitsu Siemens kullanan ve aynı sorunu yaşan bir sürü kişi varmış aslında. Özellike yurtdışındaki forumlarda da çok gördüm. Ama çözüme götürecek bir yol yazılı olarak yok... :S

O zaman bu modül ile ilgili özel bir forum başlığı açalım. Belki biri çözmüş olabilir...

Teşekkür ederim size de... :)

Saygılarımla...

T:)

"Müziksiz bir hayat hatadır" - Nietzsche

localhost

Calistiran varda sizde calismiyor. Fransadaki wiki de özel script yapip her defasinda kendisi karti aktif ediyor. http://doc.ubuntu-fr.org/acerhk
Cogu kisi calistirmis. Ya siz bazi seyleri yapamadiniz yada sizin sistemde birseyler eksik. Bir sürü döküman bulduk eger hic biri calismiyorsa sorun bence sizin sistemde. En son kendim girip birsey yapacagim :)
Linux LPIC1 - MCSA

tgulen

Fransızcam pek bir kıttır. O nedenle bir şey öğrenemedim bu sayfadan... :) Yine de teşekkür ederim :)
"Müziksiz bir hayat hatadır" - Nietzsche

garafatma

Fransızcaya gerek yok bunun için.


Boş bir metin dosyası açıp aşağıdakileri içine yapıştırarak kaydedip kapatın.
#!/bin/sh -e
case $1 in
        start|on)
                modprobe acerhk && echo 1 > /proc/driver/acerhk/wirelessled
        ;;
        stop|off)
                echo 0 > /proc/driver/acerhk/wirelessled
        ;;
        restart)
                $0 stop
                $0 start
esac

exit 0


Bu metin dosyasını /etc/init.d altına "wifi" isminde kaydedin ve konsoldan /etc/init.d dizinindeyken

sudo chmod 755 /etc/init.d/wifi
sudo chmod +x  /etc/init.d/wifi


komutlarını uygulayın. Yine konsoldan

sudo update-rc.d wifi defaults

Komutunu girdikten sonra sistemi yeniden başlatın. başladıktan sonra yine olmazsa konsoldan,

sudo /etc/init.d/wifi komutunu girin.
Bira, Tanrı'nın bizi sevdiğinin ve eğlenmemizi istediğinin kanıtıdır.

>-- Askıdaki Çeviri --< Ubuntu Türkçe Çevirilerine Sizde Destek Olun
Elveda metal müziğin tanrısı... \m/ Ronnie James DIO: 1942 - 2010

tgulen

/etc/init.d altına "wifi" isminde kaydedin noktasına geldim de /'den önceki klasör neresi? Uçbirimden mi yapacağım bunu da? Veya sistem dosyaları içindeki bir yere mi ekleyeceğim bu dosyayı?
"Müziksiz bir hayat hatadır" - Nietzsche

garafatma

/'dan önce bir yer yok zaten :)
Nautilus'tan da olur, konsoldan da olur fark etmez.

Alt+F2 yapıp, gksu nautilus yazdıktan sonra dosya sisteminden etc dizinini bulup, içinde init.d diye bir dizinin içine kopyalamanız  gerek.
Bira, Tanrı'nın bizi sevdiğinin ve eğlenmemizi istediğinin kanıtıdır.

>-- Askıdaki Çeviri --< Ubuntu Türkçe Çevirilerine Sizde Destek Olun
Elveda metal müziğin tanrısı... \m/ Ronnie James DIO: 1942 - 2010

tgulen

#63
Şimdi söylediklerinizi yaptım ve restart ediyorum :)

Umarım olmuştur... :)

TG


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 20 Ekim 2009 - 08:42:38

her söyleneni yapmış olmama rağmen hala çalışmıyor... Çıldırmaya ramak kaldı...


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 20 Ekim 2009 - 18:54:37

Sanırım daha fazla zorlamamak gerekiyor. :) Ubuntu ile wireless internete bağlanamayacaksam bu benim için ciddi bir problemdir. Ubuntu maceramın sonu sanırım :)

Yardımcı olan herkese teşekkürlerimi iletmek isterim... :)

Saygılarımla...

T:)


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 21 Ekim 2009 - 15:20:35

Son olarak denenmiş ve sonuca ulaşılmış bir sayfa bulmuştum. Bunu da denemeye çalışacağım ancak Ubuntu'nun eski versiyonu derken 7 versiyonundan mı bahsediliyor acaba?


Kaynak da şu sayfadır: http://forum.ts.fujitsu.com/forum/viewtopic.php?f=98&t=39117

I was able to resolve the problem myself. I used the following method:

I first logged on to the previous version of the Ubuntu OS. (which was present on my laptop, I think this is standard with Ubuntu)

I repaired the newest version of Ubuntu by the Synaptic package manager, I basically reinstalled a lot of things of that version (everything I could find). That way all my "messing up Ubuntu" was undone.

Then, I restarted and went back to the latest version of my Ubuntu OS.

Next, I downloaded the fsam7440 package from sourceforge; and I patched and installed it following this guide:
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.17/+bug/61827
Be sure you start in the Terminal with sudo su (so you don't have problems with authorisations)
I basically followed their steps, but i did have to type "apt-get install patch" to be able to patch.

Next, I typed in the Terminal: modprobe ipw2200
modprobe fsam7440

And it worked like a charm! Apparently the drivers for the intel pro wireless 2200bg are standardly included in Ubuntu.

Extra:
I added fsam7440 and ipw2200 to /etc/modules to be sure they start after rebooting. I followed these steps:

sudo gedit /etc/modules

And in the appearing list, I added ipw2200 and fsam7440. Saved and exited, and it worked.
"Müziksiz bir hayat hatadır" - Nietzsche

klbecit

2 yıl önce ubuntuya geçmek istemiştim lakin bu sorunu çözemediğimden dolayı geçememiştim... bu sefer iş nedeni ile mecbur geçmem gerekti... herşeyi göze alıp geçmiştim ama şansıma sorunu çözen biri çıkmış...

buyrun çözüm yöntemi...

http://forum.ts.fujitsu.com/forum/viewtopic.php?f=59&t=44254&p=141992&hilit=wireless+linux#p141992