Welcome Guest ( Log In | Register )

10 Pages « < 4 5 6 7 8 > » Bottom

Outline · [ Standard ] · Linear+

 The Great Tiling WM Adventure + Some Wireless Stuf, Hosted by G-17

views
     
cocooh
post Jul 12 2011, 10:40 PM

✔ Awesomeness ✔
*******
Senior Member
2,789 posts

Joined: Jul 2010
From: Silicon Valley


QUOTE(Acid_RuleZz @ Jul 12 2011, 10:37 PM)
^ Authentication failed?
*
The first attempt before i change the settings to DCHP is Access Point Authentication failed

Now it writes wlan0 timeout mad.gif
G-17
post Jul 12 2011, 10:42 PM

Securely Paranoid
******
Senior Member
1,748 posts

Joined: Mar 2010
QUOTE(cocooh @ Jul 12 2011, 10:34 PM)
No luck sad.gif
*

What kind of encryption do you use (set in your router, not computer) .... WEP or WPA1/2
If it's WPA, check to see if you have wpa_supplicant installed.

Also, if WPA you can try manually.

In term:
CODE
# ifconfig wlan0 up
# iwconfig wlan0 essid "my_network"
# wpa_supplicant -B -iwlan0 -c/etc/wpa_supplicant.conf
# dhcpcd wlan0

replace "wlan0" with your own (usually wlan0 is correct, but some systems default to eth1)
replace "my network" with your routers essid.

cocooh
post Jul 12 2011, 10:44 PM

✔ Awesomeness ✔
*******
Senior Member
2,789 posts

Joined: Jul 2010
From: Silicon Valley


QUOTE(G-17 @ Jul 12 2011, 10:42 PM)
What kind of encryption do you use (set in your router, not computer) .... WEP or WPA1/2
If it's WPA, check to see if you have wpa_supplicant installed.

Also, if WPA you can try manually.

In term:
CODE
# ifconfig wlan0 up
# iwconfig wlan0 essid "my_network"
# wpa_supplicant -B -iwlan0 -c/etc/wpa_supplicant.conf
# dhcpcd wlan0

replace "wlan0" with your own (usually wlan0 is correct, but some systems default to eth1)
replace "my network" with your routers essid.
*
WEP sweat.gif
G-17
post Jul 12 2011, 11:29 PM

Securely Paranoid
******
Senior Member
1,748 posts

Joined: Mar 2010
QUOTE(cocooh @ Jul 12 2011, 10:44 PM)
WEP  sweat.gif
*

FWIW, WEP is so insecure that it's basically the same as having no encyption at all.

Anyways, I'm not quite sure what the problem could be. It might be a problem with your particulat card's driver, it might be a wicd related problem (did you try wicd-curses in terminal instead of the normal wicd gui?), it could be an encryption issue...etc.

what does this output?
CODE
iwconfig


Also, to connect manually, try this:
CODE
iwconfig wlan0 enc blah-blah

replace wlan0 with your wireless device if necessary. replace blah-blah with your WEP encryption key.
If you can some error message, try replacing enc with "key' (without quotes)

...then
CODE
ifconfig wlan0 essid any


...and then
CODE
iwconfig wlan0 up


You should "man iwconfig" in terminal to check all it's options.

This post has been edited by G-17: Jul 12 2011, 11:31 PM
TSfarkinid
post Jul 13 2011, 11:14 AM

Enthusiast
*****
Senior Member
997 posts

Joined: Feb 2007


Just to note, you have to check if your wireless network uses WEP Passphrase or Preshared key. wicd differentiates it. If you set wicd to Passphrase but your router is set to Preshared, then you will get an authentication failure.
G-17
post Jul 13 2011, 02:02 PM

Securely Paranoid
******
Senior Member
1,748 posts

Joined: Mar 2010
^Aah ... I overlooked that bit.
Hope Zai's still around to try it. He's been quiet for a few hours now, I'm worried he ran back to Gnome and/or *buntu already. sweat.gif
TSfarkinid
post Jul 13 2011, 04:22 PM

Enthusiast
*****
Senior Member
997 posts

Joined: Feb 2007


