SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 Re: Help & Support (Stable) » Crunchbang 64bits on Acer Aspire V5-121-c74g50akk » 2014-08-15 14:03:28

Hi hrnn187, Yes i mean "miss"

I need to know how I can install all the necessary drivers to make the most of my hardware Netbook.

#2 Help & Support (Stable) » Crunchbang 64bits on Acer Aspire V5-121-c74g50akk » 2014-08-13 22:17:37

piero
Replies: 2

Hi guys. I have an Acer Aspire V5-121-c74g50akk and right now I am using OpenSuse 13.1. But horribly strange simplicity, minimalism, and EFFICIENCY of Crunchbang. I could please have a tutorial to make everything work properly I mean the audio hd, hd video, wifi, SD slot, camera, etc ... I remember having tried but had problems, I felt I was not using the full potential of my hardware.

I would appreciate your help

Sorry my porr English

#3 Re: Help & Support (Stable) » Problem drivers on Acer Aspire V5 » 2014-05-01 13:08:31

Hey Chlames, the solutuion here:

spaine wrote:

1. The Atheros AR9462 WiFi adapter is completely solid under Win 7, but under #! it tended to disconnect every minute or so.  Following the advice in

http://askubuntu.com/questions/301442/a … ckage-loss

I created the file /etc/modprobe.d/ath9k.conf containing the one line:

options ath9k nohwcrypt=1

With this, WiFi works well, and usually connects quickly after booting.  Once in a while (maybe every few hours or so of use) it seems to get stuck in a slow state.  Reconnecting fixes this.

http://crunchbang.org/forums/viewtopic.php?id=31241

#4 Re: Off Topic / General Chat » Acer Aspire v5-131 » 2014-04-30 21:35:34

spaine wrote:

1. The Atheros AR9462 WiFi adapter is completely solid under Win 7, but under #! it tended to disconnect every minute or so.  Following the advice in

http://askubuntu.com/questions/301442/a … ckage-loss

I created the file /etc/modprobe.d/ath9k.conf containing the one line:

options ath9k nohwcrypt=1

With this, WiFi works well, and usually connects quickly after booting.  Once in a while (maybe every few hours or so of use) it seems to get stuck in a slow state.  Reconnecting fixes this.

Thanks champ! Spend time looking for a solution to that

+1

#5 Help & Support (Stable) » Problem drivers on Acer Aspire V5 » 2014-03-15 00:05:09

piero
Replies: 2

Hi guys. Bought a new netbook, and I'm having problems with the drivers. Could help me?

#6 Tips, Tricks & Scripts » How to disable autostart on Dropbox? » 2013-11-17 11:39:33

piero
Replies: 1

The option should be in the preferences, but in my case I have not

capturadepantalla-171113-082812.png

Thks

#7 Re: Help & Support (Testing/Unstable) » Not recognize SD card slot in dell d420 » 2013-11-13 04:14:58

soren121 wrote:

You should already have the driver in your system, because it has been in the kernel since 2.6.27 (a long time ago.)

Open a terminal and enter

sudo modprobe sdricoh_cs

Thks soren121, but nothing happens, still the same.

#8 Re: Help & Support (Testing/Unstable) » Not recognize SD card slot in dell d420 » 2013-11-03 21:27:06

benginm wrote:

the following commands should load the device drivers to automatically detect the sd card into the kernel !

sudo modprobe -r r852; sudo modprobe -r sdhci_pci; sudo modprobe r852; sudo modprobe sdhci_pci

Throw it in the terminal but nothing happened, still does not recognize the SD card

asl97 wrote:

in that post, it state that to get it working, you need to install a driver call sdricoh_cs

search for it using synaptic (System –> Package Manager) but if you can't find it,
you can always bulid it from source from here the files here: https://sourceforge.net/projects/sdricohcs/

I have not in synaptic

Try installing the tar.gz but had no success:
downloaded http://sourceforge.net/projects/sdricoh … t/download

