Ceni finds my"wifi hardware interface" : wlan0, ralink, etc etc
and the logical one : eth0
topic title: [SOLVED] Pb with antiX 8 installation
-
Posts: 125
- Joined: 15 May 2009
-
Posts: 1,228
- Joined: 15 Jun 2008
#62
Go to /home/'your user'/.fluxbox (to see hidden files, press ctrl+H) and open 'startup' as text.
Where you see '# Applications you want to run with fluxbox.', below that, you add a line
then reboot.
To open the file in Terminal, just type
you can use nano or geany instead of leafpad too.
EDIT - the above instructions are to start Wicd toolbar icon and keep it there. Now that Ceni recognized your WiFi, maybe Wicd will see (and manage) it too.
Where you see '# Applications you want to run with fluxbox.', below that, you add a line
Code: Select all
wicd-client &
To open the file in Terminal, just type
Code: Select all
leafpad ~/.fluxbox/startup
EDIT - the above instructions are to start Wicd toolbar icon and keep it there. Now that Ceni recognized your WiFi, maybe Wicd will see (and manage) it too.
-
Posts: 125
- Joined: 15 May 2009
#63
No, it was a mistake of mine, it doesn't recognize the wifi card, excuse-me
-
Posts: 125
- Joined: 15 May 2009
#64
Modification done. I have the tray. Thanks.
"No wireless networks found"
Neither ceni neither wicd recognizes the wi-fi card which remains switched off....
__{{emoticon}}__
Good night !
"No wireless networks found"
Neither ceni neither wicd recognizes the wi-fi card which remains switched off....
__{{emoticon}}__
Good night !
-
Posts: 1,228
- Joined: 15 Jun 2008
#65
One thing that may make it easier to use Fluxbox is this:
in ~/.fluxbox/keys are the shortcuts for Fluxbox (Mod1 is 'alt' key and Mod4 is 'windows' key, I think). There you may set the shortcut you like (see the Fluxbox manual so you can find how 'ctrl' key is named etc.), just check if they work without interfering with the shortcuts of the programs you use most. Then you edit ~/.conkyrc , which is the Conky file, and add at the end some lines explaining the shortcuts like
instead of white you put the colour your Conky is using. So all the shortcuts will show in Conky and you wont forget.
in ~/.fluxbox/keys are the shortcuts for Fluxbox (Mod1 is 'alt' key and Mod4 is 'windows' key, I think). There you may set the shortcut you like (see the Fluxbox manual so you can find how 'ctrl' key is named etc.), just check if they work without interfering with the shortcuts of the programs you use most. Then you edit ~/.conkyrc , which is the Conky file, and add at the end some lines explaining the shortcuts like
Code: Select all
${color white}Alt+F = Iceweasel
-
Posts: 125
- Joined: 15 May 2009
#66
Yes, thanks. I'll see it later.
My main pb is wifi.
Well, anyway, don't care, it always takes weeks obtaining a wifi connection with linux... __{{emoticon}}__
My main pb is wifi.
Well, anyway, don't care, it always takes weeks obtaining a wifi connection with linux... __{{emoticon}}__
-
Posts: 1,228
- Joined: 15 Jun 2008
#67
Pierre, post the model of your wifi card, so someone may find a way for it to work.
S.
S.
-
Posts: 125
- Joined: 15 May 2009
#68
It is
D-Link AirPlusG DWL-G630
D-Link AirPlusG DWL-G630
-
Posts: 42
- Joined: 19 May 2009
#69
There seem to be two chipsets for this card. Ralink and Atheros. post results of :
Code: Select all
lspci [code]
- Pierre771
- Joined: 15 May 2009
#70
Hello and thanks !
lscpi do see my card
What should I do now, please ?
I guess the driver is missing, isn't it ?
Thank you
lscpi do see my card
06:00.0 Network controller: RaLink RT2561/RT61 rev B 802.11g
However the card is swtiched off and wicd noesn't find any wireless networkpierre@mepis1:~$ lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 630 Host (rev 31)
00:00.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:01.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge)
00:01.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 07)
00:01.4 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS PCI Audio Accelerator (rev 02)
00:01.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0)
00:02.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
00:08.0 CardBus bridge: Texas Instruments PCI1225 (rev 01)
00:08.1 CardBus bridge: Texas Instruments PCI1225 (rev 01)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter (rev 31)
06:00.0 Ethernet controller: D-Link System Inc DFE-690TXD CardBus PC Card (rev 10)
pierre@mepis1:~$ lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 630 Host (rev 31)
00:00.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:01.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge)
00:01.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 07)
00:01.4 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS PCI Audio Accelerator (rev 02)
00:01.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0)
00:02.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
00:08.0 CardBus bridge: Texas Instruments PCI1225 (rev 01)
00:08.1 CardBus bridge: Texas Instruments PCI1225 (rev 01)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter (rev 31)
06:00.0 Network controller: RaLink RT2561/RT61 rev B 802.11g
pierre@mepis1:~$
What should I do now, please ?
I guess the driver is missing, isn't it ?
Thank you
-
Posts: 125
- Joined: 15 May 2009
#71
Good afternoon
it's logical that, if the driver is not present, nothing should go and look for it automatically, because, by definition, there is no connection.
I guess it's necessary to install it manually ? I don't know how to do it...
it's logical that, if the driver is not present, nothing should go and look for it automatically, because, by definition, there is no connection.
I guess it's necessary to install it manually ? I don't know how to do it...
-
Posts: 125
- Joined: 15 May 2009
#72
Good evening
I have another (light) pb :
What should I do please ?
I have another (light) pb :
Code: Select all
W: GPG error: ftp://ftp.mepis.com mepis-8.0 Release: Les signatures suivantes ne sont pas valables : KEYEXPIRED 1232642708 KEYEXPIRED 1232642708 KEYEXPIRED 1232642708
-
Posts: 609
- Joined: 02 Jun 2008
#73
about the light problem:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/gpg-error-keyexpired-t1731.html"
linktext was:"antix.freeforu ms.org/gpg-error-k ... t1731.html"
====================================
" onclick="window.open(this.href);return false
it's the third post bellow yours __{{emoticon}}__
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/gpg-error-keyexpired-t1731.html"
linktext was:"antix.freeforu ms.org/gpg-error-k ... t1731.html"
====================================
" onclick="window.open(this.href);return false
it's the third post bellow yours __{{emoticon}}__
-
Posts: 125
- Joined: 15 May 2009
#74
Light pb resolved, thanks !
-
Posts: 1,228
- Joined: 15 Jun 2008
#75
Pierre I found that:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://forums.opensuse.org/archives/sf-archives/archives-tips-tricks-tweaks/332352-ralink-rt2561-rt61-native-linux-drivers.html"
linktext was:"http://forums.opensuse.org/archives/sf- ... ivers.html"
====================================
" onclick="window.open(this.href);return false
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://kmandla.wordpress.com/2006/12/17/ralink-rt61-edgy-and-nvidia-again/"
linktext was:"http://kmandla.wordpress.com/2006/12/17 ... dia-again/"
====================================
" onclick="window.open(this.href);return false
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ubuntuforums.org/showthread.php?t=132980"
linktext was:"http://ubuntuforums.org/showthread.php?t=132980"
====================================
" onclick="window.open(this.href);return false
the last one is the one maybe would work for you since it has a how-to to just install the firmware and use the kernel module (go to '(b) rt61 in Dapper', in the first post), otherwise you should blacklist the modules for the Ralink driver to work (I'm not sure how to see if they're present in your installation).
Now, as I've said, I've got no wifi and I'm definitely unexperienced in compiling things but what we can help, we'll help.
- - there should be a built-in kernel module (driver)for it , 'rt61' and/or 'rt61pci'.
- there is a Ralink driver and firmware, 'RT2501PCI/mPCI/CB/(RT61:RT2561/RT2561S/RT2661)' and 'Firmware RT2501(RT2561/RT2661)'.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.ralinktech.com/ralink/Home/Support/Linux.html"
linktext was:"http://www.ralinktech.com/ralink/Home/S ... Linux.html"
====================================
" onclick="window.open(this.href);return false
- there are open-source drivers for it.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page"
linktext was:"http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page"
====================================
" onclick="window.open(this.href);return false
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://forums.opensuse.org/archives/sf-archives/archives-tips-tricks-tweaks/332352-ralink-rt2561-rt61-native-linux-drivers.html"
linktext was:"http://forums.opensuse.org/archives/sf- ... ivers.html"
====================================
" onclick="window.open(this.href);return false
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://kmandla.wordpress.com/2006/12/17/ralink-rt61-edgy-and-nvidia-again/"
linktext was:"http://kmandla.wordpress.com/2006/12/17 ... dia-again/"
====================================
" onclick="window.open(this.href);return false
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ubuntuforums.org/showthread.php?t=132980"
linktext was:"http://ubuntuforums.org/showthread.php?t=132980"
====================================
" onclick="window.open(this.href);return false
the last one is the one maybe would work for you since it has a how-to to just install the firmware and use the kernel module (go to '(b) rt61 in Dapper', in the first post), otherwise you should blacklist the modules for the Ralink driver to work (I'm not sure how to see if they're present in your installation).
Now, as I've said, I've got no wifi and I'm definitely unexperienced in compiling things but what we can help, we'll help.
Last edited by secipolla on 28 May 2009, 22:04, edited 1 time in total.