QUOTE(G-17 @ Jul 13 2011, 02:02 PM)
^Aah ... I overlooked that bit.
Hope Zai's still around to try it. He's been quiet for a few hours now, I'm worried he ran back to Gnome and/or *buntu already. sweat.gif
*
LOL worried....

At least its still linux. If he said he is going back to Windows or :gasp: OSX, then somebody better stop him quick.

But he might have messed up all the configs with all the codes being thrown around. I think its better to put everything to default 1st. Wireless is usually dynamic addresses (dhcp assigned). This is because if you assign it as static, you'll have problems at starbucks/coffeebeans/oldkopitiam for sure.
cocooh
post Jul 13 2011, 04:25 PM

✔ Awesomeness ✔
*******
Senior Member
2,789 posts

Joined: Jul 2010
From: Silicon Valley


LOL -- i never go back to ubuntu

Was busy finishing my slides last night laugh.gif sry

here , iwconfig


lo no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=27 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:6469-6E67-3932-3132-3330-3130-33
Power Management:off

pan0 no wireless extensions.

Hmm , i guess everyones modem is passphrase ?


Added on July 13, 2011, 4:37 pmUpdate : even if i connect to wireless manually via urxvt with commands ~ still give me timeout when i typed dhcpcd wlan0

But it seems no error with : iwconfig wlan0 essid "HausOfGaga" key "s:xxxxx"

sweat.gif

@farkinid , Any how i can revert the settings back to normal ? sweat.gif

This post has been edited by cocooh: Jul 13 2011, 04:37 PM
TSfarkinid
post Jul 13 2011, 04:59 PM

Enthusiast
*****
Senior Member
997 posts

Joined: Feb 2007


QUOTE(cocooh @ Jul 13 2011, 04:25 PM)
@farkinid , Any how i can revert the settings back to normal ?  sweat.gif
*
I assume that you are using a tiling WM. So everything is command line right?

I don't think there is a revert to default button, so you'll have to manually undo everything you have done so far. Once that is done you can check and see if you are having the authentication problem again. If you aren't but yet still can't get connected, I suggest d/l-ing aircrack-ng to get your wireless card associated with the wireless network.

Aircrack won't fix your problem but it might help testing if your wireless card has problems associating with the network. There might be an easier method to check for association problems but I've always just used aircrack. Also if it does get associated, you can try wireshark analysis to find out what packets are being thrown back and forth.
Acid_RuleZz
post Jul 13 2011, 07:49 PM

ミウ ❤
*******
Senior Member
6,612 posts

Joined: Jan 2003
From: Tomorrow


Static IP also failed?
cocooh
post Jul 13 2011, 08:10 PM

✔ Awesomeness ✔
*******
Senior Member
2,789 posts

Joined: Jul 2010
From: Silicon Valley


QUOTE(Acid_RuleZz @ Jul 13 2011, 07:49 PM)
Static IP also failed?
*
yup shocking.gif
TSfarkinid
post Jul 14 2011, 12:19 AM

Enthusiast
*****
Senior Member
997 posts

Joined: Feb 2007


QUOTE(Acid_RuleZz @ Jul 13 2011, 07:49 PM)
Static IP also failed?
*
It doesn't sound like a problem in acquiring network address. The 3 main parts of connecting to a wireless network are
  1. Association
  2. Authentication
  3. Acquisition

At this point, the only thing we know is that Authentication already fails. Acquisition doesn't come into the picture yet. Therefore, need to check the 1st 2.
cocooh
post Jul 14 2011, 02:36 AM

✔ Awesomeness ✔
*******
Senior Member
2,789 posts

Joined: Jul 2010
From: Silicon Valley


== Finally !!!

Reinstalled Debian with XFCE4 atm

Now gonna install Scrotwm biggrin.gif

Although i experience frequent disconnection with the Wicd from first few try , its much stable now (I guess laugh.gif )

Loads to tweak
cocooh
post Jul 14 2011, 04:34 AM

✔ Awesomeness ✔
*******
Senior Member
2,789 posts

Joined: Jul 2010
From: Silicon Valley


Finally , Goo is back with scrotwm laugh.gif

Attached Image

Though , im still figuring out how to control the brightness hmm.gif

FIXED : Controlling the brightness using xbacklight laugh.gif