root@*******:/home/*******/downloads# tar -zxvf sdricoh_cs-0.1.4.tar.gz
sdricoh_cs-0.1.4/
sdricoh_cs-0.1.4/LICENSE
sdricoh_cs-0.1.4/Makefile
sdricoh_cs-0.1.4/README
sdricoh_cs-0.1.4/contrib/
sdricoh_cs-0.1.4/contrib/sdricoh_cs-kmp.spec
sdricoh_cs-0.1.4/ChangeLog
sdricoh_cs-0.1.4/sdricoh_cs.c
root@*******:/home/*******/downloads# ./configure
bash: ./configure: No existe el fichero o el directorio
root@*******:/home/*******/downloads# make
make: *** No se especificó ningún objetivo y no se encontró ningún makefile.  Alto.
root@*******:/home/*******/downloads# make install
make: *** No hay ninguna regla para construir el objetivo `install'.  Alto.
root@*******:/home/*******/downloads# ^C
root@*******:/home/*******o/downloads# cd sdricoh_cs-0.1.4
root@*******:/home/*******/downloads/sdricoh_cs-0.1.4# ./configure 
bash: ./configure: No existe el fichero o el directorio
root@*******:/home/*******/downloads/sdricoh_cs-0.1.4# make 
make -C /lib/modules/3.2.0-4-686-pae/build SUBDIRS=/home/*******/downloads/sdricoh_cs-0.1.4 modules
make: *** /lib/modules/3.2.0-4-686-pae/build: No existe el fichero o el directorio.  Alto.
make: *** [default] Error 2
root@*******:/home/*******/downloads/sdricoh_cs-0.1.4# make install 
if test ! -d /lib/modules/3.2.0-4-686-pae/kernel/drivers/mmc ; then mkdir -p /lib/modules/3.2.0-4-686-pae/kernel/drivers/mmc ; fi
install -D -m 644 *.ko /lib/modules/3.2.0-4-686-pae/kernel/drivers/mmc
install: no se puede efectuar `stat' sobre «*.ko»: No existe el fichero o el directorio
make: *** [install] Error 1
root@*******:/home/*******/downloads/sdricoh_cs-0.1.4# sdricoh_cs.c
bash: sdricoh_cs.c: no se encontró la orden
root@*******:/home/*******/downloads/sdricoh_cs-0.1.4# sdricoh_cs.c
bash: sdricoh_cs.c: no se encontró la orden
root@*******:/home/*******/downloads/sdricoh_cs-0.1.4# sdricoh_cs
bash: sdricoh_cs: no se encontró la orden
root@*******:/home/*******/downloads/sdricoh_cs-0.1.4# sdricoh
bash: sdricoh: no se encontró la orden
root@*******:/home/*******/downloads/sdricoh_cs-0.1.4# make
make -C /lib/modules/3.2.0-4-686-pae/build SUBDIRS=/home/*******/downloads/sdricoh_cs-0.1.4 modules
make: *** /lib/modules/3.2.0-4-686-pae/build: No existe el fichero o el directorio.  Alto.
make: *** [default] Error 2
root@*******:/home/*******/downloads/sdricoh_cs-0.1.4#

Have any other ideas?
Thks in advance

#9 Re: Help & Support (Testing/Unstable) » Not recognize SD card slot in dell d420 » 2013-10-29 17:20:44

Gracias! Nnow i understood big_smile

-----------# lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 01)
00:1c.2 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 3 (rev 01)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
02:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b4)
02:01.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 09)
02:01.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 18)
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5752 Gigabit Ethernet PCI Express (rev 02)
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)

My English is worse  wink

#10 Re: Help & Support (Testing/Unstable) » Not recognize SD card slot in dell d420 » 2013-10-29 15:21:52

Sorry benginm. What page?

.. after that got to the end of this page >

  monkey

#11 Re: Help & Support (Testing/Unstable) » Not recognize SD card slot in dell d420 » 2013-10-29 14:54:01

Hi benginm, thks for your feedback. For almost two years I use Crunchbang, but I'm still a learner. Could you please tell me what this means:

please run lspci and paste the output under ' Code' tag.

#13 Help & Support (Testing/Unstable) » Crunchbang + Kodak easyshare c1450 » 2013-10-29 06:15:38

piero
Replies: 2

Good evening, I have a photo camera Kodak easyshare c1450, and when I go to download the images to the computer should do it with the neighboring notebook that has Windows, because my machine with Crunchbang 11 is not recognized. Anyone know tell me what program I can use?

I have a Dell Latitude d420.
Thanks in advance  smile

#14 Help & Support (Testing/Unstable) » Not recognize SD card slot in dell d420 » 2013-10-29 06:10:31

piero
Replies: 11

Hi comunity, I have a dell d420 notebook, I'm running Crunchbang 11, and I want to know how do I make the distro recognize the SD card slot. Someone could help me?

Thks

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo