How To Connect to Wireless Network in Lubuntu? Unicorn Meta Zoo #1: Why another podcast? ...
When does Bran Stark remember Jamie pushing him?
What is the term for extremely loose Latin word order?
Is a self contained air-bullet cartridge feasible?
France's Public Holidays' Puzzle
Israeli soda type drink
What was Apollo 13's "Little Jolt" after MECO?
What do you call an IPA symbol that lacks a name (e.g. ɲ)?
What does the black goddess statue do and what is it?
Does Prince Arnaud cause someone holding the Princess to lose?
What is ls Largest Number Formed by only moving two sticks in 508?
`FindRoot [ ]`::jsing: Encountered a singular Jacobian at a point...WHY
What is the purpose of the side handle on a hand ("eggbeater") drill?
Is it accepted to use working hours to read general interest books?
Getting AggregateResult variables from Execute Anonymous Window
What is the evidence that custom checks in Northern Ireland are going to result in violence?
Will I be more secure with my own router behind my ISP's router?
Why I cannot instantiate a class whose constructor is private in a friend class?
RIP Packet Format
How would it unbalance gameplay to rule that Weapon Master allows for picking a fighting style?
Will I lose my paid in full property
Suing a Police Officer Instead of the Police Department
Are these square matrices always diagonalisable?
All ASCII characters with a given bit count
What's called a person who works as someone who puts products on shelves in stores?
How To Connect to Wireless Network in Lubuntu?
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraHow do I re-install Network Manager without an internet connection?Downloading for bootable USB (lubuntu) - torrent vs download of standard image?How to make LUbuntu connect to Wifi in an identical fashion to Live USBSetup: Lubuntu 17.10 Wifi connectionCan't connect to wireless on Lubuntuhow to connect to wireless network through terminalLubuntu 13.10 - Laptop Loses wireless after sleepWireless setup, Lubuntu 14.04 on Dell E6400BCM4352 Wireless network card issues with lubuntu 14.04 LTSHow to connect to an existing wifi networkLubuntu - can't connect to WiFiI can't connect to wireless networkLubuntu 18.04 lxde indicator applet and applications are not workingNetwork Manager Applet always refuses to connect to another wifi
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Im new to lubuntu have used ubuntu before there is no nm-applet in lubuntu. So how to connect? Pls help
wireless lubuntu
add a comment |
Im new to lubuntu have used ubuntu before there is no nm-applet in lubuntu. So how to connect? Pls help
wireless lubuntu
Did you trysudo ifconfig wlan0 up
?
– Danatela
Jul 22 '13 at 7:15
add a comment |
Im new to lubuntu have used ubuntu before there is no nm-applet in lubuntu. So how to connect? Pls help
wireless lubuntu
Im new to lubuntu have used ubuntu before there is no nm-applet in lubuntu. So how to connect? Pls help
wireless lubuntu
wireless lubuntu
asked Jul 22 '13 at 7:03
Prem AnandPrem Anand
182225
182225
Did you trysudo ifconfig wlan0 up
?
– Danatela
Jul 22 '13 at 7:15
add a comment |
Did you trysudo ifconfig wlan0 up
?
– Danatela
Jul 22 '13 at 7:15
Did you try
sudo ifconfig wlan0 up
?– Danatela
Jul 22 '13 at 7:15
Did you try
sudo ifconfig wlan0 up
?– Danatela
Jul 22 '13 at 7:15
add a comment |
5 Answers
5
active
oldest
votes
Try this. Install Network Manager. To do that, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install network-manager-gnome
Once done, you can setup the wireless network. type the following command to start the manager:
nm-applet
2
Um, what if you don't have internet because you can't connect to wifi?
– brentonstrine
Jul 22 '14 at 15:40
@brentonstrine take a look at this askubuntu.com/questions/55805/…
– Mitch♦
Jul 22 '14 at 15:46
Why doesn't the initial install simply do everything it's supposed to? Why the need for the extra invocation of nm-applet?
– Michael
Jul 4 '18 at 3:22
add a comment |
Another (easier) way to have the network manager in the panel (bottom right) is this:
I am quoting from this article: Fix Lubuntu / Xubuntu 14.04 Network Manager Missing From The Panel.
To fix the Network Manager not showing up on the panel issue, from the
Lubuntu menu select Preferences > Default applications for LXSession,
then click on the Autostart tab and under "Manual autostarted
applications" type "nm-applet", then click the "+ Add" button on the
left.
Then log out and log back in. The new icon should be present in the panel - bottom right. Use that icon to manage network connections.
If this doesn't work have a look at the link above, there is more to it.
add a comment |
In a terminal issue the command
sudo ifconfig wlan0 up
In the GUI
Go to Preferences-> Network Connections -> Add
Click the down arrow next to Ethernet and select Wi-Fi
In the window that opens; on the WiFi Tab, type your routers SSID in the box labelled SSID
Go to the General Tab and make sure the top two boxes are checked (you can modify these to meet your needs)
Go to the security tab and choose your routers security type (in my case WPA/WPA2 Personal)
Enter your password in the box labelled password
Save and close the window
Back in the terminal issue the command
sudo dhclient
Crank up your browser to confirm.
Full disclosure: This approach is known to work on Lubuntu 14.04 on An Asus F55A Tested and confirmed by me.
add a comment |
The other answers may take care of things, but the thing that seemed to be important for me is to go to the main menu ("start menu") then Preferences -> Additional Drivers, and check to see if your wifi driver is available. Mine, a broadcom driver, was available but not enabled as it is proprietary
1
Great quick way to install some proprietary drivers for your machine. Thanks for this.
– DazBaldwin
Jul 12 '17 at 20:31
add a comment |
Though its been long and many years since this question is posted, yet i find it meaningful to add my experience of facing the same issue with latest lubuntu version ie. 19.04.
After installing lubuntu 19.04, i noticed there is no way to configure wifi connection. Network manager was not listed.
There were some of posts which points to download and install driver, but how exactly you can download driver when you dont have internet connection at all.
At last i followed below steps which helped me to get rid of problem-
You have to provide internet connection to your system in some way. Either use lan cable to connect to broadband modem or use your smart phone's internet.
I used my android phone. connected through usb cable to my laptop. After connection go to cell phone -- settings --> Network & Internet --> Hotspot and Tethering --> USB Tethring. Turn it on.
As soon as I turned it on, my laptop running on lubuntu started displaying available wifi networks. i could then connect to my wifi network (it just demanded for wifi password). Lubuntu was using the network support from android device tethering.
The problem is not yet solved! If you disconnect your cell phone or switch off ththering, lubuntu laptop will again loose the internet. So you need to install the drivers now to resolve it permanently.In your Lubuntu go to Start --> Preferences --> Additional Drivers . Enter you password if asked for. It will open Software Sources. Go to 'Ubuntu Software' tab.
Make sure all options are checked. Source code you can ignore. Next when you click 'close', it will prompt to upgrade the outdated drivers. Click ok and continue. Let system install new drivers. Let it complete.After completion of driver downloads, go to Preferences. You should see Advance Network Configuration' available now. You can disconnect your cell phone now! Internet would continue working fine on you lubuntu system.
Hope it helps!
add a comment |
protected by Community♦ Feb 23 at 7:31
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try this. Install Network Manager. To do that, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install network-manager-gnome
Once done, you can setup the wireless network. type the following command to start the manager:
nm-applet
2
Um, what if you don't have internet because you can't connect to wifi?
– brentonstrine
Jul 22 '14 at 15:40
@brentonstrine take a look at this askubuntu.com/questions/55805/…
– Mitch♦
Jul 22 '14 at 15:46
Why doesn't the initial install simply do everything it's supposed to? Why the need for the extra invocation of nm-applet?
– Michael
Jul 4 '18 at 3:22
add a comment |
Try this. Install Network Manager. To do that, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install network-manager-gnome
Once done, you can setup the wireless network. type the following command to start the manager:
nm-applet
2
Um, what if you don't have internet because you can't connect to wifi?
– brentonstrine
Jul 22 '14 at 15:40
@brentonstrine take a look at this askubuntu.com/questions/55805/…
– Mitch♦
Jul 22 '14 at 15:46
Why doesn't the initial install simply do everything it's supposed to? Why the need for the extra invocation of nm-applet?
– Michael
Jul 4 '18 at 3:22
add a comment |
Try this. Install Network Manager. To do that, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install network-manager-gnome
Once done, you can setup the wireless network. type the following command to start the manager:
nm-applet
Try this. Install Network Manager. To do that, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install network-manager-gnome
Once done, you can setup the wireless network. type the following command to start the manager:
nm-applet
edited Apr 19 '14 at 12:23
Community♦
1
1
answered Jul 22 '13 at 8:58
Mitch♦Mitch
85.9k14174232
85.9k14174232
2
Um, what if you don't have internet because you can't connect to wifi?
– brentonstrine
Jul 22 '14 at 15:40
@brentonstrine take a look at this askubuntu.com/questions/55805/…
– Mitch♦
Jul 22 '14 at 15:46
Why doesn't the initial install simply do everything it's supposed to? Why the need for the extra invocation of nm-applet?
– Michael
Jul 4 '18 at 3:22
add a comment |
2
Um, what if you don't have internet because you can't connect to wifi?
– brentonstrine
Jul 22 '14 at 15:40
@brentonstrine take a look at this askubuntu.com/questions/55805/…
– Mitch♦
Jul 22 '14 at 15:46
Why doesn't the initial install simply do everything it's supposed to? Why the need for the extra invocation of nm-applet?
– Michael
Jul 4 '18 at 3:22
2
2
Um, what if you don't have internet because you can't connect to wifi?
– brentonstrine
Jul 22 '14 at 15:40
Um, what if you don't have internet because you can't connect to wifi?
– brentonstrine
Jul 22 '14 at 15:40
@brentonstrine take a look at this askubuntu.com/questions/55805/…
– Mitch♦
Jul 22 '14 at 15:46
@brentonstrine take a look at this askubuntu.com/questions/55805/…
– Mitch♦
Jul 22 '14 at 15:46
Why doesn't the initial install simply do everything it's supposed to? Why the need for the extra invocation of nm-applet?
– Michael
Jul 4 '18 at 3:22
Why doesn't the initial install simply do everything it's supposed to? Why the need for the extra invocation of nm-applet?
– Michael
Jul 4 '18 at 3:22
add a comment |
Another (easier) way to have the network manager in the panel (bottom right) is this:
I am quoting from this article: Fix Lubuntu / Xubuntu 14.04 Network Manager Missing From The Panel.
To fix the Network Manager not showing up on the panel issue, from the
Lubuntu menu select Preferences > Default applications for LXSession,
then click on the Autostart tab and under "Manual autostarted
applications" type "nm-applet", then click the "+ Add" button on the
left.
Then log out and log back in. The new icon should be present in the panel - bottom right. Use that icon to manage network connections.
If this doesn't work have a look at the link above, there is more to it.
add a comment |
Another (easier) way to have the network manager in the panel (bottom right) is this:
I am quoting from this article: Fix Lubuntu / Xubuntu 14.04 Network Manager Missing From The Panel.
To fix the Network Manager not showing up on the panel issue, from the
Lubuntu menu select Preferences > Default applications for LXSession,
then click on the Autostart tab and under "Manual autostarted
applications" type "nm-applet", then click the "+ Add" button on the
left.
Then log out and log back in. The new icon should be present in the panel - bottom right. Use that icon to manage network connections.
If this doesn't work have a look at the link above, there is more to it.
add a comment |
Another (easier) way to have the network manager in the panel (bottom right) is this:
I am quoting from this article: Fix Lubuntu / Xubuntu 14.04 Network Manager Missing From The Panel.
To fix the Network Manager not showing up on the panel issue, from the
Lubuntu menu select Preferences > Default applications for LXSession,
then click on the Autostart tab and under "Manual autostarted
applications" type "nm-applet", then click the "+ Add" button on the
left.
Then log out and log back in. The new icon should be present in the panel - bottom right. Use that icon to manage network connections.
If this doesn't work have a look at the link above, there is more to it.
Another (easier) way to have the network manager in the panel (bottom right) is this:
I am quoting from this article: Fix Lubuntu / Xubuntu 14.04 Network Manager Missing From The Panel.
To fix the Network Manager not showing up on the panel issue, from the
Lubuntu menu select Preferences > Default applications for LXSession,
then click on the Autostart tab and under "Manual autostarted
applications" type "nm-applet", then click the "+ Add" button on the
left.
Then log out and log back in. The new icon should be present in the panel - bottom right. Use that icon to manage network connections.
If this doesn't work have a look at the link above, there is more to it.
edited Jun 19 '14 at 9:45
Luís de Sousa
9,3151852104
9,3151852104
answered Jun 19 '14 at 9:11
sachawebsachaweb
412
412
add a comment |
add a comment |
In a terminal issue the command
sudo ifconfig wlan0 up
In the GUI
Go to Preferences-> Network Connections -> Add
Click the down arrow next to Ethernet and select Wi-Fi
In the window that opens; on the WiFi Tab, type your routers SSID in the box labelled SSID
Go to the General Tab and make sure the top two boxes are checked (you can modify these to meet your needs)
Go to the security tab and choose your routers security type (in my case WPA/WPA2 Personal)
Enter your password in the box labelled password
Save and close the window
Back in the terminal issue the command
sudo dhclient
Crank up your browser to confirm.
Full disclosure: This approach is known to work on Lubuntu 14.04 on An Asus F55A Tested and confirmed by me.
add a comment |
In a terminal issue the command
sudo ifconfig wlan0 up
In the GUI
Go to Preferences-> Network Connections -> Add
Click the down arrow next to Ethernet and select Wi-Fi
In the window that opens; on the WiFi Tab, type your routers SSID in the box labelled SSID
Go to the General Tab and make sure the top two boxes are checked (you can modify these to meet your needs)
Go to the security tab and choose your routers security type (in my case WPA/WPA2 Personal)
Enter your password in the box labelled password
Save and close the window
Back in the terminal issue the command
sudo dhclient
Crank up your browser to confirm.
Full disclosure: This approach is known to work on Lubuntu 14.04 on An Asus F55A Tested and confirmed by me.
add a comment |
In a terminal issue the command
sudo ifconfig wlan0 up
In the GUI
Go to Preferences-> Network Connections -> Add
Click the down arrow next to Ethernet and select Wi-Fi
In the window that opens; on the WiFi Tab, type your routers SSID in the box labelled SSID
Go to the General Tab and make sure the top two boxes are checked (you can modify these to meet your needs)
Go to the security tab and choose your routers security type (in my case WPA/WPA2 Personal)
Enter your password in the box labelled password
Save and close the window
Back in the terminal issue the command
sudo dhclient
Crank up your browser to confirm.
Full disclosure: This approach is known to work on Lubuntu 14.04 on An Asus F55A Tested and confirmed by me.
In a terminal issue the command
sudo ifconfig wlan0 up
In the GUI
Go to Preferences-> Network Connections -> Add
Click the down arrow next to Ethernet and select Wi-Fi
In the window that opens; on the WiFi Tab, type your routers SSID in the box labelled SSID
Go to the General Tab and make sure the top two boxes are checked (you can modify these to meet your needs)
Go to the security tab and choose your routers security type (in my case WPA/WPA2 Personal)
Enter your password in the box labelled password
Save and close the window
Back in the terminal issue the command
sudo dhclient
Crank up your browser to confirm.
Full disclosure: This approach is known to work on Lubuntu 14.04 on An Asus F55A Tested and confirmed by me.
edited May 26 '14 at 2:22
answered May 26 '14 at 2:14
Elder GeekElder Geek
27.6k1055130
27.6k1055130
add a comment |
add a comment |
The other answers may take care of things, but the thing that seemed to be important for me is to go to the main menu ("start menu") then Preferences -> Additional Drivers, and check to see if your wifi driver is available. Mine, a broadcom driver, was available but not enabled as it is proprietary
1
Great quick way to install some proprietary drivers for your machine. Thanks for this.
– DazBaldwin
Jul 12 '17 at 20:31
add a comment |
The other answers may take care of things, but the thing that seemed to be important for me is to go to the main menu ("start menu") then Preferences -> Additional Drivers, and check to see if your wifi driver is available. Mine, a broadcom driver, was available but not enabled as it is proprietary
1
Great quick way to install some proprietary drivers for your machine. Thanks for this.
– DazBaldwin
Jul 12 '17 at 20:31
add a comment |
The other answers may take care of things, but the thing that seemed to be important for me is to go to the main menu ("start menu") then Preferences -> Additional Drivers, and check to see if your wifi driver is available. Mine, a broadcom driver, was available but not enabled as it is proprietary
The other answers may take care of things, but the thing that seemed to be important for me is to go to the main menu ("start menu") then Preferences -> Additional Drivers, and check to see if your wifi driver is available. Mine, a broadcom driver, was available but not enabled as it is proprietary
answered Aug 22 '16 at 5:02
Colin DColin D
1113
1113
1
Great quick way to install some proprietary drivers for your machine. Thanks for this.
– DazBaldwin
Jul 12 '17 at 20:31
add a comment |
1
Great quick way to install some proprietary drivers for your machine. Thanks for this.
– DazBaldwin
Jul 12 '17 at 20:31
1
1
Great quick way to install some proprietary drivers for your machine. Thanks for this.
– DazBaldwin
Jul 12 '17 at 20:31
Great quick way to install some proprietary drivers for your machine. Thanks for this.
– DazBaldwin
Jul 12 '17 at 20:31
add a comment |
Though its been long and many years since this question is posted, yet i find it meaningful to add my experience of facing the same issue with latest lubuntu version ie. 19.04.
After installing lubuntu 19.04, i noticed there is no way to configure wifi connection. Network manager was not listed.
There were some of posts which points to download and install driver, but how exactly you can download driver when you dont have internet connection at all.
At last i followed below steps which helped me to get rid of problem-
You have to provide internet connection to your system in some way. Either use lan cable to connect to broadband modem or use your smart phone's internet.
I used my android phone. connected through usb cable to my laptop. After connection go to cell phone -- settings --> Network & Internet --> Hotspot and Tethering --> USB Tethring. Turn it on.
As soon as I turned it on, my laptop running on lubuntu started displaying available wifi networks. i could then connect to my wifi network (it just demanded for wifi password). Lubuntu was using the network support from android device tethering.
The problem is not yet solved! If you disconnect your cell phone or switch off ththering, lubuntu laptop will again loose the internet. So you need to install the drivers now to resolve it permanently.In your Lubuntu go to Start --> Preferences --> Additional Drivers . Enter you password if asked for. It will open Software Sources. Go to 'Ubuntu Software' tab.
Make sure all options are checked. Source code you can ignore. Next when you click 'close', it will prompt to upgrade the outdated drivers. Click ok and continue. Let system install new drivers. Let it complete.After completion of driver downloads, go to Preferences. You should see Advance Network Configuration' available now. You can disconnect your cell phone now! Internet would continue working fine on you lubuntu system.
Hope it helps!
add a comment |
Though its been long and many years since this question is posted, yet i find it meaningful to add my experience of facing the same issue with latest lubuntu version ie. 19.04.
After installing lubuntu 19.04, i noticed there is no way to configure wifi connection. Network manager was not listed.
There were some of posts which points to download and install driver, but how exactly you can download driver when you dont have internet connection at all.
At last i followed below steps which helped me to get rid of problem-
You have to provide internet connection to your system in some way. Either use lan cable to connect to broadband modem or use your smart phone's internet.
I used my android phone. connected through usb cable to my laptop. After connection go to cell phone -- settings --> Network & Internet --> Hotspot and Tethering --> USB Tethring. Turn it on.
As soon as I turned it on, my laptop running on lubuntu started displaying available wifi networks. i could then connect to my wifi network (it just demanded for wifi password). Lubuntu was using the network support from android device tethering.
The problem is not yet solved! If you disconnect your cell phone or switch off ththering, lubuntu laptop will again loose the internet. So you need to install the drivers now to resolve it permanently.In your Lubuntu go to Start --> Preferences --> Additional Drivers . Enter you password if asked for. It will open Software Sources. Go to 'Ubuntu Software' tab.
Make sure all options are checked. Source code you can ignore. Next when you click 'close', it will prompt to upgrade the outdated drivers. Click ok and continue. Let system install new drivers. Let it complete.After completion of driver downloads, go to Preferences. You should see Advance Network Configuration' available now. You can disconnect your cell phone now! Internet would continue working fine on you lubuntu system.
Hope it helps!
add a comment |
Though its been long and many years since this question is posted, yet i find it meaningful to add my experience of facing the same issue with latest lubuntu version ie. 19.04.
After installing lubuntu 19.04, i noticed there is no way to configure wifi connection. Network manager was not listed.
There were some of posts which points to download and install driver, but how exactly you can download driver when you dont have internet connection at all.
At last i followed below steps which helped me to get rid of problem-
You have to provide internet connection to your system in some way. Either use lan cable to connect to broadband modem or use your smart phone's internet.
I used my android phone. connected through usb cable to my laptop. After connection go to cell phone -- settings --> Network & Internet --> Hotspot and Tethering --> USB Tethring. Turn it on.
As soon as I turned it on, my laptop running on lubuntu started displaying available wifi networks. i could then connect to my wifi network (it just demanded for wifi password). Lubuntu was using the network support from android device tethering.
The problem is not yet solved! If you disconnect your cell phone or switch off ththering, lubuntu laptop will again loose the internet. So you need to install the drivers now to resolve it permanently.In your Lubuntu go to Start --> Preferences --> Additional Drivers . Enter you password if asked for. It will open Software Sources. Go to 'Ubuntu Software' tab.
Make sure all options are checked. Source code you can ignore. Next when you click 'close', it will prompt to upgrade the outdated drivers. Click ok and continue. Let system install new drivers. Let it complete.After completion of driver downloads, go to Preferences. You should see Advance Network Configuration' available now. You can disconnect your cell phone now! Internet would continue working fine on you lubuntu system.
Hope it helps!
Though its been long and many years since this question is posted, yet i find it meaningful to add my experience of facing the same issue with latest lubuntu version ie. 19.04.
After installing lubuntu 19.04, i noticed there is no way to configure wifi connection. Network manager was not listed.
There were some of posts which points to download and install driver, but how exactly you can download driver when you dont have internet connection at all.
At last i followed below steps which helped me to get rid of problem-
You have to provide internet connection to your system in some way. Either use lan cable to connect to broadband modem or use your smart phone's internet.
I used my android phone. connected through usb cable to my laptop. After connection go to cell phone -- settings --> Network & Internet --> Hotspot and Tethering --> USB Tethring. Turn it on.
As soon as I turned it on, my laptop running on lubuntu started displaying available wifi networks. i could then connect to my wifi network (it just demanded for wifi password). Lubuntu was using the network support from android device tethering.
The problem is not yet solved! If you disconnect your cell phone or switch off ththering, lubuntu laptop will again loose the internet. So you need to install the drivers now to resolve it permanently.In your Lubuntu go to Start --> Preferences --> Additional Drivers . Enter you password if asked for. It will open Software Sources. Go to 'Ubuntu Software' tab.
Make sure all options are checked. Source code you can ignore. Next when you click 'close', it will prompt to upgrade the outdated drivers. Click ok and continue. Let system install new drivers. Let it complete.After completion of driver downloads, go to Preferences. You should see Advance Network Configuration' available now. You can disconnect your cell phone now! Internet would continue working fine on you lubuntu system.
Hope it helps!
answered 9 hours ago
MaFiAMaFiA
5113
5113
add a comment |
add a comment |
protected by Community♦ Feb 23 at 7:31
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
Did you try
sudo ifconfig wlan0 up
?– Danatela
Jul 22 '13 at 7:15