This post has been edited by cocooh: Jul 14 2011, 04:47 AM
G-17
post Jul 14 2011, 09:22 AM

Securely Paranoid
******
Senior Member
1,748 posts

Joined: Mar 2010
Good to hear you're solving issues by yourself. Best way to learn. smile.gif

Those weird A things in your scrotbar. Unfortunately, ScrotWM doesn't seem to recognize UTF-8 symbols (like degrees or boxes). You often get those weird A things if you use them. modify your conkyrc or baraction.sh accordingly.
cocooh
post Jul 14 2011, 09:23 AM

✔ Awesomeness ✔
*******
Senior Member
2,789 posts

Joined: Jul 2010
From: Silicon Valley


QUOTE(G-17 @ Jul 14 2011, 09:22 AM)
Good to hear you're solving issues by yourself. Best way to learn. smile.gif

Those weird A things in your scrotbar. Unfortunately, ScrotWM doesn't seem to recognize UTF-8 symbols (like degrees or boxes). You often get those weird A things if you use them. modify your conkyrc or baraction.sh accordingly.
*
DAMM shakehead.gif

not only it becomes like this but the whole system font becomes like this

user posted image

sweat.gif Need help here

My font aliasing seems to have problem
G-17
post Jul 14 2011, 10:00 AM

Securely Paranoid
******
Senior Member
1,748 posts

Joined: Mar 2010
@Zai
So it's not just chromium but other GTK/GUI apps as well?

Okay, first try this.

Check to see if you have a .fonts.conf file in your home folder (enable hidden files in your file manager). If you don't have it, create it. If you already have it, make a backup and keep it somewhere safe.

Then, in an empty .fonts.conf, put these contents in and save. I'll give you 3 separate configs. Try em all and see which one fits you best.

Type1:
CODE
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
 <edit mode="assign" name="autohint" >
  <bool>false</bool>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="rgba" >
  <const>rgb</const>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="hinting" >
  <bool>true</bool>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="hintstyle" >
  <const>hintslight</const>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="antialias" >
  <bool>true</bool>
 </edit>
</match>
</fontconfig>


Type2:
CODE
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
 <edit mode="assign" name="autohint" >
  <bool>true</bool>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="rgba" >
  <const>none</const>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="hinting" >
  <bool>false</bool>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="hintstyle" >
  <const>hintnone</const>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="antialias" >
  <bool>true</bool>
 </edit>
</match>
</fontconfig>


Type3:
CODE
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font" >
<edit mode="assign" name="autohint"> <bool>true</bool></edit>
<edit mode="assign" name="hinting"> <bool>false</bool></edit>
<edit mode="assign" name="lcdfilter"> <const>lcddefault</const></edit>
<edit mode="assign" name="hintstyle"> <const>hintslight</const></edit>
<edit mode="assign" name="antialias"> <bool>true</bool></edit>
<edit mode="assign" name="rgba"> <const>rgb</const></edit>
</match>

<match target="font">
<test name="pixelsize" qual="any" compare="more"><double>15</double></test>
<edit mode="assign" name="lcdfilter"><const>lcdlight</const></edit>
<edit mode="assign" name="hintstyle"><const>hintnone</const></edit></match>

<match target="font">
<test name="weight" compare="more"><const>medium</const></test>
<edit mode="assign" name="hintstyle"><const>hintnone</const></edit>
<edit mode="assign" name="lcdfilter"><const>lcdlight</const></edit></match>

<match target="font">
<test name="slant" compare="not_eq"><double>0</double></test>
<edit mode="assign" name="hintstyle"><const>hintnone</const></edit>
<edit mode="assign" name="lcdfilter"><const>lcdlight</const></edit></match>

</fontconfig>


Note: You'll need to restart X for each different setting to take effect.

This post has been edited by G-17: Jul 14 2011, 10:01 AM
cocooh
post Jul 14 2011, 10:10 AM

✔ Awesomeness ✔
*******
Senior Member
2,789 posts

Joined: Jul 2010
From: Silicon Valley


QUOTE(G-17 @ Jul 14 2011, 10:00 AM)
@Zai
So it's not just chromium but other GTK/GUI apps as well?

Okay, first try this.

Check to see if you have a .fonts.conf file in your home folder (enable hidden files in your file manager). If you don't have it, create it. If you already have it, make a backup and keep it somewhere safe.

Then, in an empty .fonts.conf, put these contents in and save. I'll give you 3 separate configs. Try em all and see which one fits you best.

Type1:
CODE
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
 <edit mode="assign" name="autohint" >
  <bool>false</bool>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="rgba" >
  <const>rgb</const>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="hinting" >
  <bool>true</bool>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="hintstyle" >
  <const>hintslight</const>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="antialias" >
  <bool>true</bool>
 </edit>
</match>
</fontconfig>


Type2:
CODE
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
 <edit mode="assign" name="autohint" >
  <bool>true</bool>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="rgba" >
  <const>none</const>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="hinting" >
  <bool>false</bool>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="hintstyle" >
  <const>hintnone</const>
 </edit>
</match>
<match target="font" >
 <edit mode="assign" name="antialias" >
  <bool>true</bool>
 </edit>
</match>
</fontconfig>


Type3:
CODE
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font" >
<edit mode="assign" name="autohint"> <bool>true</bool></edit>
<edit mode="assign" name="hinting"> <bool>false</bool></edit>
<edit mode="assign" name="lcdfilter"> <const>lcddefault</const></edit>
<edit mode="assign" name="hintstyle"> <const>hintslight</const></edit>
<edit mode="assign" name="antialias"> <bool>true</bool></edit>
<edit mode="assign" name="rgba"> <const>rgb</const></edit>
</match>

<match target="font">
<test name="pixelsize" qual="any" compare="more"><double>15</double></test>
<edit mode="assign" name="lcdfilter"><const>lcdlight</const></edit>
<edit mode="assign" name="hintstyle"><const>hintnone</const></edit></match>

<match target="font">
<test name="weight" compare="more"><const>medium</const></test>
<edit mode="assign" name="hintstyle"><const>hintnone</const></edit>
<edit mode="assign" name="lcdfilter"><const>lcdlight</const></edit></match>

<match target="font">
<test name="slant" compare="not_eq"><double>0</double></test>
<edit mode="assign" name="hintstyle"><const>hintnone</const></edit>
<edit mode="assign" name="lcdfilter"><const>lcdlight</const></edit></match>

</fontconfig>


Note: You'll need to restart X for each different setting to take effect.
*
no luck sweat.gif
G-17
post Jul 14 2011, 10:14 AM

Securely Paranoid
******
Senior Member
1,748 posts

Joined: Mar 2010
Also,
If you're still not satisfied with that, you can try installing a patched version of libcairo2.

The safest way is to add mozilla sources. Details found here: http://mozilla.debian.net/
Remember to choose the correct type for your install (Squeeze, testing, unstable) and select either 'release' or 'beta' for the version. Also make sure to authenticate and import keyrings (be safe, it's the Debian way).

Then, as root (or sudo) do:
CODE
apt-get update
apt-get install libcairo2


Restart X.

Note: I'm not 100% sure about Chrome/Chromium font rendering, but it does improve the fonts for all other GTK/QT/GUI apps. I read somewhere that Chrome had some issues with rendering, but that was long ago.

Edit:
Ah, almost forgot. Some websites will only display their stoopid Ariel or Helvetica nonsense correctly only if you have that msttcorefonts package installed.
CODE
apt-get install msttcorefonts


This post has been edited by G-17: Jul 14 2011, 10:34 AM
cocooh
post Jul 14 2011, 10:47 AM

✔ Awesomeness ✔
*******
Senior Member
2,789 posts

Joined: Jul 2010
From: Silicon Valley


@G-17 , using iPad to reply u

Formatting it again o.o

Something wrong with my settings , son gonna hate dpkg-reconfigure locales , it broke my install

Fix : FIXED all my font with smoothing and some scripts here and there laugh.gif

Finally !!!

This post has been edited by cocooh: Jul 14 2011, 02:38 PM

10 Pages « < 4 5 6 7 8 > » Top
 

Change to:
| Lo-Fi Version
0.0420sec    0.68    6 queries    GZIP Disabled
Time is now: 18th December 2025 - 10:07 AM